Hello everyone,
I am running an energy-minimisation step for a lipid bilayer system that I generated using CHARMM-GUI. In the generated em.mdp file, the following line appears:
define = -DFLEXIBLE -DNORMANG
I understand what -DFLEXIBLE does, but I am not able to find any reference to -DNORMANG in the topology produced by CHARMM-GUI. I have checked:
-
all lipid
.itpfiles -
the
topol.topfile -
force-field parameter files
-but I cannot find any #ifdef NORMANG blocks or any mention of this directive.
My questions are:
-
Where is
-DNORMANGnormally defined, and what is its purpose? -
Is this something required by the CHARMM36 force field or CHARMM-GUI?
-
If the directive does nothing (because no conditional blocks use it), is it safe to remove it from my
.mdpfile?
I would appreciate guidance on whether this is expected behavior from CHARMM-GUI and how GROMACS interprets this flag during energy minimization.
Thank you!