Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.12 KB

WESTPA-WExplore Plugin

A plugin to run the WExplore algorithm in the WESTPA toolkit.

Installation

To install the WExplore module for WESTPA on your machine, clone the git repository:

git clone https://github.com/ADicksonLab/WESTPA-WExplore.git

change to the newly created WESTPA-WExplore directory:

cd WESTPA-WExplore/

and run setup.py:

python setup.py install

If you want to run the RingPotential example, this requires an additional step:

cd examples/RingPotential
python setup.py build_ext --inplace

To run the examples, edit the env.sh files in the corresponding directories (e.g. examples/RingPotential or examples/kcrownether) to include the necessary paths to python, WESTPA, and the WESTPA-WExplore plugin.

Dependencies

WESTPA should already be installed on your system, see this page for installation instructions.

Contributors

This work was done almost entirely by Josh Adelman (@synapticarbors) and Audrey Pratt (@ajoshpratt).