forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8841 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
270215e641
commit
128f260cb5
|
@ -59,6 +59,7 @@ own sub-directories with their own Makefiles.
|
|||
<LI><A HREF = "#vmd">lmp2vmd</A>
|
||||
<LI><A HREF = "#matlab">matlab</A>
|
||||
<LI><A HREF = "#micelle">micelle2d</A>
|
||||
<LI><A HREF = "#moltemplate">moltemplate</A>
|
||||
<LI><A HREF = "#msi">msi2lmp</A>
|
||||
<LI><A HREF = "#pymol">pymol_asphere</A>
|
||||
<LI><A HREF = "#pythontools">python</A>
|
||||
|
@ -297,6 +298,20 @@ definition file. This tool was used to create the system for the
|
|||
</P>
|
||||
<HR>
|
||||
|
||||
<H4><A NAME = "moltemplate"></A>moltemplate tool
|
||||
</H4>
|
||||
<P>The moltemplate sub-directory contains a Python-based tool for
|
||||
building molecular systems based on a text-file description, and
|
||||
creating LAMMPS data files that encode their molecular topology as
|
||||
lists of bonds, angles, dihedrals, etc. See the README.TXT file for
|
||||
more information.
|
||||
</P>
|
||||
<P>This tool was written by Andrew Jewett (jewett.aij at gmail.com), who
|
||||
supports it. It has its own WWW page at
|
||||
<A HREF = "http://moltemplate.org">http://moltemplate.org</A>.
|
||||
</P>
|
||||
<HR>
|
||||
|
||||
<H4><A NAME = "msi"></A>msi2lmp tool
|
||||
</H4>
|
||||
<P>The msi2lmp sub-directory contains a tool for creating LAMMPS input
|
||||
|
|
|
@ -55,6 +55,7 @@ own sub-directories with their own Makefiles.
|
|||
"lmp2vmd"_#vmd
|
||||
"matlab"_#matlab
|
||||
"micelle2d"_#micelle
|
||||
"moltemplate"_#moltemplate
|
||||
"msi2lmp"_#msi
|
||||
"pymol_asphere"_#pymol
|
||||
"python"_#pythontools
|
||||
|
@ -293,6 +294,20 @@ definition file. This tool was used to create the system for the
|
|||
|
||||
:line
|
||||
|
||||
moltemplate tool :h4,link(moltemplate)
|
||||
|
||||
The moltemplate sub-directory contains a Python-based tool for
|
||||
building molecular systems based on a text-file description, and
|
||||
creating LAMMPS data files that encode their molecular topology as
|
||||
lists of bonds, angles, dihedrals, etc. See the README.TXT file for
|
||||
more information.
|
||||
|
||||
This tool was written by Andrew Jewett (jewett.aij at gmail.com), who
|
||||
supports it. It has its own WWW page at
|
||||
"http://moltemplate.org"_http://moltemplate.org.
|
||||
|
||||
:line
|
||||
|
||||
msi2lmp tool :h4,link(msi)
|
||||
|
||||
The msi2lmp sub-directory contains a tool for creating LAMMPS input
|
||||
|
|
Loading…
Reference in New Issue