Update compute_stress_mop.rst

This commit is contained in:
Evangelos Voyiatzis
2024-05-13 21:26:01 +02:00
committed by GitHub
parent 86103fa89b
commit 47c86cdf65

View File

@ -126,9 +126,8 @@ 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 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 is implemented for orthogonal simulation boxes whose
size does not change in time, and axis-aligned planes.
The method only works with two-body pair interactions, because it
requires the class method ``Pair::single()`` to be implemented, which is