1MCTC-CONVERT(1) MCTC-CONVERT(1)
2
3
4
6 mctc-convert - Convert between supported input formats of the tool
7 chain library
8
10 mctc-convert [options] input output
11
13 Read structure from input file and writes it to output file. The format
14 is determined by the file extension or the format hint. The input
15 structure can be read from standard input by providing - as argument.
16 Similarly, the output structure can be written to standard output with
17 - as argument. Standard input and standard output should be combined
18 with a format hint option.
19
20 Supported formats:
21
22 • Xmol/xyz files (xyz, log)
23
24 • Turbomole’s coord, riper’s periodic coord (tmol, coord)
25
26 • DFTB+ genFormat geometry inputs as cluster, supercell or fractional
27 (gen)
28
29 • VASP’s POSCAR/CONTCAR input files (vasp, poscar, contcar)
30
31 • Protein Database files, only single files (pdb)
32
33 • Connection table files, molfile (mol) and structure data format
34 (sdf)
35
36 • Gaussian’s external program input (ein)
37
38 • JSON input with qcschema_molecule or qcschema_input structure
39 (json)
40
41 • FHI-AIMS' input files (geometry.in)
42
43 • Q-Chem molecule block inputs (qchem)
44
46 -i, --input format
47 Hint for the format of the input file
48
49 -o, --output format
50 Hint for the format of the output file
51
52 --normalize
53 Normalize all element symbols to capitalized format
54
55 --template file
56 File to use as template to fill in meta data (useful to add back
57 SDF or PDB annotions). Transfers lattice, periodicity, comments and
58 format specific annotations from the template to the input
59 structure. If the standard input, -, is provided the template
60 structure will be read before the input structure.
61
62 --template-format format
63 Hint for the format of the template file (only used if template
64 file name is provided)
65
66 --ignore-dot-files
67 Do not read charge and spin from .CHRG and .UHF files
68
69 --version
70 Print program version and exit
71
72 --help
73 Show this help message
74
75
76
77 2023-07-20 MCTC-CONVERT(1)