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
dceb3d37
Commit
dceb3d37
authored
Nov 19, 2009
by
Peter Eastman
Browse files
Updated Doxygen comments
parent
6186c067
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
openmmapi/include/openmm/CustomBondForce.h
openmmapi/include/openmm/CustomBondForce.h
+2
-2
openmmapi/include/openmm/CustomExternalForce.h
openmmapi/include/openmm/CustomExternalForce.h
+2
-2
openmmapi/include/openmm/CustomNonbondedForce.h
openmmapi/include/openmm/CustomNonbondedForce.h
+4
-4
No files found.
openmmapi/include/openmm/CustomBondForce.h
View file @
dceb3d37
...
@@ -64,8 +64,8 @@ namespace OpenMM {
...
@@ -64,8 +64,8 @@ namespace OpenMM {
* </pre></tt>
* </pre></tt>
*
*
* Expressions may involve the operators + (add), - (subtract), * (multiply), / (divide), and ^ (power), and the following
* Expressions may involve the operators + (add), - (subtract), * (multiply), / (divide), and ^ (power), and the following
* functions: sqrt, exp, log, sin, cos, sec, csc, tan, cot, asin, acos, atan, sinh, cosh, tanh. All trigonometric functions
* functions: sqrt, exp, log, sin, cos, sec, csc, tan, cot, asin, acos, atan, sinh, cosh, tanh
, step
. All trigonometric functions
* are defined in radians, and log is the natural logarithm.
* are defined in radians, and log is the natural logarithm.
step(x) = 0 if x is less than 0, 1 otherwise.
*/
*/
class
OPENMM_EXPORT
CustomBondForce
:
public
Force
{
class
OPENMM_EXPORT
CustomBondForce
:
public
Force
{
...
...
openmmapi/include/openmm/CustomExternalForce.h
View file @
dceb3d37
...
@@ -67,8 +67,8 @@ namespace OpenMM {
...
@@ -67,8 +67,8 @@ namespace OpenMM {
* </pre></tt>
* </pre></tt>
*
*
* Expressions may involve the operators + (add), - (subtract), * (multiply), / (divide), and ^ (power), and the following
* Expressions may involve the operators + (add), - (subtract), * (multiply), / (divide), and ^ (power), and the following
* functions: sqrt, exp, log, sin, cos, sec, csc, tan, cot, asin, acos, atan, sinh, cosh, tanh. All trigonometric functions
* functions: sqrt, exp, log, sin, cos, sec, csc, tan, cot, asin, acos, atan, sinh, cosh, tanh
, step
. All trigonometric functions
* are defined in radians, and log is the natural logarithm.
* are defined in radians, and log is the natural logarithm.
step(x) = 0 if x is less than 0, 1 otherwise.
*/
*/
class
OPENMM_EXPORT
CustomExternalForce
:
public
Force
{
class
OPENMM_EXPORT
CustomExternalForce
:
public
Force
{
...
...
openmmapi/include/openmm/CustomNonbondedForce.h
View file @
dceb3d37
...
@@ -75,10 +75,10 @@ namespace OpenMM {
...
@@ -75,10 +75,10 @@ namespace OpenMM {
* </pre></tt>
* </pre></tt>
*
*
* Expressions may involve the operators + (add), - (subtract), * (multiply), / (divide), and ^ (power), and the following
* Expressions may involve the operators + (add), - (subtract), * (multiply), / (divide), and ^ (power), and the following
* functions: sqrt, exp, log, sin, cos, sec, csc, tan, cot, asin, acos, atan, sinh, cosh, tanh. All trigonometric functions
* functions: sqrt, exp, log, sin, cos, sec, csc, tan, cot, asin, acos, atan, sinh, cosh, tanh
, step
. All trigonometric functions
* are defined in radians, and log is the natural logarithm. The names of per-particle parameters
have the suffix "1" or "2"
* are defined in radians, and log is the natural logarithm.
step(x) = 0 if x is less than 0, 1 otherwise.
The names of per-particle parameters
* appended to them to indicate the values for the two interacting particles. As seen in the above example,
the expression may
*
have the suffix "1" or "2"
appended to them to indicate the values for the two interacting particles. As seen in the above example,
* also involve intermediate quantities that are defined following the main expression, using ";" as a separator.
*
the expression may
also involve intermediate quantities that are defined following the main expression, using ";" as a separator.
*
*
* In addition, you can call addFunction() to define a new function based on tabulated values. You specify a vector of
* In addition, you can call addFunction() to define a new function based on tabulated values. You specify a vector of
* values, and an interpolating or approximating spline is created from them. That function can then appear in the expression.
* values, and an interpolating or approximating spline is created from them. That function can then appear in the expression.
...
...
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