git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11994 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2014-05-15 13:18:56 +00:00
parent bf8f07d85a
commit 527b91492c
6 changed files with 20 additions and 14 deletions

View File

@ -62,7 +62,8 @@ options.
</P>
<P>The scalar and vector values calculated by this compute are
"intensive". The scalar and vector values will be in distance
<A HREF = "units.html">units</A>.
<A HREF = "units.html">units</A>, since they are the square root of values
represented by the formula above.
</P>
<P><B>Restrictions:</B> none
</P>

View File

@ -59,7 +59,8 @@ options.
The scalar and vector values calculated by this compute are
"intensive". The scalar and vector values will be in distance
"units"_units.html.
"units"_units.html, since they are the square root of values
represented by the formula above.
[Restrictions:] none

View File

@ -88,7 +88,8 @@ options.
</P>
<P>All the vector or array values calculated by this compute are
"intensive". The vector or array values will be in distance
<A HREF = "units.html">units</A>.
<A HREF = "units.html">units</A>, since they are the square root of values
represented by the formula above.
</P>
<P><B>Restrictions:</B> none
</P>

View File

@ -80,7 +80,8 @@ options.
All the vector or array values calculated by this compute are
"intensive". The vector or array values will be in distance
"units"_units.html.
"units"_units.html, since they are the square root of values
represented by the formula above.
[Restrictions:] none

View File

@ -90,11 +90,12 @@ number of atoms in the system. This is not done for molecular systems
has already been assigned.
</P>
<P>It the <I>mol</I> keyword is set to <I>yes</I>, then for every atom that is
deleted, all other atoms in the same molecule will also be deleted.
This is a way to insure that entire molecules are deleted instead of
only a subset of atoms in the molecule which will typically lead to
errors because of bond, angle, or dihedral interactions stored by
remaining atoms which reference deleted atoms.
deleted, all other atoms in the same molecule (i.e. with the same
molecule ID) will also be deleted. This is a way to insure that
entire molecules are deleted instead of only a subset of atoms in the
molecule which will typically lead to errors because of bond, angle,
or dihedral interactions stored by remaining atoms which reference
deleted atoms.
</P>
<P>IMPORTANT NOTE: The molecule deletion operation in invoked after all
individual atoms have been deleted using the rules described above for

View File

@ -82,11 +82,12 @@ number of atoms in the system. This is not done for molecular systems
has already been assigned.
It the {mol} keyword is set to {yes}, then for every atom that is
deleted, all other atoms in the same molecule will also be deleted.
This is a way to insure that entire molecules are deleted instead of
only a subset of atoms in the molecule which will typically lead to
errors because of bond, angle, or dihedral interactions stored by
remaining atoms which reference deleted atoms.
deleted, all other atoms in the same molecule (i.e. with the same
molecule ID) will also be deleted. This is a way to insure that
entire molecules are deleted instead of only a subset of atoms in the
molecule which will typically lead to errors because of bond, angle,
or dihedral interactions stored by remaining atoms which reference
deleted atoms.
IMPORTANT NOTE: The molecule deletion operation in invoked after all
individual atoms have been deleted using the rules described above for