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

This commit is contained in:
sjplimp 2008-03-31 22:56:39 +00:00
parent 2ee0162714
commit cd5306ddbf
2 changed files with 3 additions and 3 deletions

View File

@ -275,13 +275,13 @@ examples directory within pymol_asphere for more information.
</P>
<HR>
<H4><A NAME = "pythontools"></A>python tools
<H4><A NAME = "pythontools"></A>python tool
</H4>
<P>The python sub-directory contains several Python scripts
that perform common LAMMPS post-processing tasks, like
</P>
<UL><LI>extract thermodynamic info from a log file as columns of numbers
<LI>plot two columns of thermodynamic info from a log file
<LI>plot two columns of thermodynamic info from a log file using GnuPlot
<LI>sort the snapshots in a dump file by atom ID
<LI>convert dump files into XYZ, CFG, or PDB format for viz by other packages
</UL>

View File

@ -277,7 +277,7 @@ The python sub-directory contains several Python scripts
that perform common LAMMPS post-processing tasks, like
extract thermodynamic info from a log file as columns of numbers
plot two columns of thermodynamic info from a log file
plot two columns of thermodynamic info from a log file using GnuPlot
sort the snapshots in a dump file by atom ID
convert dump files into XYZ, CFG, or PDB format for viz by other packages :ul