Skip to content

Commit

Permalink
Update hoomd/md/pair/pair.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tommy Waltmann <53307607+tommy-waltmann@users.noreply.github.com>
  • Loading branch information
josephburkhart and tommy-waltmann committed Jun 21, 2024
1 parent 4f1f6b0 commit eca7f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hoomd/md/pair/pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ class ExpandedGaussian(Pair):
* ``epsilon`` (`float`, **required**) - energy parameter
:math:`\varepsilon` :math:`[\mathrm{energy}]`
* ``sigma`` (`float` > 0, **required**) - particle size
:math:`\sigma` :math:`[\mathrm{length}]`
* ``sigma`` (`float`, **required**) - particle size
:math:`\sigma > 0` :math:`[\mathrm{length}]`
* ``delta`` (`float`, **required**) - shift distance
:math:`\delta` :math:`[\mathrm{length}]`
Expand Down

0 comments on commit eca7f49

Please sign in to comment.