Clarify COMM/posres grompp note
authorBerk Hess <hess@kth.se>
Tue, 21 Jan 2020 21:05:31 +0000 (22:05 +0100)
committerArtem Zhmurov <zhmurov@gmail.com>
Wed, 22 Jan 2020 07:14:50 +0000 (08:14 +0100)
In the common case of equilibrating a macro-molecule using position
restraints, grompp will issue a note about COMM removal when using
default mdp settings. Added a sentence that says that it is likely
not an issue in this common case.

Change-Id: Ide8b75664c4da3789c6661d8d69f855f9abea4e0

src/gromacs/gmxpreprocess/readir.cpp

index 8ad44f530073e2a3ecd3167c08cff8d0f0a9f9c7..a217abfaa9076c5e8f362c337b63864b1c61e125 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013-2019, by the GROMACS development team, led by
+ * Copyright (c) 2013-2020, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -4091,7 +4091,8 @@ void triple_check(const char* mdparin, t_inputrec* ir, gmx_mtop_t* sys, warninp_
     {
         warning_note(wi,
                      "Removing center of mass motion in the presence of position restraints might "
-                     "cause artifacts");
+                     "cause artifacts. When you are using position restraints to equilibrate a "
+                     "macro-molecule, the artifacts are usually negligible.");
     }
 
     if (ir->cutoff_scheme == ecutsVERLET && ir->verletbuf_tol > 0 && ir->nstlist > 1