forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3585 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
30b2b16b93
commit
ab59cd94a0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -25,8 +25,8 @@ compute 1 all dihedral/local phi :pre
|
|||
|
||||
[Description:]
|
||||
|
||||
Define a computation that calculates properties of individual
|
||||
dihedrals. The number of datums generated, aggregated across all
|
||||
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.
|
||||
|
||||
The local data stored by this command is generated by looping over all
|
||||
|
|
Loading…
Reference in New Issue