Commit 84884d29 authored by Robert McGibbon's avatar Robert McGibbon
Browse files

Fix description of state on front page

parent ecc3bebc
...@@ -38,7 +38,6 @@ algorithms. Examples of Integrator subclasses include :cpp:class:`LangevinInteg ...@@ -38,7 +38,6 @@ algorithms. Examples of Integrator subclasses include :cpp:class:`LangevinInteg
:cpp:class:`VerletIntegrator <OpenMM::VerletIntegrator>`, and :cpp:class:`BrownianIntegrator <OpenMM::BrownianIntegrator>`. :cpp:class:`VerletIntegrator <OpenMM::VerletIntegrator>`, and :cpp:class:`BrownianIntegrator <OpenMM::BrownianIntegrator>`.
:cpp:class:`State <OpenMM::State>`\ : A State stores a snapshot of the simulation at a particular point :cpp:class:`State <OpenMM::State>`\ : A State stores a snapshot of the simulation at a particular point
in time. It is created by calling a method on a Context. As discussed earlier, in time. It is created by calling a method on a Context. This is the only way to query the
this is a potentially expensive operation. This is the only way to query the
values of state variables, such as particle positions and velocities; Context values of state variables, such as particle positions and velocities; Context
does not provide methods for accessing them directly. does not provide methods for accessing them directly.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment