Status |
---|
Foundation |
---|
Make sure to install these packages before running the QMMMReBind:
conda create -n torsiondrive python=3.6 # create a new conda environment
conda activate torsiondrive # activate torsiondrive environment
conda install -c psi4 psi4 dftd3 gcp # install dependent softwares
conda install -c conda-forge torsiondrive # install torsiondrive
conda create -n qmmmrebind python=3.8
conda activate qmmmrebind # activate the conda environment
conda install -c conda-forge openff-toolkit # install openforcefield toolkit
conda install -c conda-forge openbabel # install openbabel
conda install -c conda-forge jupyterlab # install jupyter notebook
conda install -c conda-forge openmm=7.5.0
conda install git # install git
git clone https://github.com/anandojha/qmmmrebind.git
cd qmmmrebind
python setup.py install
python setup.py test # optionally run tests to check for proper installation
Documentation can be found here.
The following people have contributed directly to the coding and validation efforts of SEEKR2 (listed in an alphabetical order of last name). The author would like to thank everyone who has helped or will help improve this project by providing feedback, bug reports, or other comments.
Copyright (c) 2021, Anupam Anand Ojha
Project based on the Computational Molecular Science Python Cookiecutter version 1.5.