/QUBEKit

Development version of QuBeKit force field derivation software

Primary LanguagePython

QUBEKit: QUantum BEspoke FF toolKit

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:

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

Requirements:

Python modules used:

  • numpy
  • argparse
  • collections
  • colorama
  • matplotlib

In Development

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.