mirror of https://github.com/lammps/lammps.git
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>
|
</PRE>
|
||||||
<P><B>Description:</B>
|
<P><B>Description:</B>
|
||||||
</P>
|
</P>
|
||||||
<P>Define a computation that calculates properties of individual angles.
|
<P>Define a computation that calculates properties of individual angle
|
||||||
The number of datums generated, aggregated across all processors,
|
interactions. The number of datums generated, aggregated across all
|
||||||
equals the number of angles in the system.
|
processors, equals the number of angles in the system.
|
||||||
</P>
|
</P>
|
||||||
<P>The local data stored by this command is generated by looping over all
|
<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
|
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:]
|
[Description:]
|
||||||
|
|
||||||
Define a computation that calculates properties of individual angles.
|
Define a computation that calculates properties of individual angle
|
||||||
The number of datums generated, aggregated across all processors,
|
interactions. The number of datums generated, aggregated across all
|
||||||
equals the number of angles in the system.
|
processors, equals the number of angles in the system.
|
||||||
|
|
||||||
The local data stored by this command is generated by looping over all
|
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
|
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>
|
</PRE>
|
||||||
<P><B>Description:</B>
|
<P><B>Description:</B>
|
||||||
</P>
|
</P>
|
||||||
<P>Define a computation that calculates properties of individual bonds.
|
<P>Define a computation that calculates properties of individual bond
|
||||||
The number of datums generated, aggregated across all processors,
|
interactions. The number of datums generated, aggregated across all
|
||||||
equals the number of bonds in the system.
|
processors, equals the number of bonds in the system.
|
||||||
</P>
|
</P>
|
||||||
<P>The local data stored by this command is generated by looping over all
|
<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
|
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:]
|
[Description:]
|
||||||
|
|
||||||
Define a computation that calculates properties of individual bonds.
|
Define a computation that calculates properties of individual bond
|
||||||
The number of datums generated, aggregated across all processors,
|
interactions. The number of datums generated, aggregated across all
|
||||||
equals the number of bonds in the system.
|
processors, equals the number of bonds in the system.
|
||||||
|
|
||||||
The local data stored by this command is generated by looping over all
|
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
|
the atoms owned on a processor and their bonds. A bond will only be
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
</PRE>
|
</PRE>
|
||||||
<P><B>Description:</B>
|
<P><B>Description:</B>
|
||||||
</P>
|
</P>
|
||||||
<P>Define a computation that calculates properties of individual
|
<P>Define a computation that calculates properties of individual dihedral
|
||||||
dihedrals. The number of datums generated, aggregated across all
|
interactions. The number of datums generated, aggregated across all
|
||||||
processors, equals the number of angles in the system.
|
processors, equals the number of angles in the system.
|
||||||
</P>
|
</P>
|
||||||
<P>The local data stored by this command is generated by looping over all
|
<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:]
|
[Description:]
|
||||||
|
|
||||||
Define a computation that calculates properties of individual
|
Define a computation that calculates properties of individual dihedral
|
||||||
dihedrals. The number of datums generated, aggregated across all
|
interactions. The number of datums generated, aggregated across all
|
||||||
processors, equals the number of angles in the system.
|
processors, equals the number of angles in the system.
|
||||||
|
|
||||||
The local data stored by this command is generated by looping over all
|
The local data stored by this command is generated by looping over all
|
||||||
|
|
Loading…
Reference in New Issue