forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6381 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
ec3f68bed2
commit
0e301b5b12
|
@ -293,6 +293,7 @@ of analysis.
|
|||
<TR><TD >molecular</TD><TD > atom-ID molecule-ID atom-type x y z</TD></TR>
|
||||
<TR><TD >peri</TD><TD > atom-ID atom-type volume density x y z</TD></TR>
|
||||
<TR><TD >sphere</TD><TD > atom-ID atom-type diameter density x y z</TD></TR>
|
||||
<TR><TD >wavepacket</TD><TD > atom-ID atom-type charge spin eradius etag cs_re cs_im x y z</TD></TR>
|
||||
<TR><TD >hybrid</TD><TD > atom-ID atom-type x y z sub-style1 sub-style2 ...
|
||||
</TD></TR></TABLE></DIV>
|
||||
|
||||
|
@ -309,7 +310,9 @@ of analysis.
|
|||
<LI>x,y,z = coordinates of atom
|
||||
<LI>mux,muy,muz = components of dipole moment of atom (dipole units)
|
||||
<LI>spin = electron spin (+1/-1), 0 = nuclei, 2 = fixed-core, 3 = pseudo-cores (i.e. ECP)
|
||||
<LI>eradius = electron radius (or fixed-core radius)
|
||||
<LI>eradius = electron radius (or fixed-core radius)
|
||||
<LI>etag = integer ID of electron that each wavepacket belongs to
|
||||
<LI>cs_re,cs_im = real/imaginary parts of wavepacket coefficients
|
||||
</UL>
|
||||
<P>The units for these quantities depend on the unit style; see the
|
||||
<A HREF = "units.html">units</A> command for details.
|
||||
|
|
|
@ -273,6 +273,7 @@ full: atom-ID molecule-ID atom-type q x y z
|
|||
molecular: atom-ID molecule-ID atom-type x y z
|
||||
peri: atom-ID atom-type volume density x y z
|
||||
sphere: atom-ID atom-type diameter density x y z
|
||||
wavepacket: atom-ID atom-type charge spin eradius etag cs_re cs_im x y z
|
||||
hybrid: atom-ID atom-type x y z sub-style1 sub-style2 ... :tb(s=:)
|
||||
|
||||
The keywords have these meanings:
|
||||
|
@ -288,7 +289,9 @@ volume = volume of atom (distance^3 units)
|
|||
x,y,z = coordinates of atom
|
||||
mux,muy,muz = components of dipole moment of atom (dipole units)
|
||||
spin = electron spin (+1/-1), 0 = nuclei, 2 = fixed-core, 3 = pseudo-cores (i.e. ECP)
|
||||
eradius = electron radius (or fixed-core radius) :ul
|
||||
eradius = electron radius (or fixed-core radius)
|
||||
etag = integer ID of electron that each wavepacket belongs to
|
||||
cs_re,cs_im = real/imaginary parts of wavepacket coefficients :ul
|
||||
|
||||
The units for these quantities depend on the unit style; see the
|
||||
"units"_units.html command for details.
|
||||
|
|
Loading…
Reference in New Issue