README.md 808 Bytes
Newer Older
Kyle Beauchamp's avatar
Kyle Beauchamp committed
1
2
3
4
5
## OpenMM: A High Performance Molecular Dynamics Library

Introduction
------------

Kyle Beauchamp's avatar
Kyle Beauchamp committed
6
7
[OpenMM](https://simtk.org/home/openmm) 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.  
Kyle Beauchamp's avatar
Kyle Beauchamp committed
8
9
10
11

Getting Help
------------

Kyle Beauchamp's avatar
Kyle Beauchamp committed
12
Need Help? Check out the [documentation](https://simtk.org/docman/?group_id=161) and [discussion forums](https://simtk.org/forums/viewforum.php?f=161).
13
14
15
16

[C++ API Reference](https://simtk.org/api_docs/openmm/api5_0/c++/)

[Python API Reference](https://simtk.org/api_docs/openmm/api5_0/python/)