forked from lijiext/lammps
Simplified non-overlap condition
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14288 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
32acf72146
commit
e028508845
|
@ -71,8 +71,8 @@ that are a multiple of {Nfreq}. The average is over {Nrepeat}
|
|||
quantities, computed in the preceding portion of the simulation every
|
||||
{Nevery} timesteps. {Nfreq} must be a multiple of {Nevery} and
|
||||
{Nevery} must be non-zero even if {Nrepeat} is 1. Also, the timesteps
|
||||
contributing to the average value cannot overlap, i.e. Nfreq >
|
||||
(Nrepeat-1)*Nevery is required.
|
||||
contributing to the average value cannot overlap,
|
||||
i.e. Nrepeat*Nevery can not exceed Nfreq.
|
||||
|
||||
For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then values on
|
||||
timesteps 90,92,94,96,98,100 will be used to compute the final average
|
||||
|
|
|
@ -147,8 +147,8 @@ that are a multiples of {Nfreq}. The average is over {Nrepeat}
|
|||
quantities, computed in the preceding portion of the simulation every
|
||||
{Nevery} timesteps. {Nfreq} must be a multiple of {Nevery} and
|
||||
{Nevery} must be non-zero even if {Nrepeat} is 1. Also, the timesteps
|
||||
contributing to the average value cannot overlap, i.e. Nfreq >
|
||||
(Nrepeat-1)*Nevery is required.
|
||||
contributing to the average value cannot overlap,
|
||||
i.e. Nrepeat*Nevery can not exceed Nfreq.
|
||||
|
||||
For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then values on
|
||||
timesteps 90,92,94,96,98,100 will be used to compute the final average
|
||||
|
|
|
@ -127,9 +127,9 @@ histogram. The final histogram is generated on timesteps that are
|
|||
multiple of {Nfreq}. It is averaged over {Nrepeat} histograms,
|
||||
computed in the preceding portion of the simulation every {Nevery}
|
||||
timesteps. {Nfreq} must be a multiple of {Nevery} and {Nevery} must
|
||||
be non-zero even if {Nrepeat} is 1. Also, the timesteps contributing
|
||||
to the histogram cannot overlap, i.e. Nfreq > (Nrepeat-1)*Nevery is
|
||||
required.
|
||||
be non-zero even if {Nrepeat} is 1. Also, the timesteps
|
||||
contributing to the histogram value cannot overlap,
|
||||
i.e. Nrepeat*Nevery can not exceed Nfreq.
|
||||
|
||||
For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then input values
|
||||
on timesteps 90,92,94,96,98,100 will be used to compute the final
|
||||
|
|
|
@ -142,8 +142,8 @@ that are a multiples of {Nfreq}. The average is over {Nrepeat}
|
|||
quantities, computed in the preceding portion of the simulation every
|
||||
{Nevery} timesteps. {Nfreq} must be a multiple of {Nevery} and
|
||||
{Nevery} must be non-zero even if {Nrepeat} is 1. Also, the timesteps
|
||||
contributing to the average value cannot overlap, i.e. Nfreq >
|
||||
(Nrepeat-1)*Nevery is required.
|
||||
contributing to the average value cannot overlap,
|
||||
i.e. Nrepeat*Nevery can not exceed Nfreq.
|
||||
|
||||
For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then values on
|
||||
timesteps 90,92,94,96,98,100 will be used to compute the final average
|
||||
|
|
|
@ -110,9 +110,10 @@ the average. The final averaged quantities are generated on timesteps
|
|||
that are a multiples of {Nfreq}. The average is over {Nrepeat}
|
||||
quantities, computed in the preceding portion of the simulation every
|
||||
{Nevery} timesteps. {Nfreq} must be a multiple of {Nevery} and
|
||||
{Nevery} must be non-zero even if {Nrepeat} is 1. Also, the timesteps
|
||||
contributing to the average value cannot overlap, i.e. Nfreq >
|
||||
(Nrepeat-1)*Nevery is required.
|
||||
{Nevery} must be non-zero even if {Nrepeat} is 1.
|
||||
Also, the timesteps
|
||||
contributing to the average value cannot overlap,
|
||||
i.e. Nrepeat*Nevery can not exceed Nfreq.
|
||||
|
||||
For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then values on
|
||||
timesteps 90,92,94,96,98,100 will be used to compute the final average
|
||||
|
|
|
@ -118,8 +118,8 @@ that are a mlutiple of {Nfreq}. The average is over {Nrepeat}
|
|||
quantities, computed in the preceding portion of the simulation every
|
||||
{Nevery} timesteps. {Nfreq} must be a multiple of {Nevery} and
|
||||
{Nevery} must be non-zero even if {Nrepeat} is 1. Also, the timesteps
|
||||
contributing to the average value cannot overlap, i.e. Nfreq >
|
||||
(Nrepeat-1)*Nevery is required.
|
||||
contributing to the average value cannot overlap,
|
||||
i.e. Nrepeat*Nevery can not exceed Nfreq.
|
||||
|
||||
For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then values on
|
||||
timesteps 90,92,94,96,98,100 will be used to compute the final average
|
||||
|
|
|
@ -92,9 +92,10 @@ order. The species analysis is performed using the average bond-order
|
|||
on timesteps that are a multiple of {Nfreq}. The average is over
|
||||
{Nrepeat} bond-order samples, computed in the preceding portion of the
|
||||
simulation every {Nevery} timesteps. {Nfreq} must be a multiple of
|
||||
{Nevery} and {Nevery} must be non-zero even if {Nrepeat} is 1. Also,
|
||||
the timesteps contributing to the average bond-order cannot overlap,
|
||||
i.e. Nfreq > (Nrepeat-1)*Nevery is required.
|
||||
{Nevery} and {Nevery} must be non-zero even if {Nrepeat} is 1.
|
||||
Also, the timesteps
|
||||
contributing to the average bond-order cannot overlap,
|
||||
i.e. Nrepeat*Nevery can not exceed Nfreq.
|
||||
|
||||
For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then bond-order
|
||||
values on timesteps 90,92,94,96,98,100 will be used to compute the
|
||||
|
|
|
@ -74,9 +74,10 @@ average. The final averaged quantities are generated on timesteps
|
|||
that are a multiple of {Nfreq}. The average is over {Nrepeat}
|
||||
quantities, computed in the preceding portion of the simulation every
|
||||
{Nevery} timesteps. {Nfreq} must be a multiple of {Nevery} and
|
||||
{Nevery} must be non-zero even if {Nrepeat} is 1. Also, the timesteps
|
||||
contributing to the average value cannot overlap, i.e. Nfreq >
|
||||
(Nrepeat-1)*Nevery is required.
|
||||
{Nevery} must be non-zero even if {Nrepeat} is 1.
|
||||
Also, the timesteps
|
||||
contributing to the average value cannot overlap,
|
||||
i.e. Nrepeat*Nevery can not exceed Nfreq.
|
||||
|
||||
For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then values on
|
||||
timesteps 90,92,94,96,98,100 will be used to compute the final average
|
||||
|
|
Loading…
Reference in New Issue