README.md 1.02 KB
Newer Older
1
2
[![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)
3
[![Anaconda Cloud Badge](https://anaconda.org/conda-forge/openmm/badges/downloads.svg)](https://anaconda.org/conda-forge/openmm)
John Chodera (MSKCC)'s avatar
John Chodera (MSKCC) committed
4

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

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

10
[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
11
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
12
13
14
15

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

jempabroni's avatar
jempabroni committed
16
Need Help? Check out the [documentation](https://openmm.org/documentation) and [discussion forums](https://simtk.org/forums/viewforum.php?f=161).