This OpenMM plugin provides Platform-agnostic Force classes.
The Force classes implemented in OpenMM-CPP-Forces are listed in the table below.
Force / CV | Description |
---|---|
CompositeRMSDForce | Deviation of multiple corotating bodies from their reference structures |
Documentation for this plugin is available at Github Pages.
OpenMM-CPP-Forces is available as a conda package on the mdtools channel. To install it, run:
conda install -c conda-forge -c mdtools openmm-cpp-forces
Or:
mamba install -c mdtools openmm-cpp-forces
To use OpenMM-CPP-Forces in your own Python script or Jupyter notebook, simply import it as follows:
import openmmcppforces
Copyright (c) 2024, Redesign Science