QUBEKit is python based force field derivation toolkit that allows users to derive accurate molecular mechanics parameters directly from quantum mechanical calculations.
Users who have used QUBEKit to derive any new force field parameters should cite the following papers:
- Biomolecular Force Field Parameterization via Atoms-in-Molecule Electron Density Partitioning
- Harmonic Force Constants for Molecular Mechanics Force Fields via Hessian Matrix Projection
- QUBEKit: Automating the Derivation of Force Field Parameters from Quantum Mechanics
To install we recommend cloning the QUBEKit folder into a home directory and running the install script which will append the script to the search path:
git clone git@github.com:cole-group/QuBeKit.git
cd QUBEKit
./QUBE_install.sh
After relaunching the terminal you should now be able to use QUBEKit, try the following command to bring up the help documentation and check the installation (note tab completion should work):
QUBEKit.py -h
- numpy
- argparse
- collections
- colorama
- matplotlib
QUBEKit should currently be considered a work in progress. While it is stable we are constantly working to improve the code and increase the amount of compatible software. A user tutorial can be found on our Github wiki page.