Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.5 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.5 KB

Linux Build Status Windows Build status

Binstar Badge

Various Python tools for OpenMM

openmmtools.testsystems

This repository contains a suite of molecular systems that can be used for the testing of various molecular mechanics related software. The idea is that this repository will host a number classes that generate OpenMM objects for simulating the desired systems.

These classes will also contain the member functions that calculate known analytical properties of these systems, enabling the proper testing.

scripts

A script that may be useful in testing your OpenMM installation is installed:

  • test-openmm-platforms will test the various platforms available to OpenMM to ensure that all systems in openmmtools.testsystems give consistent potential energies. If differences in energies in excess of ENERGY_TOLERANCE (default: 0.06 kcal/mol) are detected, these systems will be serialized to XML for further debugging.