git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5130 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
206
doc/pair_hbond_dreiding.html
Normal file
206
doc/pair_hbond_dreiding.html
Normal file
@ -0,0 +1,206 @@
|
||||
<HTML>
|
||||
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A>
|
||||
</CENTER>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<HR>
|
||||
|
||||
<H3>pair_style hbond/dreiding/lj command
|
||||
</H3>
|
||||
<H3>pair_style hbond/dreiding/morse command
|
||||
</H3>
|
||||
<P><B>Syntax:</B>
|
||||
</P>
|
||||
<PRE>pair_style style distance_cutoff angle_cutof N
|
||||
</PRE>
|
||||
<UL><LI>style = <I>hbond/dreiding/lj</I> or <I>hbond/dreiding/morse</I>
|
||||
<LI>n = cosine angle periodicity
|
||||
<LI>distance_cutoff = global cutoff for Donor-Acceptor interactions (distance units)
|
||||
<LI>angle_cutoff = global angle cutoff for Acceptor-Hydrogen-Donor
|
||||
<LI>interactions (degrees)
|
||||
</UL>
|
||||
<P><B>Examples:</B>
|
||||
</P>
|
||||
<PRE>pair_style hbond/dreiding/lj 4 5.0 90
|
||||
pair_coeff * * 100.0 1.5 200.0
|
||||
pair_coeff * * 100.0 1.5 200.0 2
|
||||
</PRE>
|
||||
<PRE>pair_style hbond/dreiding/morse 2 4.6 75.0
|
||||
pair_coeff * * 100.0 1.5 200.0
|
||||
pair_coeff * * 100.0 1.5 200.0 4 3.0
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
</P>
|
||||
<P>The <I>hbond/dreiding</I> styles compute the Acceptor-Hydrogen-Donor (AHD)
|
||||
3-body hydrogen bond interaction for the
|
||||
<A HREF = "Section_howto.html#4_4">DREIDING</A> force field, given by:
|
||||
</P>
|
||||
<CENTER><IMG SRC = "Eqs/pair_hbond_dreiding.jpg">
|
||||
</CENTER>
|
||||
<P>where Rc is the distance cutoff, theta_c is the angle cutoff, and n is
|
||||
the cosine periodicity.
|
||||
</P>
|
||||
<P>Here, <I>r</I> is the radial distance between the donor (D) and acceptor
|
||||
(A) atoms and <I>theta</I> is the bond angle between the acceptor, the
|
||||
hydrogen (H) and the donor atoms:
|
||||
</P>
|
||||
<CENTER><IMG SRC = "Eqs/dreiding_hbond.jpg">
|
||||
</CENTER>
|
||||
<P>These 3-body interactions can be defined for pairs of acceptor and
|
||||
donor atoms, based on atom types. For each donor/acceptor atom pair,
|
||||
the 3rd atom in the interaction is a hydrogen permanently bonded to
|
||||
the donor atom, e.g. in a bond list read in from a data file via the
|
||||
<A HREF = "read_data.html">read_data</A> command. The atom types of possible
|
||||
hydrogen atoms for each donor/acceptor type pair are specified by the
|
||||
<A HREF = "pair_coeff.html">pair_coeff</A> command (see below).
|
||||
</P>
|
||||
<P>Style <I>hbond/dreiding/lj</I> is the original DREIDING potential of
|
||||
<A HREF = "#Mayo">(Mayo)</A>. It uses a LJ 12/10 functional for the Donor-Acceptor
|
||||
interactions. To match the results in the original paper, use n = 4.
|
||||
</P>
|
||||
<P>Style <I>hbond/dreiding/morse</I> is an improved version using a Morse
|
||||
potential for the Donor-Acceptor interactions. <A HREF = "#Liu">(Liu)</A> showed
|
||||
that the Morse form gives improved results for Dendrimer simulations,
|
||||
when n = 2.
|
||||
</P>
|
||||
<P>See this <A HREF = "Section_howto.html#4_4">howto section</A> of the manual for more
|
||||
information on the DREIDING forcefield.
|
||||
</P>
|
||||
<P>Because the Dreiding hydrogen bond potential is only one portion of
|
||||
an overall force field which typically includes other pairwise
|
||||
interactions, it is common to use it as a sub-style in a <A HREF = "pair_hybrid.html">pair_style
|
||||
hybrid or hybrid/overlay</A> command.
|
||||
</P>
|
||||
<P>The following coefficients must be defined for pairs of eligible
|
||||
donor/acceptor types via the <A HREF = "pair_coeff.html">pair_coeff</A> command as
|
||||
in the examples above.
|
||||
</P>
|
||||
<P>IMPORTANT NOTE: Unlike other pair styles and their associated
|
||||
<A HREF = "pair_coeff.html">pair_coeff</A> commands, you do not need to specify
|
||||
pair_coeff settings for all possible I,J type pairs. Only I,J type
|
||||
pairs for atoms which act as joint donors/acceptors need to be
|
||||
specified; all other type pairs are assumed to be inactive.
|
||||
</P>
|
||||
<P>IMPORTANT NOTE: A <A HREF = "pair_coeff.html">pair_coeff</A> command can be
|
||||
speficied multiple times for the same donor/acceptor type pair. This
|
||||
enables multiple hydrogen types to be assigned to the same
|
||||
donor/acceptor type pair. For other pair_styles, if the pair_coeff
|
||||
command is re-used for the same I.J type pair, the settings for that
|
||||
type pair are overwritten. For the hydrogen bond potentials this is
|
||||
not the case; the settings are cummulative. This means the only way
|
||||
to turn off a previous setting, is to re-use the pair_style command
|
||||
and start over.
|
||||
</P>
|
||||
<P>For the <I>hbond/dreiding/lj</I> style the list of coefficients is as
|
||||
follows:
|
||||
</P>
|
||||
<UL><LI>K = hydrogen atom type = 1 to Ntypes
|
||||
<LI>donor flag = <I>i</I> or <I>j</I>
|
||||
<LI>epsilon (energy units)
|
||||
<LI>sigma (distance units)
|
||||
<LI>n = exponent in formula above
|
||||
<LI>distance cutoff (distance units)
|
||||
<LI>angle cutoff (degrees)
|
||||
</UL>
|
||||
<P>For the <I>hbond/dreiding/morse</I> style the list of coefficients is as
|
||||
follows:
|
||||
</P>
|
||||
<UL><LI>K = hydrogen atom type = 1 to Ntypes
|
||||
<LI>donor flag = <I>i</I> or <I>j</I>
|
||||
<LI>D0 (energy units)
|
||||
<LI>alpha (1/distance units)
|
||||
<LI>r0 (distance units)
|
||||
<LI>n = exponent in formula above
|
||||
<LI>distance cutoff (distance units)
|
||||
<LI>angle cutoff (degrees)
|
||||
</UL>
|
||||
<P>A single hydrogen atom type K can be specified, or a wild-card
|
||||
asterisk can be used in place of or in conjunction with the K
|
||||
arguments to select multiple types as hydrogens. This takes the form
|
||||
"*" or "*n" or "n*" or "m*n". See the <A HREF = "pair_coeff">pair_coeff</A> command
|
||||
doc page for details.
|
||||
</P>
|
||||
<P>If the donor flag is <I>i</I>, then the atom of type I in the pair_coeff
|
||||
command is treated as the donor, and J is the acceptor. If the donor
|
||||
flag is <I>j</I>, then the atom of type J in the pair_coeff command is
|
||||
treated as the donor and I is the donor. This option is required
|
||||
because the <A HREF = "pair_coeff.html">pair_coeff</A> command requires that I <= J.
|
||||
</P>
|
||||
<P>Epsilon and sigma are settings for the hydrogen bond potential based
|
||||
on a Lennard-Jones functional form. Note that sigma is defined as the
|
||||
zero-crossing distance for the potential, not as the energy minimum at
|
||||
2^(1/6) sigma.
|
||||
</P>
|
||||
<P>D0 and alpha and r0 are settings for the hydrogen bond potential based
|
||||
on a Morse functional form.
|
||||
</P>
|
||||
<P>The last 3 coefficients for both styles are optional. If not
|
||||
specified, the global n, distance cutoff, and angle cutoff specified
|
||||
in the pair_style command are used. If you wish to only override the
|
||||
2nd or 3rd optional parameter, you must also specify the preceding
|
||||
optional parameters.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<P><B>Mixing, shift, table, tail correction, restart, rRESPA info</B>:
|
||||
</P>
|
||||
<P>These pair styles do not support mixing. You must explicitly identify
|
||||
each donor/acceptor type pair.
|
||||
</P>
|
||||
<P>These styles do not support the <A HREF = "pair_modify.html">pair_modify</A> shift
|
||||
option for the energy of the interactions.
|
||||
</P>
|
||||
<P>The <A HREF = "pair_modify.html">pair_modify</A> table option is not relevant for
|
||||
these pair styles.
|
||||
</P>
|
||||
<P>These pair styles do not support the <A HREF = "pair_modify.html">pair_modify</A>
|
||||
tail option for adding long-range tail corrections to energy and
|
||||
pressure.
|
||||
</P>
|
||||
<P>These pair styles do not write their information to <A HREF = "restart.html">binary restart
|
||||
files</A>, so pair_style and pair_coeff commands need to be
|
||||
re-specified in an input script that reads a restart file.
|
||||
</P>
|
||||
<P>These pair styles can only be used via the <I>pair</I> keyword of the
|
||||
<A HREF = "run_style.html">run_style respa</A> command. They do not support the
|
||||
<I>inner</I>, <I>middle</I>, <I>outer</I> keywords.
|
||||
</P>
|
||||
<P>These pair style tally a count of how many hydrogen bonding
|
||||
interactions they calculate each timestep. This quantity can be
|
||||
accessed via the <A HREF = "compute_pair.html">compute pair</A> command as a vector
|
||||
of values of length 1.
|
||||
</P>
|
||||
<P>To print this quantity to the log file (with a descriptive column
|
||||
heading) the following commands could be included in an input script:
|
||||
</P>
|
||||
<PRE>compute hb all pair hbond/dreiding/lj
|
||||
variable hb equal c_hb[1]
|
||||
thermo_style custom step temp epair v_hb
|
||||
</PRE>
|
||||
<HR>
|
||||
|
||||
<P><B>Restrictions:</B> none
|
||||
</P>
|
||||
<P><B>Related commands:</B>
|
||||
</P>
|
||||
<P><A HREF = "pair_coeff.html">pair_coeff</A>
|
||||
</P>
|
||||
<P><B>Default:</B> none
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<A NAME = "Mayo"></A>
|
||||
|
||||
<P><B>(Mayo)</B> Mayo, Olfason, Goddard III, J Phys Chem, 94, 8897-8909
|
||||
(1990).
|
||||
</P>
|
||||
<A NAME = "Liu"></A>
|
||||
|
||||
<P><B>(Liu)</B> Liu, Bryantsev, Diallo, Goddard III, J. Am. Chem. Soc 131 (8)
|
||||
2798 (2009)
|
||||
</P>
|
||||
</HTML>
|
||||
198
doc/pair_hbond_dreiding.txt
Normal file
198
doc/pair_hbond_dreiding.txt
Normal file
@ -0,0 +1,198 @@
|
||||
"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
|
||||
|
||||
:link(lws,http://lammps.sandia.gov)
|
||||
:link(ld,Manual.html)
|
||||
:link(lc,Section_commands.html#comm)
|
||||
|
||||
:line
|
||||
|
||||
pair_style hbond/dreiding/lj command :h3
|
||||
pair_style hbond/dreiding/morse command :h3
|
||||
|
||||
[Syntax:]
|
||||
|
||||
pair_style style distance_cutoff angle_cutof N :pre
|
||||
|
||||
style = {hbond/dreiding/lj} or {hbond/dreiding/morse}
|
||||
n = cosine angle periodicity
|
||||
distance_cutoff = global cutoff for Donor-Acceptor interactions (distance units)
|
||||
angle_cutoff = global angle cutoff for Acceptor-Hydrogen-Donor
|
||||
interactions (degrees) :ul
|
||||
|
||||
[Examples:]
|
||||
|
||||
pair_style hbond/dreiding/lj 4 5.0 90
|
||||
pair_coeff * * 100.0 1.5 200.0
|
||||
pair_coeff * * 100.0 1.5 200.0 2 :pre
|
||||
|
||||
pair_style hbond/dreiding/morse 2 4.6 75.0
|
||||
pair_coeff * * 100.0 1.5 200.0
|
||||
pair_coeff * * 100.0 1.5 200.0 4 3.0 :pre
|
||||
|
||||
[Description:]
|
||||
|
||||
The {hbond/dreiding} styles compute the Acceptor-Hydrogen-Donor (AHD)
|
||||
3-body hydrogen bond interaction for the
|
||||
"DREIDING"_Section_howto.html#4_4 force field, given by:
|
||||
|
||||
:c,image(Eqs/pair_hbond_dreiding.jpg)
|
||||
|
||||
where Rc is the distance cutoff, theta_c is the angle cutoff, and n is
|
||||
the cosine periodicity.
|
||||
|
||||
Here, {r} is the radial distance between the donor (D) and acceptor
|
||||
(A) atoms and {theta} is the bond angle between the acceptor, the
|
||||
hydrogen (H) and the donor atoms:
|
||||
|
||||
:c,image(Eqs/dreiding_hbond.jpg)
|
||||
|
||||
These 3-body interactions can be defined for pairs of acceptor and
|
||||
donor atoms, based on atom types. For each donor/acceptor atom pair,
|
||||
the 3rd atom in the interaction is a hydrogen permanently bonded to
|
||||
the donor atom, e.g. in a bond list read in from a data file via the
|
||||
"read_data"_read_data.html command. The atom types of possible
|
||||
hydrogen atoms for each donor/acceptor type pair are specified by the
|
||||
"pair_coeff"_pair_coeff.html command (see below).
|
||||
|
||||
Style {hbond/dreiding/lj} is the original DREIDING potential of
|
||||
"(Mayo)"_#Mayo. It uses a LJ 12/10 functional for the Donor-Acceptor
|
||||
interactions. To match the results in the original paper, use n = 4.
|
||||
|
||||
Style {hbond/dreiding/morse} is an improved version using a Morse
|
||||
potential for the Donor-Acceptor interactions. "(Liu)"_#Liu showed
|
||||
that the Morse form gives improved results for Dendrimer simulations,
|
||||
when n = 2.
|
||||
|
||||
See this "howto section"_Section_howto.html#4_4 of the manual for more
|
||||
information on the DREIDING forcefield.
|
||||
|
||||
Because the Dreiding hydrogen bond potential is only one portion of
|
||||
an overall force field which typically includes other pairwise
|
||||
interactions, it is common to use it as a sub-style in a "pair_style
|
||||
hybrid or hybrid/overlay"_pair_hybrid.html command.
|
||||
|
||||
The following coefficients must be defined for pairs of eligible
|
||||
donor/acceptor types via the "pair_coeff"_pair_coeff.html command as
|
||||
in the examples above.
|
||||
|
||||
IMPORTANT NOTE: Unlike other pair styles and their associated
|
||||
"pair_coeff"_pair_coeff.html commands, you do not need to specify
|
||||
pair_coeff settings for all possible I,J type pairs. Only I,J type
|
||||
pairs for atoms which act as joint donors/acceptors need to be
|
||||
specified; all other type pairs are assumed to be inactive.
|
||||
|
||||
IMPORTANT NOTE: A "pair_coeff"_pair_coeff.html command can be
|
||||
speficied multiple times for the same donor/acceptor type pair. This
|
||||
enables multiple hydrogen types to be assigned to the same
|
||||
donor/acceptor type pair. For other pair_styles, if the pair_coeff
|
||||
command is re-used for the same I.J type pair, the settings for that
|
||||
type pair are overwritten. For the hydrogen bond potentials this is
|
||||
not the case; the settings are cummulative. This means the only way
|
||||
to turn off a previous setting, is to re-use the pair_style command
|
||||
and start over.
|
||||
|
||||
For the {hbond/dreiding/lj} style the list of coefficients is as
|
||||
follows:
|
||||
|
||||
K = hydrogen atom type = 1 to Ntypes
|
||||
donor flag = {i} or {j}
|
||||
epsilon (energy units)
|
||||
sigma (distance units)
|
||||
n = exponent in formula above
|
||||
distance cutoff (distance units)
|
||||
angle cutoff (degrees) :ul
|
||||
|
||||
For the {hbond/dreiding/morse} style the list of coefficients is as
|
||||
follows:
|
||||
|
||||
K = hydrogen atom type = 1 to Ntypes
|
||||
donor flag = {i} or {j}
|
||||
D0 (energy units)
|
||||
alpha (1/distance units)
|
||||
r0 (distance units)
|
||||
n = exponent in formula above
|
||||
distance cutoff (distance units)
|
||||
angle cutoff (degrees) :ul
|
||||
|
||||
A single hydrogen atom type K can be specified, or a wild-card
|
||||
asterisk can be used in place of or in conjunction with the K
|
||||
arguments to select multiple types as hydrogens. This takes the form
|
||||
"*" or "*n" or "n*" or "m*n". See the "pair_coeff"_pair_coeff command
|
||||
doc page for details.
|
||||
|
||||
If the donor flag is {i}, then the atom of type I in the pair_coeff
|
||||
command is treated as the donor, and J is the acceptor. If the donor
|
||||
flag is {j}, then the atom of type J in the pair_coeff command is
|
||||
treated as the donor and I is the donor. This option is required
|
||||
because the "pair_coeff"_pair_coeff.html command requires that I <= J.
|
||||
|
||||
Epsilon and sigma are settings for the hydrogen bond potential based
|
||||
on a Lennard-Jones functional form. Note that sigma is defined as the
|
||||
zero-crossing distance for the potential, not as the energy minimum at
|
||||
2^(1/6) sigma.
|
||||
|
||||
D0 and alpha and r0 are settings for the hydrogen bond potential based
|
||||
on a Morse functional form.
|
||||
|
||||
The last 3 coefficients for both styles are optional. If not
|
||||
specified, the global n, distance cutoff, and angle cutoff specified
|
||||
in the pair_style command are used. If you wish to only override the
|
||||
2nd or 3rd optional parameter, you must also specify the preceding
|
||||
optional parameters.
|
||||
|
||||
:line
|
||||
|
||||
[Mixing, shift, table, tail correction, restart, rRESPA info]:
|
||||
|
||||
These pair styles do not support mixing. You must explicitly identify
|
||||
each donor/acceptor type pair.
|
||||
|
||||
These styles do not support the "pair_modify"_pair_modify.html shift
|
||||
option for the energy of the interactions.
|
||||
|
||||
The "pair_modify"_pair_modify.html table option is not relevant for
|
||||
these pair styles.
|
||||
|
||||
These pair styles do not support the "pair_modify"_pair_modify.html
|
||||
tail option for adding long-range tail corrections to energy and
|
||||
pressure.
|
||||
|
||||
These pair styles do not write their information to "binary restart
|
||||
files"_restart.html, so pair_style and pair_coeff commands need to be
|
||||
re-specified in an input script that reads a restart file.
|
||||
|
||||
These pair styles can only be used via the {pair} keyword of the
|
||||
"run_style respa"_run_style.html command. They do not support the
|
||||
{inner}, {middle}, {outer} keywords.
|
||||
|
||||
These pair style tally a count of how many hydrogen bonding
|
||||
interactions they calculate each timestep. This quantity can be
|
||||
accessed via the "compute pair"_compute_pair.html command as a vector
|
||||
of values of length 1.
|
||||
|
||||
To print this quantity to the log file (with a descriptive column
|
||||
heading) the following commands could be included in an input script:
|
||||
|
||||
compute hb all pair hbond/dreiding/lj
|
||||
variable hb equal c_hb\[1\]
|
||||
thermo_style custom step temp epair v_hb :pre
|
||||
|
||||
:line
|
||||
|
||||
[Restrictions:] none
|
||||
|
||||
[Related commands:]
|
||||
|
||||
"pair_coeff"_pair_coeff.html
|
||||
|
||||
[Default:] none
|
||||
|
||||
:line
|
||||
|
||||
:link(Mayo)
|
||||
[(Mayo)] Mayo, Olfason, Goddard III, J Phys Chem, 94, 8897-8909
|
||||
(1990).
|
||||
|
||||
:link(Liu)
|
||||
[(Liu)] Liu, Bryantsev, Diallo, Goddard III, J. Am. Chem. Soc 131 (8)
|
||||
2798 (2009)
|
||||
Reference in New Issue
Block a user