cooperative-computing-lab / awe

Accelerated Weighted Ensemble (AWE) provides a Python library for adaptive sampling of molecular dynamics.
http://www.nd.edu/~ccl/software/awe
GNU General Public License v2.0
9 stars 6 forks source link

Enable OpenMM Simulation #9

Closed jeffkinnison closed 8 years ago

jeffkinnison commented 8 years ago

The ability to use OpenMM for simulation has now been added. To enable this, run AWE with

awe-wq [options] --enable-openmm --openmm-script <path to simulation script>

By default, OpenMM configuration is placed in awe-instance-data/openmm/, and GROMACS configuration has been moved to awe-instance-data/gromacs/. Reorganizing will allow us to add more simulation software in the future.