ccwrite - a command-line interface to cclib
Contents
Description
:B ccwrite is a simple command-line interface to cclib that allows one to parse one or more computational
chemistry output files and convert them into the given format.
Name
ccwrite - a command-line interface to cclib
Options
These options are currently supported:
-t,--terse
CJSON by default is not indented for readability to save space. This option is indented for
readability.
-u,--future
Use experimental features (currently optdone_as_list).
-v,--version
Enable more verbose parsing output (only errors by default).
The output format to write can be one of 'json', 'cjson', 'cml', 'xyz' whereas 'json' and 'cjson' are
identical. Further one or more computational chemistry output files to parse and convert.
Synopsis
ccwrite [options] [outputtype] [file(s)]
