Python implementation of the string method to compute the minimum energy path between two points on a 2-dimensional energy landscape.
- Install requirements
pip install -r requirements.txt
- Install package
pip install .
See the Jupyter notebooks in the examples/
directory.