Skip to content

A Python-based script for optimal reaction coordinate search.

License

Notifications You must be signed in to change notification settings

moozzz/orc_search_gauss

Repository files navigation

orc_search_gauss.py

A Python-based script for optimal reaction coordinate search. The method requires that projections of the trajectory (trajectories) onto a N-dimensional vector basis (e.g., obtained by Principal Component Analysis) be provided.

Installation

The script is Python-based -- hence, no istallation is needed. However, some dependencies are needed:

  • numpy
  • scipy
  • matplotlib
  • overlap_NEW.so

The library overlap_NEW.so has to be compiled from the Cython module overlap_NEW.pyx manually prior to the script usage.

python setup_overlap_NEW.py build_ext --inplace

About

A Python-based script for optimal reaction coordinate search.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages