2006-09-28 03:51:49 +08:00
|
|
|
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
|
2007-06-23 07:41:35 +08:00
|
|
|
use the tools are discussed in the "Additional Tools" section of the
|
|
|
|
LAMMPS documentation.
|
2006-09-28 03:51:49 +08:00
|
|
|
|
2007-06-23 07:41:35 +08:00
|
|
|
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.
|
2006-09-28 03:51:49 +08:00
|
|
|
|
|
|
|
These are the included tools:
|
|
|
|
|
2008-05-17 06:12:35 +08:00
|
|
|
amber2lmp python scripts for using AMBER to setup LAMMPS input
|
2007-06-23 07:41:35 +08:00
|
|
|
binary2txt convert a LAMMPS dump file from binary to ASCII text
|
2006-09-28 03:51:49 +08:00
|
|
|
ch2lmp convert CHARMM files to LAMMPS input
|
2007-06-23 07:41:35 +08:00
|
|
|
chain create a data file of bead-spring chains
|
2010-09-03 07:38:06 +08:00
|
|
|
createatoms generate lattices of atoms within a geometry
|
2007-06-23 07:41:35 +08:00
|
|
|
data2xmovie convert a data file to a snapshot that xmovie can viz
|
2010-09-03 07:23:27 +08:00
|
|
|
eam_database one tool to generate EAM alloy potential files
|
|
|
|
eam_generate 2nd tool to generate EAM alloy potential files
|
2010-09-03 07:46:27 +08:00
|
|
|
eff scripts for working with the eFF (electron force field)
|
|
|
|
ipp input pre-processor Perl tool for creating input scripts
|
2006-09-28 03:51:49 +08:00
|
|
|
lmp2arc convert LAMMPS output to Accelrys Insight format
|
2007-06-23 07:41:35 +08:00
|
|
|
lmp2cfg convert LAMMPS output to CFG files for AtomEye viz
|
2008-05-16 06:33:22 +08:00
|
|
|
lmp2traj convert LAMMPS output to contour, density profiles
|
|
|
|
lmp2vmd tools for visualizing and analyzing LAMMPS data with VMD
|
2008-05-17 06:12:35 +08:00
|
|
|
matlab MatLab scripts for post-processing LAMMPS output
|
2007-06-23 07:41:35 +08:00
|
|
|
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
|
2008-05-17 06:12:35 +08:00
|
|
|
python Python scripts for post-processing LAMMPS output
|
2007-06-23 07:41:35 +08:00
|
|
|
restart2data convert a binary restart file to an input data file
|
2008-05-17 06:12:35 +08:00
|
|
|
thermo_extract C program for extracting thermo info from log file
|
2008-01-04 23:22:54 +08:00
|
|
|
vim add-ons to VIM editor for editing LAMMPS input scripts
|
2007-06-23 07:41:35 +08:00
|
|
|
xmovie a quick/simple viz package (2d projections of 3d)
|
2006-09-28 03:51:49 +08:00
|
|
|
|
2007-06-23 07:41:35 +08:00
|
|
|
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.
|
2006-09-28 03:51:49 +08:00
|
|
|
|
2007-06-23 07:41:35 +08:00
|
|
|
For tools in their own sub-directories, see their README file for info
|
|
|
|
on how to build and use it.
|