OpenMM Users Manual and Theory Guide¶
- 1. Introduction
- 2. The OpenMM Application Layer: Getting Started
- 3. Running Simulations
- 3.1. A First Example
- 3.2. Using AMBER Files
- 3.3. Using Gromacs Files
- 3.4. Using CHARMM Files
- 3.5. The OpenMM-Setup Application
- 3.6. Simulation Parameters
- 3.6.1. Platforms
- 3.6.2. Force Fields
- 3.6.3. Small molecule parameters
- 3.6.4. AMBER Implicit Solvent
- 3.6.5. Nonbonded Interactions
- 3.6.6. Constraints
- 3.6.7. Heavy Hydrogens
- 3.6.8. Integrators
- 3.6.8.1. Langevin Middle Integrator
- 3.6.8.2. Langevin Integrator
- 3.6.8.3. Nosé-Hoover Integrator
- 3.6.8.4. Leapfrog Verlet Integrator
- 3.6.8.5. Brownian Integrator
- 3.6.8.6. Variable Time Step Langevin Integrator
- 3.6.8.7. Variable Time Step Leapfrog Verlet Integrator
- 3.6.8.8. Multiple Time Step Integrator
- 3.6.8.9. Multiple Time Step Langevin Integrator
- 3.6.8.10. Compound Integrator
- 3.6.9. Temperature Coupling
- 3.6.10. Pressure Coupling
- 3.6.11. Energy Minimization
- 3.6.12. Removing Center of Mass Motion
- 3.6.13. Writing Trajectories
- 3.6.14. Recording Other Data
- 3.6.15. Saving Simulation Progress and Results
- 3.6.16. Enhanced Sampling Methods
- 4. Model Building and Editing
- 5. Advanced Simulation Examples
- 6. Creating Force Fields
- 6.1. Basic Concepts
- 6.2. Writing the XML File
- 6.2.1. <AtomTypes>
- 6.2.2. <Residues>
- 6.2.3. <Patches>
- 6.2.4. Missing residue templates
- 6.2.5. <HarmonicBondForce>
- 6.2.6. <HarmonicAngleForce>
- 6.2.7. <PeriodicTorsionForce>
- 6.2.8. <RBTorsionForce>
- 6.2.9. <CMAPTorsionForce>
- 6.2.10. <NonbondedForce>
- 6.2.11. <GBSAOBCForce>
- 6.2.12. <CustomBondForce>
- 6.2.13. <CustomAngleForce>
- 6.2.14. <CustomTorsionForce>
- 6.2.15. <CustomNonbondedForce>
- 6.2.16. <CustomGBForce>
- 6.2.17. <CustomHbondForce>
- 6.2.18. <CustomManyParticleForce>
- 6.2.19. Writing Custom Expressions
- 6.2.20. Tabulated Functions
- 6.2.21. Residue Template Parameters
- 6.2.22. Including Other Files
- 6.3. Using Multiple Files
- 6.4. Extending ForceField
- 7. The OpenMM Library: Introduction
- 8. Compiling OpenMM from Source Code
- 9. OpenMM Tutorials
- 10. Platform-Specific Properties
- 11. Using OpenMM with Software Written in Languages Other than C++
- 11.1. C API
- 11.2. Fortran 95 API
- 11.3. Python API
- 11.3.1. Mapping from the C++ API to the Python API
- 11.3.2. Mechanics of using the Python API
- 11.3.3. Units and dimensional analysis
- 11.3.3.1. Why does the Python API include units?
- 11.3.3.2. Quantities, units, and dimensions
- 11.3.3.3. Units examples
- 11.3.3.4. Arithmetic with units
- 11.3.3.5. Atomic scale mass and energy units are “per amount”
- 11.3.3.6. SI prefixes
- 11.3.3.7. Converting to different units
- 11.3.3.8. Lists, tuples, vectors, numpy arrays, and Units
- 12. Examples of OpenMM Integration
- 13. Testing and Validation of OpenMM
- 14. AMOEBA Plugin
- 15. Ring Polymer Molecular Dynamics (RPMD) Plugin
- 16. Drude Plugin
- 17. The Theory Behind OpenMM: Introduction
- 18. Standard Forces
- 18.1. HarmonicBondForce
- 18.2. HarmonicAngleForce
- 18.3. PeriodicTorsionForce
- 18.4. RBTorsionForce
- 18.5. CMAPTorsionForce
- 18.6. NonbondedForce
- 18.7. GBSAOBCForce
- 18.8. GayBerneForce
- 18.9. AndersenThermostat
- 18.10. MonteCarloBarostat
- 18.11. MonteCarloAnisotropicBarostat
- 18.12. MonteCarloMembraneBarostat
- 18.13. CMMotionRemover
- 18.14. RMSDForce
- 19. Custom Forces
- 19.1. CustomBondForce
- 19.2. CustomAngleForce
- 19.3. CustomTorsionForce
- 19.4. CustomNonbondedForce
- 19.5. CustomExternalForce
- 19.6. CustomCompoundBondForce
- 19.7. CustomCentroidBondForce
- 19.8. CustomManyParticleForce
- 19.9. CustomGBForce
- 19.10. CustomHbondForce
- 19.11. CustomCVForce
- 19.12. Writing Custom Expressions
- 19.13. Setting Parameters
- 19.14. Parameter Derivatives
- 20. Integrators
- 21. Other Features
- 22. Bibliography
Portions copyright (c) 2008-2017 Stanford University and the Authors
Contributors: Kyle Beauchamp, Christopher Bruns, John Chodera, Peter Eastman, Mark Friedrichs, Joy P. Ku, Tom Markland, Vijay Pande, Randy Radmer, Michael Sherman, Jason Swails, Lee-Ping Wang
Permission is hereby granted, free of charge, to any person obtaining a copy of this document (the “Document”), to deal in the Document without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Document, and to permit persons to whom the Document is furnished to do so, subject to the following conditions:
This copyright and permission notice shall be included in all copies or substantial portions of the Document.
THE DOCUMENT IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE DOCUMENT OR THE USE OR OTHER DEALINGS IN THE DOCUMENT.