From 47c86cdf65fe5e48232e1d9eb1e6cf65784a2183 Mon Sep 17 00:00:00 2001 From: Evangelos Voyiatzis Date: Mon, 13 May 2024 21:26:01 +0200 Subject: [PATCH] Update compute_stress_mop.rst --- doc/src/compute_stress_mop.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/src/compute_stress_mop.rst b/doc/src/compute_stress_mop.rst index e4127541a9..b4779b8bf3 100644 --- a/doc/src/compute_stress_mop.rst +++ b/doc/src/compute_stress_mop.rst @@ -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 ` 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