git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11840 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2014-04-29 22:26:56 +00:00
parent 3f09726907
commit ce8a12bbdc
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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