Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use correct Maxwell-Boltzmann velocity distribution in reaction ensemble #2377

Merged
merged 7 commits into from
Nov 30, 2018
3 changes: 3 additions & 0 deletions src/python/espressomd/reaction_ensemble.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ cdef class ReactionAlgorithm(object):
reaction algorithm by setting the standard pressure, temperature, and the
exclusion radius.

Note: When setting the velocities of the particles according the the
Maxwell distribution the mass of all particles is assumed to equal 1.
thepith marked this conversation as resolved.
Show resolved Hide resolved


Parameters
----------
Expand Down