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
35adccb0
"platforms/brook/src/BrookLangevinDynamics.cpp" did not exist on "d0ff145683b205b77c07b49fe155045133b12e56"
Commit
35adccb0
authored
Nov 20, 2015
by
Jason Swails
Browse files
Fix docstring.
parent
9e934f69
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
wrappers/python/simtk/openmm/app/amberprmtopfile.py
wrappers/python/simtk/openmm/app/amberprmtopfile.py
+4
-4
No files found.
wrappers/python/simtk/openmm/app/amberprmtopfile.py
View file @
35adccb0
...
...
@@ -203,10 +203,10 @@ class AmberPrmtopFile(object):
ewaldErrorTolerance : float=0.0005
The error tolerance to use if nonbondedMethod is Ewald or PME.
switchDistance : float=0*nanometers
A positive value turns on a
potential energy switching function
for
Lennard-Jones interacti
on
s
. If the switchDistance is 0 or evaluates
to boolean False,
no switching function will be used.
Illegal values
(e.g.,
less than 0
) will
raise a ValueError
The distance at which the
potential energy switching function
is
turned
on. If the switchDistance is 0 or evaluates
to boolean False,
no switching function will be used.
Values greater than
nonbondedCutoff or
less than 0 raise a ValueError
Returns
-------
...
...
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