Stringmethod
Python implementation of the string method to compute the minimum energy path between two points on any 2-dimensional energy landscape.
Install / Use
/learn @apallath/StringmethodREADME
stringmethod
Python implementation of the string method to compute the minimum energy path between two points on a 2-dimensional energy landscape.

Installation
- Install requirements
pip install -r requirements.txt
- Install package
pip install .
Usage
See the Jupyter notebooks in the examples/ directory.
