forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11840 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
3f09726907
commit
ce8a12bbdc
|
@ -53,7 +53,7 @@ For example the velocity auto-correlation function (VACF) can be
|
|||
time-integrated, to yield a diffusion coefficient, as follows:
|
||||
</P>
|
||||
<PRE>compute 2 all vacf
|
||||
fix 5 all vector 1 c_2<B>4</B>
|
||||
fix 5 all vector 1 c_2[4]
|
||||
variable diff equal dt*trap(f_5)
|
||||
thermo_style custom step v_diff
|
||||
</PRE>
|
||||
|
|
|
@ -44,7 +44,7 @@ For example the velocity auto-correlation function (VACF) can be
|
|||
time-integrated, to yield a diffusion coefficient, as follows:
|
||||
|
||||
compute 2 all vacf
|
||||
fix 5 all vector 1 c_2[4]
|
||||
fix 5 all vector 1 c_2\[4\]
|
||||
variable diff equal dt*trap(f_5)
|
||||
thermo_style custom step v_diff :pre
|
||||
|
||||
|
|
Loading…
Reference in New Issue