lammps/tools
sjplimp 7b5385eac6 git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8851 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-10-02 14:48:50 +00:00
..
amber2lmp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7046 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2011-10-07 23:44:14 +00:00
ch2lmp
createatoms
eam_database
eam_generate
eff
emacs
ipp
lmp2arc
lmp2cfg
lmp2vmd git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8261 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-06-12 22:54:32 +00:00
matlab
moltemplate git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8851 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-10-02 14:48:50 +00:00
msi2lmp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8514 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-07-30 13:59:32 +00:00
pymol_asphere git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7685 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-02-03 16:24:17 +00:00
python
reax
vim git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8330 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-06-19 15:32:37 +00:00
xmovie
Makefile
README
binary2txt.cpp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7615 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-01-31 00:36:58 +00:00
chain.f
data2xmovie.c
def.chain
def.chain.ab
def.micelle2d
micelle2d.f
restart2data.cpp git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8582 f3b2605a-c512-4ea7-a41b-209d697bcdaa 2012-08-08 17:17:42 +00:00
thermo_extract.c

README

LAMMPS pre- and post-processing tools

This directory contains several stand-alone tools for creating LAMMPS
input files and massaging LAMMPS output data.  Instructions on how to
use the tools are discussed in the "Additional Tools" section of the
LAMMPS documentation.

Tools that are single source files in this directory have additional
comments that may be useful at the top of the source file.  Tools that
reside in their own sub-directories have README files you should look
at.

These are the included tools:

amber2lmp	       python scripts for using AMBER to setup LAMMPS input
binary2txt	       convert a LAMMPS dump file from binary to ASCII text
ch2lmp		       convert CHARMM files to LAMMPS input
chain		       create a data file of bead-spring chains
createatoms	       generate lattices of atoms within a geometry
data2xmovie	       convert a data file to a snapshot that xmovie can viz
eam_database	       one tool to generate EAM alloy potential files
eam_generate	       2nd tool to generate EAM alloy potential files
eff		       scripts for working with the eFF (electron force field)
emacs		       add-ons to EMACS editor for editing LAMMPS input scripts
ipp		       input pre-processor Perl tool for creating input scripts
lmp2arc		       convert LAMMPS output to Accelrys Insight format
lmp2cfg		       convert LAMMPS output to CFG files for AtomEye viz
lmp2traj	       convert LAMMPS output to contour, density profiles
lmp2vmd                tools for visualizing and analyzing LAMMPS data with VMD
matlab		       MatLab scripts for post-processing LAMMPS output
micelle2d	       create a data file of small lipid chains in solvent
msi2lmp		       use Accelrys Insight code to setup LAMMPS input
pymol_asphere	       convert LAMMPS output of ellipsoids to PyMol format
python		       Python scripts for post-processing LAMMPS output
reax	       	       Tools for analyzing output of ReaxFF simulations
restart2data	       convert a binary restart file to an input data file
thermo_extract	       C program for extracting thermo info from log file
vim		       add-ons to VIM editor for editing LAMMPS input scripts
xmovie		       a quick/simple viz package (2d projections of 3d)

For tools that are single C, C++, or Fortran files, a Makefile for
building them is included in this directory.  You may need to edit it
for the compilers and paths on your system.

For tools in their own sub-directories, see their README file for info
on how to build and use it.