git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1490 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -263,8 +263,13 @@ examples directory within pymol_asphere for more information.
|
|||||||
<P>The file restart2data.cpp converts a binary LAMMPS restart file into
|
<P>The file restart2data.cpp converts a binary LAMMPS restart file into
|
||||||
an ASCII data file. The syntax for running the tool is
|
an ASCII data file. The syntax for running the tool is
|
||||||
</P>
|
</P>
|
||||||
<PRE>restart2data restart-file data-file
|
<PRE>restart2data restart-file data-file (input-file)
|
||||||
</PRE>
|
</PRE>
|
||||||
|
<P>Input-file is optional and if specified will contain LAMMPS input
|
||||||
|
commands for the masses and force field parameters, instead of putting
|
||||||
|
those in the data-file. Only a few force field styles currently
|
||||||
|
support this option.
|
||||||
|
</P>
|
||||||
<P>This tool must be compiled on a platform that can read the binary file
|
<P>This tool must be compiled on a platform that can read the binary file
|
||||||
created by a LAMMPS run, since binary files are not compatible across
|
created by a LAMMPS run, since binary files are not compatible across
|
||||||
all platforms.
|
all platforms.
|
||||||
|
|||||||
@ -259,7 +259,12 @@ restart2data tool :h4,link(restart)
|
|||||||
The file restart2data.cpp converts a binary LAMMPS restart file into
|
The file restart2data.cpp converts a binary LAMMPS restart file into
|
||||||
an ASCII data file. The syntax for running the tool is
|
an ASCII data file. The syntax for running the tool is
|
||||||
|
|
||||||
restart2data restart-file data-file :pre
|
restart2data restart-file data-file (input-file) :pre
|
||||||
|
|
||||||
|
Input-file is optional and if specified will contain LAMMPS input
|
||||||
|
commands for the masses and force field parameters, instead of putting
|
||||||
|
those in the data-file. Only a few force field styles currently
|
||||||
|
support this option.
|
||||||
|
|
||||||
This tool must be compiled on a platform that can read the binary file
|
This tool must be compiled on a platform that can read the binary file
|
||||||
created by a LAMMPS run, since binary files are not compatible across
|
created by a LAMMPS run, since binary files are not compatible across
|
||||||
|
|||||||
Reference in New Issue
Block a user