Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
84884d29
Commit
84884d29
authored
Dec 14, 2015
by
Robert McGibbon
Browse files
Fix description of state on front page
parent
ecc3bebc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
docs-source/api-c++/index.rst
docs-source/api-c++/index.rst
+1
-2
No files found.
docs-source/api-c++/index.rst
View file @
84884d29
...
@@ -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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment