forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5272 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
03dfe53a21
commit
f94cbbce15
|
@ -23,8 +23,8 @@
|
|||
</UL>
|
||||
<P><B>Examples:</B>
|
||||
</P>
|
||||
<PRE>neb 0.0 0.0 1000 500 50 coords.final
|
||||
neb 1.0e-6 0.001 1000 500 50 coords.final
|
||||
<PRE>neb 0.0 1000 500 50 coords.final
|
||||
neb 0.001 1000 500 50 coords.final
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
</P>
|
||||
|
|
|
@ -20,8 +20,8 @@ filename = file specifying final atom coordinates on other side of barrier :ul
|
|||
|
||||
[Examples:]
|
||||
|
||||
neb 0.0 0.0 1000 500 50 coords.final
|
||||
neb 1.0e-6 0.001 1000 500 50 coords.final :pre
|
||||
neb 0.0 1000 500 50 coords.final
|
||||
neb 0.001 1000 500 50 coords.final :pre
|
||||
|
||||
[Description:]
|
||||
|
||||
|
|
Loading…
Reference in New Issue