Update compute_stress_mop.rst

This commit is contained in:
Evangelos Voyiatzis
2024-05-09 15:17:30 +02:00
committed by GitHub
parent e2984c9724
commit 9aefa047cb

View File

@ -126,8 +126,9 @@ These styles are part of the EXTRA-COMPUTE package. They are only
enabled if LAMMPS is built with that package. See the :doc:`Build
package <Build_package>` doc page on for more info.
The method is only implemented for orthogonal simulation boxes whose
size does not change in time, and axis-aligned planes.
The method is implemented for simulation boxes whose
size does not change in time, and axis-aligned planes. Additionally, for
compute *stress/mop/profile*, the simulation box must be orthogonal.
The method only works with two-body pair interactions, because it
requires the class method ``Pair::single()`` to be implemented, which is