Python scripts to facilitate working with Molaris-XG
IMPORTANT NOTE
This is a legacy library that is only compatible with Python 2.
It is kept here solely for historical reasons.
A Python toolkit to facilitate working with Molaris-XG.
Key features:
Installation instructions:
MolarisTools is a stand-alone Python library and as such does not
need Molaris to be preinstalled. Nevertheless, a copy of Molaris can
be obtained from the Warshel Group.
To install MolarisTools, clone the repository from GitHub (assuming that you have
git installed on your computer):
git clone https://github.com/mfx9/MolarisTools.git
Or download and unpack the ZIP package from this website. In the next
step, adjust the PYTHONPATH variable so it points to the location
of MolarisTools, for example (in Bash):
export PYTHONPATH=${HOME}/MolarisTools:${PYTHONPATH}
Add the above line to your ~/.profile or ~/.bashrc file.