From 7cf3ff588ed4d00ad41b4c23f51667e458ea482a Mon Sep 17 00:00:00 2001 From: Evangelos Voyiatzis Date: Sun, 9 Feb 2025 16:54:15 +0200 Subject: [PATCH] include table with impropers in fix_adapt.rst --- doc/src/fix_adapt.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/src/fix_adapt.rst b/doc/src/fix_adapt.rst index 44a096b6ac..5e44238c7e 100644 --- a/doc/src/fix_adapt.rst +++ b/doc/src/fix_adapt.rst @@ -442,6 +442,32 @@ all types from 1 to :math:`N`. A leading asterisk means all types from If :doc:`improper_style hybrid ` is used, *istyle* should be a sub-style name. The improper styles that currently work with fix adapt are: ++---------------------------------------------------------+----------------------+----------------+ +| :doc:`amoeba ` | k | type impropers | ++---------------------------------------------------------+----------------------+----------------+ +| :doc:`class2 ` | k0,chi0 | type impropers | ++---------------------------------------------------------+----------------------+----------------+ +| :doc:`cossq ` | k,chi | type impropers | ++---------------------------------------------------------+----------------------+----------------+ +| :doc:`cvff ` | k,sign,multiplicity | type impropers | ++---------------------------------------------------------+----------------------+----------------+ +| :doc:`distance ` | k,chi | type impropers | ++---------------------------------------------------------+----------------------+----------------+ +| :doc:`distharm ` | k,chi | type impropers | ++---------------------------------------------------------+----------------------+----------------+ +| :doc:`fourier ` | k,C0,C1,C2 | type impropers | ++---------------------------------------------------------+----------------------+----------------+ +| :doc:`harmonic ` | k,chi | type impropers | ++---------------------------------------------------------+----------------------+----------------+ +| :doc:`inversion/harmonic ` | kw,w0 | type impropers | ++---------------------------------------------------------+----------------------+----------------+ +| :doc:`ring ` | k,chi | 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.