From 18cd31d811c362222eed44fcffd422948c6c654f Mon Sep 17 00:00:00 2001 From: Evangelos Voyiatzis Date: Mon, 10 Feb 2025 20:22:32 +0200 Subject: [PATCH] Update fix_adapt.rst --- doc/src/fix_adapt.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. ----------