Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The kinetics modeling package is currently in alpha-testing and is available only via SVN. In order to access the package you will need the following dependencies:

svn (for installing and updating)
python (version 2.5 or greater)
python modules:
-numpy
-scipy
-mpmath
-ase
-gmpy (optional - gives 2-3x speedup for multiple precision calculations)

You can then install svn on your computer and issue the module via svn with the following command in the terminal:

...