2010-09-02 03:53:20 +08:00
|
|
|
<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 eff/cut command
|
|
|
|
</H3>
|
|
|
|
<P><B>Syntax:</B>
|
|
|
|
</P>
|
|
|
|
<P>pair_style eff/cut cutoff eradius_limit_flag pressure_flag
|
|
|
|
</P>
|
2010-09-02 04:17:25 +08:00
|
|
|
<UL><LI>cutoff = global cutoff for Coulombic interactions
|
|
|
|
<LI>eradius_limit_flag = 0 or 1 for whether electron size is restrained (optional)
|
|
|
|
<LI>pressure_flag = 0 or 1 to define the type of pressure calculation (optional)
|
|
|
|
</UL>
|
2010-09-02 03:53:20 +08:00
|
|
|
<P><B>Examples:</B>
|
|
|
|
</P>
|
|
|
|
<PRE>pair_style eff/cut 39.7
|
|
|
|
pair_style eff/cut 40.0 1 1
|
|
|
|
pair_coeff * *
|
|
|
|
pair_coeff 2 2 20.0
|
|
|
|
</PRE>
|
|
|
|
<P><B>Description:</B>
|
|
|
|
</P>
|
2011-06-14 07:18:49 +08:00
|
|
|
<P>This pair style contains a LAMMPS implementation of the electron Force
|
|
|
|
Field (eFF) potential currently under development at Caltech, as
|
|
|
|
described in <A HREF = "#Jaramillo-Botero">(Jaramillo-Botero)</A>. The eFF was
|
|
|
|
first introduced by <A HREF = "#Su">(Su)</A> in 2007.
|
2010-09-02 03:53:20 +08:00
|
|
|
</P>
|
|
|
|
<P>eFF can be viewed as an approximation to QM wave packet dynamics and
|
|
|
|
Fermionic molecular dynamics, combining the ability of electronic
|
|
|
|
structure methods to describe atomic structure, bonding, and chemistry
|
|
|
|
in materials, and of plasma methods to describe nonequilibrium
|
|
|
|
dynamics of large systems with a large number of highly excited
|
|
|
|
electrons. Yet, eFF relies on a simplification of the electronic
|
|
|
|
wavefunction in which electrons are described as floating Gaussian
|
|
|
|
wave packets whose position and size respond to the various dynamic
|
|
|
|
forces between interacting classical nuclear particles and spherical
|
|
|
|
Gaussian electron wavepackets. The wavefunction is taken to be a
|
|
|
|
Hartree product of the wave packets. To compensate for the lack of
|
|
|
|
explicit antisymmetry in the resulting wavefunction, a spin-dependent
|
|
|
|
Pauli potential is included in the Hamiltonian. Substituting this
|
|
|
|
wavefunction into the time-dependent Schrodinger equation produces
|
|
|
|
equations of motion that correspond - to second order - to classical
|
|
|
|
Hamiltonian relations between electron position and size, and their
|
|
|
|
conjugate momenta. The N-electron wavefunction is described as a
|
|
|
|
product of one-electron Gaussian functions, whose size is a dynamical
|
|
|
|
variable and whose position is not constrained to a nuclear
|
|
|
|
center. This form allows for straightforward propagation of the
|
|
|
|
wavefunction, with time, using a simple formulation from which the
|
|
|
|
equations of motion are then integrated with conventional MD
|
|
|
|
algorithms. In addition to this spin-dependent Pauli repulsion
|
|
|
|
potential term between Gaussians, eFF includes the electron kinetic
|
|
|
|
energy from the Gaussians. These two terms are based on
|
|
|
|
first-principles quantum mechanics. On the other hand, nuclei are
|
|
|
|
described as point charges, which interact with other nuclei and
|
|
|
|
electrons through standard electrostatic potential forms.
|
|
|
|
</P>
|
|
|
|
<P>The full Hamiltonian (shown below), contains then a standard
|
|
|
|
description for electrostatic interactions between a set of
|
|
|
|
delocalized point and Gaussian charges which include, nuclei-nuclei
|
|
|
|
(NN), electron-electron (ee), and nuclei-electron (Ne). Thus, eFF is a
|
|
|
|
mixed QM-classical mechanics method rather than a conventional force
|
|
|
|
field method (in which electron motions are averaged out into ground
|
|
|
|
state nuclear motions, i.e a single electronic state, and particle
|
|
|
|
interactions are described via empirically parameterized interatomic
|
|
|
|
potential functions). This makes eFF uniquely suited to simulate
|
|
|
|
materials over a wide range of temperatures and pressures where
|
|
|
|
electronically excited and ionized states of matter can occur and
|
|
|
|
coexist. Furthermore, the interactions between particles -nuclei and
|
|
|
|
electrons- reduce to the sum of a set of effective pairwise potentials
|
|
|
|
in the eFF formulation. The <I>eff/cut</I> style computes the pairwise
|
|
|
|
Coulomb interactions between nuclei and electrons (E_NN,E_Ne,E_ee),
|
|
|
|
and the quantum-derived Pauli (E_PR) and Kinetic energy interactions
|
|
|
|
potentials between electrons (E_KE) for a total energy expression
|
|
|
|
given as,
|
|
|
|
</P>
|
|
|
|
<CENTER><IMG SRC = "Eqs/eff_energy_expression.jpg">
|
|
|
|
</CENTER>
|
|
|
|
<P>The individual terms are defined as follows:
|
|
|
|
</P>
|
|
|
|
<CENTER><IMG SRC = "Eqs/eff_KE.jpg">
|
|
|
|
</CENTER>
|
|
|
|
<CENTER><IMG SRC = "Eqs/eff_NN.jpg">
|
|
|
|
</CENTER>
|
|
|
|
<CENTER><IMG SRC = "Eqs/eff_Ne.jpg">
|
|
|
|
</CENTER>
|
|
|
|
<CENTER><IMG SRC = "Eqs/eff_ee.jpg">
|
|
|
|
</CENTER>
|
|
|
|
<CENTER><IMG SRC = "Eqs/eff_Pauli.jpg">
|
|
|
|
</CENTER>
|
|
|
|
<P>where, s_i correspond to the electron sizes, the sigmas i's to the
|
|
|
|
fixed spins of the electrons, Z_i to the charges on the nuclei, R_ij
|
|
|
|
to the distances between the nuclei or the nuclei and electrons, and
|
|
|
|
r_ij to the distances between electrons. For additional details see
|
|
|
|
<A HREF = "#Jaramillo-Botero">(Jaramillo-Botero)</A>.
|
|
|
|
</P>
|
|
|
|
<P>The overall electrostatics energy is given in Hartree units of energy
|
|
|
|
by default and can be modified by an energy-conversion constant,
|
|
|
|
according to the units chosen (see <A HREF = "units.html">electron_units</A>). The
|
|
|
|
cutoff Rc, given in Bohrs (by default), truncates the interaction
|
|
|
|
distance. The recommended cutoff for this pair style should follow
|
|
|
|
the minimum image criterion, i.e. half of the minimum unit cell
|
|
|
|
length.
|
|
|
|
</P>
|
|
|
|
<P>Style <I>eff/long</I> (not yet available) computes the same interactions as
|
|
|
|
style <I>eff/cut</I> except that an additional damping factor is applied so
|
|
|
|
it can be used in conjunction with the
|
|
|
|
<A HREF = "kspace_style.html">kspace_style</A> command and its <I>ewald</I> or <I>pppm</I>
|
|
|
|
option. The Coulombic cutoff specified for this style means that
|
|
|
|
pairwise interactions within this distance are computed directly;
|
|
|
|
interactions outside that distance are computed in reciprocal space.
|
|
|
|
</P>
|
2011-06-14 07:18:49 +08:00
|
|
|
<P>This potential is designed to be used with <A HREF = "atom_style.html">atom_style
|
2010-09-02 03:53:20 +08:00
|
|
|
electron</A> definitions, in order to handle the
|
|
|
|
description of systems with interacting nuclei and explicit electrons.
|
|
|
|
</P>
|
|
|
|
<P>The following coefficients must be defined for each pair of atoms
|
|
|
|
types via the <A HREF = "pair_coeff.html">pair_coeff</A> command as in the examples
|
|
|
|
above, or in the data file or restart files read by the
|
|
|
|
<A HREF = "read_data.html">read_data</A> or <A HREF = "read_restart.html">read_restart</A>
|
|
|
|
commands, or by mixing as described below:
|
|
|
|
</P>
|
|
|
|
<UL><LI>cutoff (distance units)
|
|
|
|
</UL>
|
|
|
|
<P>For <I>eff/cut</I>, the cutoff coefficient is optional. If it is not used
|
|
|
|
(as in some of the examples above), the default global value specified
|
|
|
|
in the pair_style command is used.
|
|
|
|
</P>
|
|
|
|
<P>For <I>eff/long</I> (not yet available) no cutoff will be specified for an
|
|
|
|
individual I,J type pair via the <A HREF = "pair_coeff.html">pair_coeff</A> command.
|
|
|
|
All type pairs use the same global cutoff specified in the pair_style
|
|
|
|
command.
|
|
|
|
</P>
|
|
|
|
<P>The <I>eradius_limit_flag</I> and <I>pressure_flag</I> settings are optional.
|
|
|
|
Neither or both must be specified. If not specified they are
|
|
|
|
both set to 0 by default.
|
|
|
|
</P>
|
|
|
|
<P>The <I>eradius_limit_flag</I> is used to restrain electrons from becoming
|
|
|
|
unbounded in size at very high temperatures were the Gaussian wave
|
|
|
|
packet representation breaks down, and from expanding as free
|
|
|
|
particles to infinite size. A setting of 0 means do not impose this
|
|
|
|
restraint. A setting of 1 imposes the restraint. The restraining
|
|
|
|
harmonic potential takes the form E = 1/2k_ss^2 for s > L_box/2, where
|
|
|
|
k_s = 1 Hartrees/Bohr^2.
|
|
|
|
</P>
|
|
|
|
<P>The <I>pressure_flag</I> is used to control between two types of pressure
|
|
|
|
computation: if set to 0, the computed pressure does not include the
|
|
|
|
electronic radial virials contributions to the total pressure (scalar
|
|
|
|
or tensor). If set to 1, the computed pressure will include the
|
|
|
|
electronic radial virial contributions to the total pressure (scalar
|
|
|
|
and tensor).
|
|
|
|
</P>
|
|
|
|
<P>IMPORTANT NOTE: there are two different pressures that can be reported
|
|
|
|
for eFF when defining this pair_style, one (default) that considers
|
|
|
|
electrons do not contribute radial virial components (i.e. electrons
|
|
|
|
treated as incompressible 'rigid' spheres) and one that does. The
|
|
|
|
radial electronic contributions to the virials are only tallied if the
|
|
|
|
flexible pressure option is set, and this will affect both global and
|
|
|
|
per-atom quantities. In principle, the true pressure of a system is
|
|
|
|
somewhere in between the rigid and the flexible eFF pressures, but,
|
|
|
|
for most cases, the difference between these two pressures will not be
|
|
|
|
significant over long-term averaged runs (i.e. even though the energy
|
|
|
|
partitioning changes, the total energy remains similar).
|
|
|
|
</P>
|
|
|
|
<HR>
|
|
|
|
|
|
|
|
<P>IMPORTANT NOTE: The currently implemented eFF gives a reasonably
|
|
|
|
accurate description for systems containing nuclei from Z = 1-6.
|
|
|
|
Users interested in applying eFF should restrict to systems where
|
|
|
|
electrons are s-like, or contain p character only insofar as a single
|
|
|
|
lobe of electron density is shifted away from the nuclear center. See
|
|
|
|
further details about some of the virtues and current limitations of
|
|
|
|
the method in <A HREF = "#Jaramillo-Botero">(Jaramillo-Botero)</A>.
|
|
|
|
</P>
|
|
|
|
<P>Work is underway to extend the eFF to higher Z elements with
|
|
|
|
increasingly non-spherical electrons (p-block and d-block), to provide
|
|
|
|
explicit terms for electron correlation/exchange, and to improve its
|
2011-02-23 06:29:54 +08:00
|
|
|
computational efficiency via atom models with fixed 2 s core electrons
|
|
|
|
and atom models represented as pseudo-cores plus valence electrons.
|
|
|
|
</P>
|
|
|
|
<P>The current version adds support for models with fixed-core and
|
|
|
|
effective pseudo-core (i.e. effective core pseudopotentials, ECP)
|
|
|
|
definitions. to enable larger timesteps (i.e. by avoiding the high
|
|
|
|
frequency vibrational modes -translational and radial- of the 2 s
|
|
|
|
electrons), and in the ECP case to reduce the p-character effects in
|
|
|
|
higher Z elements (e.g. Silicon). A fixed-core should be defined with
|
|
|
|
a mass that includes the corresponding nuclear mass plus the 2 s
|
|
|
|
electrons in atomic mass units (2x5.4857990943e-4), and a radius
|
|
|
|
equivalent to that of minimized 1s electrons (see examples under
|
|
|
|
/examples/USER/eff/fixed-core). An pseudo-core should be described
|
|
|
|
with a mass that includes the corresponding nuclear mass, plus all the
|
|
|
|
core electrons (i.e no outer shell electrons), and a radius equivalent
|
|
|
|
to that of a corresponding minimized full-electron system. The charge
|
|
|
|
for a pseudo-core atom should be given by the number of outer shell
|
|
|
|
electrons.
|
2010-09-02 03:53:20 +08:00
|
|
|
</P>
|
|
|
|
<P>In general, eFF excels at computing the properties of materials in
|
|
|
|
extreme conditions and tracing the system dynamics over multi-picosend
|
|
|
|
timescales; this is particularly relevant where electron excitations
|
|
|
|
can change significantly the nature of bonding in the system. It can
|
|
|
|
capture with surprising accuracy the behavior of such systems because
|
|
|
|
it describes consistently and in an unbiased manner many different
|
|
|
|
kinds of bonds, including covalent, ionic, multicenter, ionic, and
|
|
|
|
plasma, and how they interconvert and/or change when they become
|
|
|
|
excited. eFF also excels in computing the relative thermochemistry of
|
|
|
|
isodemic reactions and conformational changes, where the bonds of the
|
|
|
|
reactants are of the same type as the bonds of the products. eFF
|
|
|
|
assumes that kinetic energy differences dominate the overall exchange
|
|
|
|
energy, which is true when the electrons present are nearly spherical
|
|
|
|
and nodeless and valid for covalent compounds such as dense hydrogen,
|
|
|
|
hydrocarbons, and diamond; alkali metals (e.g. lithium), alkali earth
|
|
|
|
metals (e.g. beryllium) and semimetals such as boron; and various
|
|
|
|
compounds containing ionic and/or multicenter bonds, such as boron
|
|
|
|
dihydride.
|
|
|
|
</P>
|
|
|
|
<HR>
|
|
|
|
|
|
|
|
<P><B>Mixing, shift, table, tail correction, restart, rRESPA info</B>:
|
|
|
|
</P>
|
|
|
|
<P>For atom type pairs I,J and I != J, the cutoff distance for the
|
|
|
|
<I>eff/cut</I> style can be mixed. The default mix value is <I>geometric</I>.
|
|
|
|
See the "pair_modify" command for details.
|
|
|
|
</P>
|
|
|
|
<P>The <A HREF = "pair_modify.html">pair_modify</A> shift option is not relevant for
|
|
|
|
these pair styles.
|
|
|
|
</P>
|
|
|
|
<P>The <I>eff/long</I> (not yet available) style supports the
|
|
|
|
<A HREF = "pair_modify.html">pair_modify</A> table option for tabulation of the
|
|
|
|
short-range portion of the long-range Coulombic interaction.
|
|
|
|
</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 write their information to <A HREF = "restart.html">binary restart
|
|
|
|
files</A>, so pair_style and pair_coeff commands do not need
|
|
|
|
to be 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>
|
|
|
|
<HR>
|
|
|
|
|
|
|
|
<P><B>Restrictions:</B>
|
|
|
|
</P>
|
|
|
|
<P>These pair styles will only be enabled if LAMMPS is built with the
|
|
|
|
"user-eff" package. It will only be enabled if LAMMPS was built with
|
2011-08-26 00:46:23 +08:00
|
|
|
that package. See the <A HREF = "Section_start.html#start_3">Making LAMMPS</A>
|
|
|
|
section for more info.
|
2010-09-02 03:53:20 +08:00
|
|
|
</P>
|
|
|
|
<P>These pair styles require that particles store electron attributes
|
|
|
|
such as radius, radial velocity, and radital force, as defined by the
|
|
|
|
<A HREF = "atom_style.html">atom_style</A>. The <I>electron</I> atom style does all of
|
|
|
|
this.
|
|
|
|
</P>
|
|
|
|
<P>Thes pair styles require you to use the <A HREF = "communicate.html">communicate vel
|
|
|
|
yes</A> option so that velocites are stored by ghost
|
|
|
|
atoms.
|
|
|
|
</P>
|
|
|
|
<P><B>Related commands:</B>
|
|
|
|
</P>
|
|
|
|
<P><A HREF = "pair_coeff.html">pair_coeff</A>
|
|
|
|
</P>
|
|
|
|
<P><B>Default:</B>
|
|
|
|
</P>
|
|
|
|
<P>If not specified, eradius_limit_flag = 0 and pressure_flag = 0.
|
|
|
|
</P>
|
|
|
|
<HR>
|
|
|
|
|
|
|
|
<A NAME = "Su"></A>
|
|
|
|
|
|
|
|
<P><B>(Su)</B> Su and Goddard, Excited Electron Dynamics Modeling of Warm
|
|
|
|
Dense Matter, Phys Rev Lett, 99:185003 (2007).
|
|
|
|
</P>
|
|
|
|
<A NAME = "Jaramillo-Botero"></A>
|
|
|
|
|
2011-02-23 06:29:54 +08:00
|
|
|
<P><B>(Jaramillo-Botero)</B> Jaramillo-Botero, Su, Qi, Goddard, Large-scale,
|
|
|
|
Long-term Non-adiabatic Electron Molecular Dynamics for Describing
|
|
|
|
Material Properties and Phenomena in Extreme Environments, J Comp
|
|
|
|
Chem, 32, 497-512 (2011).
|
2010-09-02 03:53:20 +08:00
|
|
|
</P>
|
|
|
|
</HTML>
|