forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4587 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
2d18e1e54b
commit
ff9d3b9578
|
@ -28,7 +28,7 @@
|
|||
radius, omegax, omegay, omegaz,
|
||||
angmomx, angmomy, angmomz,
|
||||
quatw, quati, quatj, quatk, tqx, tqy, tqz,
|
||||
spin, eradius, evel, eforce
|
||||
spin, eradius, ervel, erforce
|
||||
</PRE>
|
||||
<PRE> id = atom ID
|
||||
mol = molecule ID
|
||||
|
@ -49,8 +49,8 @@
|
|||
tqx,tqy,tqz = torque on extended particles
|
||||
spin = electron spin
|
||||
eradius = electron radius
|
||||
evel = electron radial velocity
|
||||
eforce = electron radial force
|
||||
ervel = electron radial velocity
|
||||
erforce = electron radial force
|
||||
</PRE>
|
||||
|
||||
</UL>
|
||||
|
|
|
@ -22,7 +22,7 @@ input = one or more atom attributes :l
|
|||
radius, omegax, omegay, omegaz,
|
||||
angmomx, angmomy, angmomz,
|
||||
quatw, quati, quatj, quatk, tqx, tqy, tqz,
|
||||
spin, eradius, evel, eforce :pre
|
||||
spin, eradius, ervel, erforce :pre
|
||||
|
||||
id = atom ID
|
||||
mol = molecule ID
|
||||
|
@ -43,8 +43,8 @@ input = one or more atom attributes :l
|
|||
tqx,tqy,tqz = torque on extended particles
|
||||
spin = electron spin
|
||||
eradius = electron radius
|
||||
evel = electron radial velocity
|
||||
eforce = electron radial force :pre
|
||||
ervel = electron radial velocity
|
||||
erforce = electron radial force :pre
|
||||
:ule
|
||||
|
||||
[Examples:]
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
radius, omegax, omegay, omegaz,
|
||||
angmomx, angmomy, angmomz,
|
||||
quatw, quati, quatj, quatk, tqx, tqy, tqz,
|
||||
spin, eradius, evel, eforce,
|
||||
spin, eradius, ervel, erforce,
|
||||
c_ID, c_ID[N], f_ID, f_ID[N], v_name
|
||||
</PRE>
|
||||
<PRE> id = atom ID
|
||||
|
@ -71,8 +71,8 @@
|
|||
tqx,tqy,tqz = torque on extended particles
|
||||
spin = electron spin
|
||||
eradius = electron radius
|
||||
evel = electron radial velocity
|
||||
eforce = electron radial force
|
||||
ervel = electron radial velocity
|
||||
erforce = electron radial force
|
||||
c_ID = per-atom vector calculated by a compute with ID
|
||||
c_ID[N] = Nth column of per-atom array calculated by a compute with ID
|
||||
f_ID = per-atom vector calculated by a fix with ID
|
||||
|
@ -380,7 +380,7 @@ particle.
|
|||
aspherical particles that can sustain a rotational torque due
|
||||
to interactions with other particles.
|
||||
</P>
|
||||
<P>The <I>spin</I>, <I>eradius</I>, <I>evel</I>, and <I>eforce</I> attributes are for
|
||||
<P>The <I>spin</I>, <I>eradius</I>, <I>ervel</I>, and <I>erforce</I> attributes are for
|
||||
particles that represent nuclei and electrons modeled with the
|
||||
electronic force field (EFF). See <A HREF = "atom_style.html">atom_style
|
||||
electron</A> and <A HREF = "pair_eff.html">pair_style eff</A> for more
|
||||
|
|
|
@ -40,7 +40,7 @@ args = list of arguments for a particular style :l
|
|||
radius, omegax, omegay, omegaz,
|
||||
angmomx, angmomy, angmomz,
|
||||
quatw, quati, quatj, quatk, tqx, tqy, tqz,
|
||||
spin, eradius, evel, eforce,
|
||||
spin, eradius, ervel, erforce,
|
||||
c_ID, c_ID\[N\], f_ID, f_ID\[N\], v_name :pre
|
||||
|
||||
id = atom ID
|
||||
|
@ -62,8 +62,8 @@ args = list of arguments for a particular style :l
|
|||
tqx,tqy,tqz = torque on extended particles
|
||||
spin = electron spin
|
||||
eradius = electron radius
|
||||
evel = electron radial velocity
|
||||
eforce = electron radial force
|
||||
ervel = electron radial velocity
|
||||
erforce = electron radial force
|
||||
c_ID = per-atom vector calculated by a compute with ID
|
||||
c_ID\[N\] = Nth column of per-atom array calculated by a compute with ID
|
||||
f_ID = per-atom vector calculated by a fix with ID
|
||||
|
@ -370,7 +370,7 @@ The {tqx}, {tqy}, {tqz} attributes are for extended spherical or
|
|||
aspherical particles that can sustain a rotational torque due
|
||||
to interactions with other particles.
|
||||
|
||||
The {spin}, {eradius}, {evel}, and {eforce} attributes are for
|
||||
The {spin}, {eradius}, {ervel}, and {erforce} attributes are for
|
||||
particles that represent nuclei and electrons modeled with the
|
||||
electronic force field (EFF). See "atom_style
|
||||
electron"_atom_style.html and "pair_style eff"_pair_eff.html for more
|
||||
|
|
Loading…
Reference in New Issue