[![GH Actions Status](https://github.com/openmm/openmm/workflows/CI/badge.svg)](https://github.com/openmm/openmm/actions?query=branch%3Amaster+workflow%3ACI) [![Conda](https://img.shields.io/conda/v/conda-forge/openmm.svg)](https://anaconda.org/conda-forge/openmm) [![Anaconda Cloud Badge](https://anaconda.org/conda-forge/openmm/badges/downloads.svg)](https://anaconda.org/conda-forge/openmm) ## OpenMM: A High Performance Molecular Dynamics Library ### Introduction [OpenMM](https://openmm.org) is a toolkit for molecular simulation. It can be used either as a stand-alone application for running simulations, or as a library you call from your own code. It provides a combination of extreme flexibility (through custom forces and integrators), openness, and high performance (especially on recent GPUs) that make it truly unique among simulation codes. ### Getting Help Need help using OpenMM? There are several places that you can find it: - [Documentation](https://docs.openmm.org/): - [User Manual](https://docs.openmm.org/latest/userguide/) - [Python API Reference](https://docs.openmm.org/latest/api-python/) - [C++ API Reference](https://docs.openmm.org/latest/api-c++/) - [Getting Support](SUPPORT.md): - [Frequently Asked Questions](https://github.com/openmm/openmm/wiki/Frequently-Asked-Questions) - [Discussion Forum](https://github.com/openmm/openmm/discussions) - [Issue Tracker](https://github.com/openmm/openmm/issues) - [Learning Resources](https://openmm.github.io/openmm-cookbook/latest): - [OpenMM Tutorials](https://openmm.github.io/openmm-cookbook/latest/tutorials) - [OpenMM Cookbook](https://openmm.github.io/openmm-cookbook/latest/cookbook) - [OpenMM Examples](examples/README.md) - [Contributing to OpenMM](CONTRIBUTING.md): - [Developer Guide](https://docs.openmm.org/latest/developerguide/) ### License Information OpenMM is free and open-source software. There are several licenses which cover different parts of OpenMM, but most of the source code is covered by the MIT license or the GNU Lesser General Public License (LGPL). Portions copyright © 2008-2025 Stanford University and the Authors. For more details, see [Licenses.txt](docs-source/licenses/Licenses.txt).