logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ccwrite - a command-line interface to cclib

Author

       This  manpage was written by DanielLeidert <dleidert@debian.org> for the Debian distribution (but may be
       used by others).

                                                   2016-10-05                                         CCWRITE(1)

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)]

See Also