Skip to content

Commit

Permalink
doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGirard committed Jan 16, 2025
1 parent 24ed54b commit d071696
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hoomd/md/pair/pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -2039,15 +2039,16 @@ class WangFrenkel(Pair):
.. math::
\alpha = 2 \nu \left(\frac{R}{\sigma}\right)^{2\mu}
\left(\frac{2 \nu + 1}{2\nu \left(\left(\frac{R}{\sigma}\right)^{2\mu} - 1\right)}\right)^{2\nu + 1}
\left(\frac{2 \nu + 1}
{2\nu \left(\left(\frac{R}{\sigma}\right)^{2\mu} - 1\right)}\right)^{2\nu + 1}
The potential was introduced in `Xipeng Wang et al. 2020`_.
.. _Xipeng Wang et al. 2020:
https://dx.doi.org/10.1039/c9cp05445f
Note:
In the original paper, the parameter `R` is explicitly equal to the cutoff.
In the original paper, the pair parameter R is explicitly equal to the cutoff.
Example::
Expand Down

0 comments on commit d071696

Please sign in to comment.