/SSS_2017_QuESt

The final project for the MolSSI 2017 summer school.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Travis CI Codecov

QuESt: Quantum Energy and Stuff

A hybrid QM/MM project built on the principles of the MolSSI 2017 software summer school.

Installation

To install you first need the MolSSI 2017 Software Summer School stack. Directions can be found here.

To build the C++ side of this project, please run:

python setup.py cmake

To clean the CMake files,

python setup.py clean

To do a local install of the Python directory,

pip install -e .

Testing

Tests can be run using py.test -v.