NONBONDED [MIXRULE, NOMIXRULE] ... END
(10.1) |
Arguments MIXRULE and NOMIXRULE to the command indicate
if Lennard-Jones mixing rules are to be used by ORAC or,
conversely, explicit mixed Lennard-Jones potentials are to be
expected in input. The format of the nonbonded potential is
different in the two alternative cases. If mixing rules are to be
found the input to NONBONDED looks like:
NONBONDED MIXRULE
...
typ1
...
END
Here, typ1 is a character string, not to exceed 7 characters, labeling the
atom type for the atom; is the radius corresponding to the
minimum of the Lennard-Jones potential; the Lennard-Jones
well depth; is reserved for later usage and should be set to
zero; is the atom mass. The non-bonded potential format
changes if different Lennard-Jones potentials must be used for the 1-4
interactions in which atom type typ1 is involved:
NONBONDED MIXRULE
...
typ1
...
END
Here, parameters
are used only for 1-4
interactions. In case the argument NOMIXRULE is used, the input
to NONBONDED looks like:
NONBONDED NOMIXRULE
...
typ1
...
END
...
...
First the sequence of the force field atom types and
Lennard-Jones parameters is read interrupted by the keyword END
at the beginning of a new line. Second, a list of the
interaction potential parameters
and must be provided in input. For most of the biomolecular
force fields non-bonded mixing rules are commonly used.
NONBONDED MIXRULE h4 1.409 0.015 0.000 1.008 o 1.661 0.210 0.000 16.000 ca 1.908 0.086 0.000 12.010 END
NONBONDED NOMIXRULE h 0.000 0.000 0.000 1.008 o 1.700 0.120 0.000 15.999 c 2.000 0.110 0.000 12.011 END 0.0 0.0 Interaction type [h -- h] 0.0 0.0 Interaction type [h -- o] 0.0 0.0 Interaction type [h -- c] 1200.0 600700.0 Interaction type [o -- o] 1000.0 800000.0 Interaction type [o -- c] 2000.0 500100.0 Interaction type [c -- c]
procacci 2021-12-29