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
60352b13
Commit
60352b13
authored
Dec 12, 2015
by
Robert T. McGibbon
Browse files
Add narative to forces
parent
8cd5bed3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
docs-source/api-c++/forces.rst.jinja2
docs-source/api-c++/forces.rst.jinja2
+7
-0
No files found.
docs-source/api-c++/forces.rst.jinja2
View file @
60352b13
Forces
~~~~~~
The Force objects added to a :cpp:obj:`System` define the behavior of the
particles. Force is an abstract class; subclasses implement specific behaviors.
The Force class is actually slightly more general than its name suggests. A
Force can, indeed, apply forces to particles, but it can also directly modify
particle positions and velocities in arbitrary ways. Some thermostats and
barostats, for example, can be implemented as Force classes.
.. autodoxysummary::
:toctree: generated/
...
...
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