"platforms/brook/src/BrookLangevinDynamics.cpp" did not exist on "d0ff145683b205b77c07b49fe155045133b12e56"
Commit 35adccb0 authored by Jason Swails's avatar Jason Swails
Browse files

Fix docstring.

parent 9e934f69
......@@ -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 interactions. 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
-------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment