Merge branch release-2021 into merge-2021-into-master
[alexxy/gromacs.git] / docs / user-guide / mdp-options.rst
index ca784b86921a6e00a36c7c29120739f21481ed00..667576a73d0575387c849c0e80df5256ffd73b75 100644 (file)
@@ -1895,7 +1895,8 @@ AWH adaptive biasing
       The applied biasing potential is the convolution of the bias function and a
       set of harmonic umbrella potentials (see :mdp-value:`awh-potential=umbrella` below). This results
       in a smooth potential function and force. The resolution of the potential is set
-      by the force constant of each umbrella, see :mdp:`awh1-dim1-force-constant`.
+      by the force constant of each umbrella, see :mdp:`awh1-dim1-force-constant`. This option is not
+      compatible with using the free energy lambda state as an AWH reaction coordinate.
 
    .. mdp-value:: umbrella
 
@@ -1903,8 +1904,9 @@ AWH adaptive biasing
       using Monte-Carlo sampling.  The force constant is set with
       :mdp:`awh1-dim1-force-constant`. The umbrella location
       is sampled using Monte-Carlo every :mdp:`awh-nstsample` steps.
-      There are no advantages to using an umbrella.
-      This option is mainly for comparison and testing purposes.
+      This is option is required when using the free energy lambda state as an AWH reaction coordinate.
+      Apart from that, this option is mainly for comparison
+      and testing purposes as there are no advantages to using an umbrella.
 
 .. mdp:: awh-share-multisim
 
@@ -2100,7 +2102,7 @@ AWH adaptive biasing
       The lambda states to use are specified by :mdp:`fep-lambdas`, :mdp:`vdw-lambdas`,
       :mdp:`coul-lambdas` etc. This is not compatible with delta-lambda. It also requires
       calc-lambda-neighbors to be -1. With multiple time-stepping, AWH should
-      be in the slow level.
+      be in the slow level. This option requires :mdp-value:`awh-potential=umbrella`.
 
 .. mdp:: awh1-dim1-coord-index
 
@@ -3019,8 +3021,8 @@ Electric fields
    with units (respectively) V nm\ :sup:`-1`, ps\ :sup:`-1`, ps, ps.
 
    In the special case that ``sigma = 0``, the exponential term is omitted
-   and only the cosine term is used. If also ``omega = 0`` a static
-   electric field is applied.
+   and only the cosine term is used. In this case, ``t0`` must be set to 0.
+   If also ``omega = 0`` a static electric field is applied.
 
    Read more at :ref:`electric fields` and in ref. \ :ref:`146 <refCaleman2008a>`.