Commit ab59cd94 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3585 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 30b2b16b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@ compute 1 all angle/local eng theta
</PRE>
<P><B>Description:</B>
</P>
<P>Define a computation that calculates properties of individual angles.
The number of datums generated, aggregated across all processors,
equals the number of angles in the system.
<P>Define a computation that calculates properties of individual angle
interactions.  The number of datums generated, aggregated across all
processors, equals the number of angles in the system.
</P>
<P>The local data stored by this command is generated by looping over all
the atoms owned on a processor and their angles.  An angle will only
+3 −3
Original line number Diff line number Diff line
@@ -27,9 +27,9 @@ compute 1 all angle/local eng theta :pre

[Description:]

Define a computation that calculates properties of individual angles.
The number of datums generated, aggregated across all processors,
equals the number of angles in the system.
Define a computation that calculates properties of individual angle
interactions.  The number of datums generated, aggregated across all
processors, equals the number of angles in the system.

The local data stored by this command is generated by looping over all
the atoms owned on a processor and their angles.  An angle will only
+3 −3
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@ compute 1 all bond/local dist eng
</PRE>
<P><B>Description:</B>
</P>
<P>Define a computation that calculates properties of individual bonds.
The number of datums generated, aggregated across all processors,
equals the number of bonds in the system.
<P>Define a computation that calculates properties of individual bond
interactions.  The number of datums generated, aggregated across all
processors, equals the number of bonds in the system.
</P>
<P>The local data stored by this command is generated by looping over all
the atoms owned on a processor and their bonds.  A bond will only be
+3 −3
Original line number Diff line number Diff line
@@ -27,9 +27,9 @@ compute 1 all bond/local dist eng :pre

[Description:]

Define a computation that calculates properties of individual bonds.
The number of datums generated, aggregated across all processors,
equals the number of bonds in the system.
Define a computation that calculates properties of individual bond
interactions.  The number of datums generated, aggregated across all
processors, equals the number of bonds in the system.

The local data stored by this command is generated by looping over all
the atoms owned on a processor and their bonds.  A bond will only be
+2 −2
Original line number Diff line number Diff line
@@ -33,8 +33,8 @@
</PRE>
<P><B>Description:</B>
</P>
<P>Define a computation that calculates properties of individual
dihedrals.  The number of datums generated, aggregated across all
<P>Define a computation that calculates properties of individual dihedral
interactions.  The number of datums generated, aggregated across all
processors, equals the number of angles in the system.
</P>
<P>The local data stored by this command is generated by looping over all
Loading