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 eca7f49 commit f71003d
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 @@ -1843,8 +1843,8 @@ class LJGauss(Pair):
* ``epsilon`` (`float`, **required**) -
energy parameter :math:`\varepsilon` :math:`[\mathrm{energy}]`
* ``sigma`` (`float` > 0, **required**) -
Gaussian width :math:`\sigma` :math:`[\mathrm{length}]`
* ``sigma`` (`float`, **required**) -
Gaussian width :math:`\sigma > 0` :math:`[\mathrm{length}]`
* ``r0`` (`float`, **required**) -
Gaussian center :math:`r_0` :math:`[\mathrm{length}]`
Expand Down

0 comments on commit f71003d

Please sign in to comment.