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

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

6
[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
7
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
------------

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

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

16
[Python API Reference](http://docs.openmm.org/6.3.0/api-python/annotated.html)
Chodera's avatar
Chodera committed
17
18
19

Badges
------
20
* Travis CI `linux` and `osx` integration tests:
Timothy Cyrus's avatar
Timothy Cyrus committed
21
  * GitHub master [![Build Status](https://travis-ci.org/pandegroup/openmm.svg?branch=master)](https://travis-ci.org/pandegroup/openmm)
22
  * `openmm-dev` recipe [![Build Status](https://travis-ci.org/omnia-md/conda-dev-recipes.svg?branch=master)](https://travis-ci.org/omnia-md/conda-dev-recipes)
John Chodera (MSKCC)'s avatar
John Chodera (MSKCC) committed
23
* Anaconda Cloud `openmm` conda release: [![Anaconda Cloud Badge](https://anaconda.org/omnia/openmm/badges/downloads.svg)](https://anaconda.org/omnia/openmm)