File: mctc-convert.1.adoc

package info (click to toggle)
mctc-lib 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,088 kB
  • sloc: f90: 12,894; python: 23; ansic: 15; makefile: 2
file content (63 lines) | stat: -rw-r--r-- 1,986 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
= mctc-convert(1)
:doctype: manpage

== Name
mctc-convert - Convert between supported input formats of the tool chain library


== Synopsis
*mctc-convert* [_options_] _input_ _output_


== Description

Read structure from input file and writes it to output file.
The format is determined by the file extension or the format hint.
The input structure can be read from standard input by providing - as argument.
Similarly, the output structure can be written to standard output with - as argument.
Standard input and standard output should be combined with a format hint option.

Supported formats:

- Xmol/xyz files (xyz, log)
- Turbomole's coord, riper's periodic coord (tmol, coord)
- DFTB+ genFormat geometry inputs as cluster, supercell or fractional (gen)
- VASP's POSCAR/CONTCAR input files (vasp, poscar, contcar)
- Protein Database files, only single files (pdb)
- Connection table files, molfile (mol) and structure data format (sdf)
- Gaussian's external program input (ein)
- JSON input with `qcschema_molecule` or `qcschema_input` structure (json)
- Chemical JSON input (cjson)
- FHI-AIMS' input files (geometry.in)
- Q-Chem molecule block inputs (qchem)


== Options

*-i, --input* _format_::
Hint for the format of the input file

*-o, --output* _format_::
Hint for the format of the output file

*--normalize*::
Normalize all element symbols to capitalized format

*--template* _file_::
File to use as template to fill in meta data (useful to add back SDF or PDB annotions).
Transfers lattice, periodicity, comments and format specific annotations from the template
to the input structure.
If the standard input, -, is provided the template structure will
be read _before_ the input structure.

*--template-format* _format_::
Hint for the format of the template file (only used if template file name is provided)

*--ignore-dot-files*::
Do not read charge and spin from .CHRG and .UHF files

*--version*::
Print program version and exit

*--help*::
Show this help message