Bug fix for pair_style list quartic.

This commit is contained in:
Terry Suun
2022-10-04 13:27:32 +08:00
parent ed8e317ef6
commit 5508c7f25e
3 changed files with 2 additions and 5 deletions

View File

@ -120,7 +120,7 @@ and the coefficients:
* :math:`b_2` (distance units)
* :math:`r_c` (distance units)
Note that the cutoff :math:`r_c` should always be specified to ensure zero energy and smooth force at cutoff.
Note that the global cutoff specified by *pair_style list* command is ignored, unless :math:`r_c` is not specified. In this case, :math:`r_c` equals the sqare root of the globle cutoff.
----------