Downloading the source code
The source code of the library can be obtained at the GitHub repository:
https://github.com/CompBiochBiophLab/sbm-openmm
or downloading it directly through the following link:
https://github.com/CompBiochBiophLab/sbm-openmm/archive/master.zip
Installation Instructions
Requirements
The library was written and tested with python 3.6 and has only two other python dependencies:
From Source code
After unziping the source code file and changing to the source directory, execute:
python setup.py install
This should build and install sbmOpenMM into your python environment.
Using pip
Using the correct python 3.6 (or higher) environment, execute:
pip install sbmOpenMM