README.md 1.01 KB
Newer Older
John Chodera (MSKCC)'s avatar
John Chodera (MSKCC) committed
1
2
3
[![Build Status](https://travis-ci.org/pandegroup/openmm.svg?branch=master)](https://travis-ci.org/pandegroup/openmm)
[![Anaconda Cloud Badge](https://anaconda.org/omnia/openmm/badges/downloads.svg)](https://anaconda.org/omnia/openmm)

Kyle Beauchamp's avatar
Kyle Beauchamp committed
4
5
6
7
8
## OpenMM: A High Performance Molecular Dynamics Library

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

9
[OpenMM](http://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
Kyle Beauchamp's avatar
Kyle Beauchamp committed
10
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
11
12
13
14

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

15
Need Help? Check out the [documentation](http://docs.openmm.org/) and [discussion forums](https://simtk.org/forums/viewforum.php?f=161).
16

17
[C++ API Reference](http://docs.openmm.org/6.3.0/api-c++/namespaceOpenMM.html)
18

19
[Python API Reference](http://docs.openmm.org/6.3.0/api-python/annotated.html)