diff --git a/doc/src/fix_adapt.rst b/doc/src/fix_adapt.rst index d4a1cb6f6e..107e93194f 100644 --- a/doc/src/fix_adapt.rst +++ b/doc/src/fix_adapt.rst @@ -461,15 +461,15 @@ sub-style name. The improper styles that currently work with fix adapt are: +---------------------------------------------------------+----------------------+----------------+ | :doc:`inversion/harmonic ` | kw,w0 | type impropers | +---------------------------------------------------------+----------------------+----------------+ -| :doc:`ring ` | k,chi | type impropers | +| :doc:`ring ` | k,theta0 | type impropers | +---------------------------------------------------------+----------------------+----------------+ | :doc:`umbrella ` | kw,w0 | type impropers | +---------------------------------------------------------+----------------------+----------------+ | :doc:`sqdistharm ` | k,chi | type impropers | +---------------------------------------------------------+----------------------+----------------+ -Note that internally, chi0 is stored in radians, so the variable -this fix uses to reset chi0 needs to generate values in radians. +Note that internally, chi0 and theta0 are stored in radians, so the variable +this fix use to reset chi0 or theta0 needs to generate values in radians. ----------