### ChemTraYzer - Chemical Trajectory Analyzer ###
#
1. installation:
Some standard pyhon libraries are requires:
sys, array, time, textwrap, subprocess
The 'processing.py' package requires the openbabel package, version
2.3.2 or later.
The 'analyzing.py' packages also requires the openbabel package and
it requires the pybel and the pygraphvix packages. Further, it uses
the console command 'convert' which comes with the ImageMagick code
If you do not require the function for plotting concentrations, you
do not need the matplotlib and numpy packages (requires removing
them from the import section)
-----------------------------------------------------------------------
2. usage:
Information on input options are given when calling the packages
without arguments (>> python processing.py OR >> python analyzing.py)
Some of these options are used in the example (which can be found in
the example folder)
-----------------------------------------------------------------------
3. example: CH4 + OH -> CH3 + H2O
(cf. README in example folder for more details)
-----------------------------------------------------------------------
4. how to cite:
When using the ChemTraYzer software package, please cite:
DOI: 10.1021/acs.jctc.5b00201
-----------------------------------------------------------------------