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
".github/vscode:/vscode.git/clone" did not exist on "88be5f965f2d84182fedca037cfde7615c8d5b83"
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 {
* </pre></tt>
*
* 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
* are defined in radians, and log is the natural logarithm.
* 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.
step(x) = 0 if x is less than 0, 1 otherwise.
*/
class
OPENMM_EXPORT
CustomBondForce
:
public
Force
{
...
...
openmmapi/include/openmm/CustomExternalForce.h
View file @
dceb3d37
...
...
@@ -67,8 +67,8 @@ namespace OpenMM {
* </pre></tt>
*
* 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
* are defined in radians, and log is the natural logarithm.
* 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.
step(x) = 0 if x is less than 0, 1 otherwise.
*/
class
OPENMM_EXPORT
CustomExternalForce
:
public
Force
{
...
...
openmmapi/include/openmm/CustomNonbondedForce.h
View file @
dceb3d37
...
...
@@ -75,10 +75,10 @@ namespace OpenMM {
* </pre></tt>
*
* 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
* are defined in radians, and log is the natural logarithm. The names of per-particle parameters
have the suffix "1" or "2"
* appended to them to indicate the values for the two interacting particles. As seen in the above example,
the expression may
* also involve intermediate quantities that are defined following the main expression, using ";" as a separator.
* 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.
step(x) = 0 if x is less than 0, 1 otherwise.
The names of per-particle parameters
*
have the suffix "1" or "2"
appended to them to indicate the values for the two interacting particles. As seen in the above example,
*
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
* 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