forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10834 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
8334d6123d
commit
4601c9a9f4
|
@ -68,7 +68,6 @@ own sub-directories with their own Makefiles.
|
|||
<LI><A HREF = "#pythontools">python</A>
|
||||
<LI><A HREF = "#reax">reax</A>
|
||||
<LI><A HREF = "#restart">restart2data</A>
|
||||
<LI><A HREF = "#thermo_extract">thermo_extract</A>
|
||||
<LI><A HREF = "#vim">vim</A>
|
||||
<LI><A HREF = "#xmgrace">xmgrace</A>
|
||||
<LI><A HREF = "#xmovie">xmovie</A>
|
||||
|
@ -451,20 +450,6 @@ of files are written by LAMMPS, and how the files are named.
|
|||
</P>
|
||||
<HR>
|
||||
|
||||
<H4><A NAME = "thermo_extract"></A>thermo_extract tool
|
||||
</H4>
|
||||
<P>The thermo_extract tool reads one of more LAMMPS log files and
|
||||
extracts a thermodynamic value (e.g. Temp, Press). It spits out the
|
||||
time,value as 2 columns of numbers so the tool can be used as a quick
|
||||
way to plot some quantity of interest. See the header of the
|
||||
thermo_extract.c file for the syntax of how to run it and other
|
||||
details.
|
||||
</P>
|
||||
<P>This tool was written by Vikas Varshney at Wright Patterson AFB
|
||||
(vikas.varshney at gmail.com).
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<H4><A NAME = "vim"></A>vim tool
|
||||
</H4>
|
||||
<P>The files in the tools/vim directory are add-ons to the VIM editor
|
||||
|
|
|
@ -64,7 +64,6 @@ own sub-directories with their own Makefiles.
|
|||
"python"_#pythontools
|
||||
"reax"_#reax
|
||||
"restart2data"_#restart
|
||||
"thermo_extract"_#thermo_extract
|
||||
"vim"_#vim
|
||||
"xmgrace"_#xmgrace
|
||||
"xmovie"_#xmovie :ul
|
||||
|
@ -447,20 +446,6 @@ of files are written by LAMMPS, and how the files are named.
|
|||
|
||||
:line
|
||||
|
||||
thermo_extract tool :h4,link(thermo_extract)
|
||||
|
||||
The thermo_extract tool reads one of more LAMMPS log files and
|
||||
extracts a thermodynamic value (e.g. Temp, Press). It spits out the
|
||||
time,value as 2 columns of numbers so the tool can be used as a quick
|
||||
way to plot some quantity of interest. See the header of the
|
||||
thermo_extract.c file for the syntax of how to run it and other
|
||||
details.
|
||||
|
||||
This tool was written by Vikas Varshney at Wright Patterson AFB
|
||||
(vikas.varshney at gmail.com).
|
||||
|
||||
:line
|
||||
|
||||
vim tool :h4,link(vim)
|
||||
|
||||
The files in the tools/vim directory are add-ons to the VIM editor
|
||||
|
|
Loading…
Reference in New Issue