"platforms/common/src/ExpressionUtilities.cpp" did not exist on "4c28df55ee42950af6746718498bbe6399773b42"
Commit 804ffc62 authored by Christopher Bruns's avatar Christopher Bruns
Browse files

Added doxygenable comment that Langevin friction coefficient is in units of...

Added doxygenable comment that Langevin friction coefficient is in units of collisions per picosecond (as opposed to picoseconds), which Sherm and I deduced by reading reference implementation and testing extreme values.
parent 451980ab
......@@ -48,7 +48,7 @@ public:
* Create a LangevinIntegrator.
*
* @param temperature the temperature of the heat bath (in Kelvin)
* @param frictionCoeff the friction coefficient which couples the system to the heat bath
* @param frictionCoeff the friction coefficient which couples the system to the heat bath, in units of collisions per picosecond
* @param stepSize the step size with which to integrator the system (in picoseconds)
*/
LangevinIntegrator(double temperature, double frictionCoeff, double stepSize);
......
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