apallath / stringmethod

Python implementation of the string method to compute the minimum energy path between two points on any 2-dimensional energy landscape.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stringmethod

Python implementation of the string method to compute the minimum energy path between two points on a 2-dimensional energy landscape.

Python Google Python Style

Installation

  1. Install requirements
pip install -r requirements.txt
  1. Install package
pip install .

Usage

See the Jupyter notebooks in the examples/ directory.

About

Python implementation of the string method to compute the minimum energy path between two points on any 2-dimensional energy landscape.

License:MIT License


Languages

Language:Python 100.0%