forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1396 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
fd0e404679
commit
403c7f70cd
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
<CENTER><H3>LAMMPS Documentation
|
<CENTER><H3>LAMMPS Documentation
|
||||||
</H3></CENTER>
|
</H3></CENTER>
|
||||||
<CENTER>(5 Oct 2007 version of LAMMPS)
|
<CENTER>(22 Jan 2008 version of LAMMPS)
|
||||||
</CENTER>
|
</CENTER>
|
||||||
<P>LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel
|
<P>LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel
|
||||||
Simulator.
|
Simulator.
|
||||||
|
|
BIN
doc/Manual.pdf
BIN
doc/Manual.pdf
Binary file not shown.
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
LAMMPS Documentation :c,h3
|
LAMMPS Documentation :c,h3
|
||||||
|
|
||||||
(5 Oct 2007 version of LAMMPS) :c
|
(22 Jan 2008 version of LAMMPS) :c
|
||||||
|
|
||||||
LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel
|
LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel
|
||||||
Simulator.
|
Simulator.
|
||||||
|
|
|
@ -1360,6 +1360,10 @@ value.
|
||||||
<DD>Only atom-style variables generate per-atom quantities, needed for
|
<DD>Only atom-style variables generate per-atom quantities, needed for
|
||||||
dump output.
|
dump output.
|
||||||
|
|
||||||
|
<DT><I>Dump dcd cannot dump unwrapped coords with triclinic box</I>
|
||||||
|
|
||||||
|
<DD>Cannot use unwrap option with non-orthogonal simulation box.
|
||||||
|
|
||||||
<DT><I>Dump dcd must use group all</I>
|
<DT><I>Dump dcd must use group all</I>
|
||||||
|
|
||||||
<DD>Self-explanatory.
|
<DD>Self-explanatory.
|
||||||
|
|
|
@ -31,8 +31,7 @@ GranFlow for granular materials.
|
||||||
are being worked on; some haven't been implemented because of lack of
|
are being worked on; some haven't been implemented because of lack of
|
||||||
time or interest; others are just a lot of work!
|
time or interest; others are just a lot of work!
|
||||||
</P>
|
</P>
|
||||||
<UL><LI>more complete per-atom energy and stress computations
|
<UL><LI>Monte Carlo bond-swapping for polymers (was in Fortran LAMMPS)
|
||||||
<LI>Monte Carlo bond-swapping for polymers (was in Fortran LAMMPS)
|
|
||||||
<LI>torsional shear boundary conditions and temperature calculation
|
<LI>torsional shear boundary conditions and temperature calculation
|
||||||
<LI>NPT with changing box shape (Parinello-Rahman)
|
<LI>NPT with changing box shape (Parinello-Rahman)
|
||||||
<LI>bond creation potentials
|
<LI>bond creation potentials
|
||||||
|
|
|
@ -123,7 +123,7 @@ commands)
|
||||||
<UL><LI> pairwise potentials: Lennard-Jones, Buckingham, Morse, Yukawa, soft, class 2 (COMPASS), tabulated
|
<UL><LI> pairwise potentials: Lennard-Jones, Buckingham, Morse, Yukawa, soft, class 2 (COMPASS), tabulated
|
||||||
<LI> charged pairwise potentials: Coulombic, point-dipole
|
<LI> charged pairwise potentials: Coulombic, point-dipole
|
||||||
<LI> manybody potentials: EAM, Finnis/Sinclair EAM, modified EAM (MEAM), Stillinger-Weber, Tersoff, AI-REBO
|
<LI> manybody potentials: EAM, Finnis/Sinclair EAM, modified EAM (MEAM), Stillinger-Weber, Tersoff, AI-REBO
|
||||||
<LI> coarse-grain potentials: granular, DPD, GayBerne, colloidal
|
<LI> coarse-grain potentials: granular, DPD, GayBerne, REsquared, colloidal
|
||||||
<LI> bond potentials: harmonic, FENE, Morse, nonlinear, class 2, quartic (breakable)
|
<LI> bond potentials: harmonic, FENE, Morse, nonlinear, class 2, quartic (breakable)
|
||||||
<LI> angle potentials: harmonic, CHARMM, cosine, cosine/squared, class 2 (COMPASS)
|
<LI> angle potentials: harmonic, CHARMM, cosine, cosine/squared, class 2 (COMPASS)
|
||||||
<LI> dihedral potentials: harmonic, CHARMM, multi-harmonic, helix, class 2 (COMPASS), OPLS
|
<LI> dihedral potentials: harmonic, CHARMM, multi-harmonic, helix, class 2 (COMPASS), OPLS
|
||||||
|
@ -449,71 +449,78 @@ include <A HREF = "http://www.cs.sandia.gov/~sjplimp">Steve Plimpton</A>, Paul C
|
||||||
be contacted via email: sjplimp, pscrozi, athomps at sandia.gov.
|
be contacted via email: sjplimp, pscrozi, athomps at sandia.gov.
|
||||||
</P>
|
</P>
|
||||||
<P>Here are various folks who have made significant contributions to
|
<P>Here are various folks who have made significant contributions to
|
||||||
features in LAMMPS:
|
features in LAMMPS. The most recent contributions are at the top of
|
||||||
|
the list.
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
|
|
||||||
<DIV ALIGN=center><TABLE BORDER=1 >
|
<DIV ALIGN=center><TABLE BORDER=1 >
|
||||||
<TR><TD >Ewald and PPPM solvers</TD><TD > Roy Pollock (LLNL)</TD></TR>
|
<TR><TD >VIM editor add-ons for LAMMPS input scripts </TD><TD > Gerolf Ziegenhain</TD></TR>
|
||||||
<TR><TD >rRESPA</TD><TD > Mark Stevens & Paul Crozier (Sandia)</TD></TR>
|
<TR><TD >pair lubricate </TD><TD > Randy Schunk (Sandia)</TD></TR>
|
||||||
<TR><TD >NVT/NPT integrators</TD><TD > Mark Stevens (Sandia)</TD></TR>
|
<TR><TD >compute ackland/atom </TD><TD > Gerolf Zeigenhain</TD></TR>
|
||||||
<TR><TD >class 2 force fields</TD><TD > Eric Simon (Cray)</TD></TR>
|
<TR><TD >kspace_style ewald/n, pair_style lj/coul, pair_style buck/coul </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
||||||
<TR><TD >HTFN energy minimizer</TD><TD > Todd Plantenga (Sandia)</TD></TR>
|
<TR><TD >AI-REBO bond-order potential </TD><TD > Ase Henry (MIT)</TD></TR>
|
||||||
<TR><TD >msi2lmp tool</TD><TD > Steve Lustig (Dupont), Mike Peachey & John Carpenter (Cray)</TD></TR>
|
<TR><TD >making LAMMPS a true "object" that can be instantiated multiple times, e.g. as a library </TD><TD > Ben FrantzDale (RPI)</TD></TR>
|
||||||
<TR><TD >CHARMM force fields</TD><TD > Paul Crozier (Sandia)</TD></TR>
|
<TR><TD >pymol_asphere viz tool </TD><TD > Mike Brown (Sandia)</TD></TR>
|
||||||
<TR><TD >2d Ewald/PPPM</TD><TD > Paul Crozier (Sandia)</TD></TR>
|
|
||||||
<TR><TD >granular force fields and BC</TD><TD > Leo Silbert & Gary Grest (Sandia)</TD></TR>
|
|
||||||
<TR><TD >multi-harmonic dihedral potential</TD><TD > Mathias Putz (Sandia)</TD></TR>
|
|
||||||
<TR><TD >EAM potentials</TD><TD > Stephen Foiles (Sandia)</TD></TR>
|
|
||||||
<TR><TD >parallel tempering</TD><TD > Mark Sears (Sandia)</TD></TR>
|
|
||||||
<TR><TD >lmp2cfg and lmp2traj tools</TD><TD > Ara Kooser, Jeff Greathouse, Andrey Kalinichev (Sandia)</TD></TR>
|
|
||||||
<TR><TD >FFT support for SGI SCLS (Altix)</TD><TD > Jim Shepherd (Ga Tech)</TD></TR>
|
|
||||||
<TR><TD >targeted molecular dynamics (TMD)</TD><TD > Paul Crozier (Sandia), Christian Burisch (Bochum University, Germany)</TD></TR>
|
|
||||||
<TR><TD >force tables for long-range Coulombics</TD><TD > Paul Crozier (Sandia)</TD></TR>
|
|
||||||
<TR><TD >radial distribution functions</TD><TD > Paul Crozier & Jeff Greathouse (Sandia)</TD></TR>
|
|
||||||
<TR><TD >Morse bond potential</TD><TD > Jeff Greathouse (Sandia)</TD></TR>
|
|
||||||
<TR><TD >CHARMM <-> LAMMPS tool</TD><TD > Pieter in't Veld and Paul Crozier (Sandia)</TD></TR>
|
|
||||||
<TR><TD >AMBER <-> LAMMPS tool</TD><TD > Keir Novik (Univ College London) and Vikas Varshney (U Akron)</TD></TR>
|
|
||||||
<TR><TD >electric field fix</TD><TD > Christina Payne (Vanderbilt U)</TD></TR>
|
|
||||||
<TR><TD >cylindrical indenter fix</TD><TD > Ravi Agrawal (Northwestern U)</TD></TR>
|
|
||||||
<TR><TD >compressed dump files</TD><TD > Erik Luijten (U Illinois)</TD></TR>
|
|
||||||
<TR><TD >thermodynamics enhanced by fix quantities</TD><TD > Aidan Thompson (Sandia)</TD></TR>
|
|
||||||
<TR><TD >uniaxial strain fix</TD><TD > Carsten Svaneborg (Max Planck Institute)</TD></TR>
|
|
||||||
<TR><TD >TIP4P potential (4-site water)</TD><TD > Ahmed Ismail and Amalie Frischknecht (Sandia)</TD></TR>
|
|
||||||
<TR><TD >dissipative particle dynamics (DPD) potentials</TD><TD > Kurt Smith (U Pitt) and Frank van Swol (Sandia)</TD></TR>
|
|
||||||
<TR><TD >Finnis/Sinclair EAM</TD><TD > Tim Lau (MIT)</TD></TR>
|
|
||||||
<TR><TD >helix dihedral potential </TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U) and Mark Stevens (Sandia)</TD></TR>
|
|
||||||
<TR><TD >cosine/squared angle potential </TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U)</TD></TR>
|
|
||||||
<TR><TD >EAM CoAl and AlCu potentials </TD><TD > Kwang-Reoul Lee (KIST, Korea)</TD></TR>
|
|
||||||
<TR><TD >self spring fix </TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U)</TD></TR>
|
|
||||||
<TR><TD >radius-of-gyration spring fix </TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U) and Paul Crozier (Sandia)</TD></TR>
|
|
||||||
<TR><TD >lj/smooth pair potential </TD><TD > Craig Maloney (UCSB) </TD></TR>
|
|
||||||
<TR><TD >grain boundary orientation fix </TD><TD > Koenraad Janssens and David Olmsted (SNL)</TD></TR>
|
|
||||||
<TR><TD >DCD and XTC dump styles</TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U)</TD></TR>
|
|
||||||
<TR><TD >breakable bond quartic potential</TD><TD > Chris Lorenz and Mark Stevens (SNL)</TD></TR>
|
|
||||||
<TR><TD >faster pair hybrid potential</TD><TD > James Fischer (High Performance Technologies, Inc), Vincent Natoli and David Richie (Stone Ridge Technology)</TD></TR>
|
|
||||||
<TR><TD >POEMS coupled rigid body integrator</TD><TD > Rudranarayan Mukherjee (RPI)</TD></TR>
|
|
||||||
<TR><TD >OPLS dihedral potential</TD><TD > Mark Stevens (Sandia)</TD></TR>
|
|
||||||
<TR><TD >multi-letter variable names </TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U)</TD></TR>
|
|
||||||
<TR><TD >fix momentum and recenter </TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U)</TD></TR>
|
|
||||||
<TR><TD >LJ tail corrections for energy/pressure </TD><TD > Paul Crozier (Sandia)</TD></TR>
|
|
||||||
<TR><TD >region prism </TD><TD > Pieter in't Veld (Sandia)</TD></TR>
|
|
||||||
<TR><TD >Stillinger-Weber and Tersoff potentials </TD><TD > Aidan Thompson (Sandia)</TD></TR>
|
|
||||||
<TR><TD >fix wall/lj126 </TD><TD > Mark Stevens (Sandia)</TD></TR>
|
|
||||||
<TR><TD >optimized pair potentials for lj/cut, charmm/long, eam, morse </TD><TD > James Fischer (High Performance Tech), David Richie and Vincent Natol (Stone Ridge Technologies)</TD></TR>
|
|
||||||
<TR><TD >MEAM potential </TD><TD > Greg Wagner (Sandia)</TD></TR>
|
|
||||||
<TR><TD >fix ave/time and fix ave/spatial </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
|
||||||
<TR><TD >thermo_extract tool</TD><TD > Vikas Varshney (Wright Patterson AFB)</TD></TR>
|
|
||||||
<TR><TD >triclinic (non-orthogonal) simulation domains </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
|
||||||
<TR><TD >MATLAB post-processing scripts </TD><TD > Arun Subramaniyan (Purdue)</TD></TR>
|
|
||||||
<TR><TD >neighbor multi and communicate multi </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
|
||||||
<TR><TD >fix heat </TD><TD > Paul Crozier and Ed Webb (Sandia)</TD></TR>
|
|
||||||
<TR><TD >colloid potentials </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
|
||||||
<TR><TD >ellipsoidal particles </TD><TD > Mike Brown (Sandia)</TD></TR>
|
|
||||||
<TR><TD >GayBerne potential </TD><TD > Mike Brown (Sandia)</TD></TR>
|
|
||||||
<TR><TD >fix deform </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
|
||||||
<TR><TD >NEMD SLLOD integration </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
<TR><TD >NEMD SLLOD integration </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
||||||
<TR><TD >pymol_asphere viz tool </TD><TD > Mike Brown (Sandia)
|
<TR><TD >tensile and shear deformations </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
||||||
|
<TR><TD >GayBerne potential </TD><TD > Mike Brown (Sandia)</TD></TR>
|
||||||
|
<TR><TD >ellipsoidal particles </TD><TD > Mike Brown (Sandia)</TD></TR>
|
||||||
|
<TR><TD >colloid potentials </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
||||||
|
<TR><TD >fix heat </TD><TD > Paul Crozier and Ed Webb (Sandia)</TD></TR>
|
||||||
|
<TR><TD >neighbor multi and communicate multi </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
||||||
|
<TR><TD >MATLAB post-processing scripts </TD><TD > Arun Subramaniyan (Purdue)</TD></TR>
|
||||||
|
<TR><TD >triclinic (non-orthogonal) simulation domains </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
||||||
|
<TR><TD >thermo_extract tool</TD><TD > Vikas Varshney (Wright Patterson AFB)</TD></TR>
|
||||||
|
<TR><TD >fix ave/time and fix ave/spatial </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
||||||
|
<TR><TD >MEAM potential </TD><TD > Greg Wagner (Sandia)</TD></TR>
|
||||||
|
<TR><TD >optimized pair potentials for lj/cut, charmm/long, eam, morse </TD><TD > James Fischer (High Performance Technologies), David Richie and Vincent Natoli (Stone Ridge Technologies)</TD></TR>
|
||||||
|
<TR><TD >fix wall/lj126 </TD><TD > Mark Stevens (Sandia)</TD></TR>
|
||||||
|
<TR><TD >Stillinger-Weber and Tersoff potentials </TD><TD > Aidan Thompson (Sandia)</TD></TR>
|
||||||
|
<TR><TD >region prism </TD><TD > Pieter in 't Veld (Sandia)</TD></TR>
|
||||||
|
<TR><TD >LJ tail corrections for energy/pressure </TD><TD > Paul Crozier (Sandia)</TD></TR>
|
||||||
|
<TR><TD >fix momentum and recenter </TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U)</TD></TR>
|
||||||
|
<TR><TD >multi-letter variable names </TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U)</TD></TR>
|
||||||
|
<TR><TD >OPLS dihedral potential</TD><TD > Mark Stevens (Sandia)</TD></TR>
|
||||||
|
<TR><TD >POEMS coupled rigid body integrator</TD><TD > Rudranarayan Mukherjee (RPI)</TD></TR>
|
||||||
|
<TR><TD >faster pair hybrid potential</TD><TD > James Fischer (High Performance Technologies, Inc), Vincent Natoli and David Richie (Stone Ridge Technology)</TD></TR>
|
||||||
|
<TR><TD >breakable bond quartic potential</TD><TD > Chris Lorenz and Mark Stevens (Sandia)</TD></TR>
|
||||||
|
<TR><TD >DCD and XTC dump styles</TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U)</TD></TR>
|
||||||
|
<TR><TD >grain boundary orientation fix </TD><TD > Koenraad Janssens and David Olmsted (Sandia)</TD></TR>
|
||||||
|
<TR><TD >lj/smooth pair potential </TD><TD > Craig Maloney (UCSB) </TD></TR>
|
||||||
|
<TR><TD >radius-of-gyration spring fix </TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U) and Paul Crozier (Sandia)</TD></TR>
|
||||||
|
<TR><TD >self spring fix </TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U)</TD></TR>
|
||||||
|
<TR><TD >EAM CoAl and AlCu potentials </TD><TD > Kwang-Reoul Lee (KIST, Korea)</TD></TR>
|
||||||
|
<TR><TD >cosine/squared angle potential </TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U)</TD></TR>
|
||||||
|
<TR><TD >helix dihedral potential </TD><TD > Naveen Michaud-Agrawal (Johns Hopkins U) and Mark Stevens (Sandia)</TD></TR>
|
||||||
|
<TR><TD >Finnis/Sinclair EAM</TD><TD > Tim Lau (MIT)</TD></TR>
|
||||||
|
<TR><TD >dissipative particle dynamics (DPD) potentials</TD><TD > Kurt Smith (U Pitt) and Frank van Swol (Sandia)</TD></TR>
|
||||||
|
<TR><TD >TIP4P potential (4-site water)</TD><TD > Ahmed Ismail and Amalie Frischknecht (Sandia)</TD></TR>
|
||||||
|
<TR><TD >uniaxial strain fix</TD><TD > Carsten Svaneborg (Max Planck Institute)</TD></TR>
|
||||||
|
<TR><TD >thermodynamics enhanced by fix quantities</TD><TD > Aidan Thompson (Sandia)</TD></TR>
|
||||||
|
<TR><TD >compressed dump files</TD><TD > Erik Luijten (U Illinois)</TD></TR>
|
||||||
|
<TR><TD >cylindrical indenter fix</TD><TD > Ravi Agrawal (Northwestern U)</TD></TR>
|
||||||
|
<TR><TD >electric field fix</TD><TD > Christina Payne (Vanderbilt U)</TD></TR>
|
||||||
|
<TR><TD >AMBER <-> LAMMPS tool</TD><TD > Keir Novik (Univ College London) and Vikas Varshney (U Akron)</TD></TR>
|
||||||
|
<TR><TD >CHARMM <-> LAMMPS tool</TD><TD > Pieter in 't Veld and Paul Crozier (Sandia)</TD></TR>
|
||||||
|
<TR><TD >Morse bond potential</TD><TD > Jeff Greathouse (Sandia)</TD></TR>
|
||||||
|
<TR><TD >radial distribution functions</TD><TD > Paul Crozier & Jeff Greathouse (Sandia)</TD></TR>
|
||||||
|
<TR><TD >force tables for long-range Coulombics</TD><TD > Paul Crozier (Sandia)</TD></TR>
|
||||||
|
<TR><TD >targeted molecular dynamics (TMD)</TD><TD > Paul Crozier (Sandia) and Christian Burisch (Bochum University, Germany)</TD></TR>
|
||||||
|
<TR><TD >FFT support for SGI SCLS (Altix)</TD><TD > Jim Shepherd (Ga Tech)</TD></TR>
|
||||||
|
<TR><TD >lmp2cfg and lmp2traj tools</TD><TD > Ara Kooser, Jeff Greathouse, Andrey Kalinichev (Sandia)</TD></TR>
|
||||||
|
<TR><TD >parallel tempering</TD><TD > Mark Sears (Sandia)</TD></TR>
|
||||||
|
<TR><TD >embedded atom method (EAM) potential</TD><TD > Stephen Foiles (Sandia)</TD></TR>
|
||||||
|
<TR><TD >multi-harmonic dihedral potential</TD><TD > Mathias Putz (Sandia)</TD></TR>
|
||||||
|
<TR><TD >granular force fields and BC</TD><TD > Leo Silbert & Gary Grest (Sandia)</TD></TR>
|
||||||
|
<TR><TD >2d Ewald/PPPM</TD><TD > Paul Crozier (Sandia)</TD></TR>
|
||||||
|
<TR><TD >CHARMM force fields</TD><TD > Paul Crozier (Sandia)</TD></TR>
|
||||||
|
<TR><TD >msi2lmp tool</TD><TD > Steve Lustig (Dupont), Mike Peachey & John Carpenter (Cray)</TD></TR>
|
||||||
|
<TR><TD >HTFN energy minimizer</TD><TD > Todd Plantenga (Sandia)</TD></TR>
|
||||||
|
<TR><TD >class 2 force fields</TD><TD > Eric Simon (Cray)</TD></TR>
|
||||||
|
<TR><TD >NVT/NPT integrators</TD><TD > Mark Stevens (Sandia)</TD></TR>
|
||||||
|
<TR><TD >rRESPA</TD><TD > Mark Stevens & Paul Crozier (Sandia)</TD></TR>
|
||||||
|
<TR><TD >Ewald and PPPM solvers</TD><TD > Roy Pollock (LLNL) </TD><TD >
|
||||||
</TD></TR></TABLE></DIV>
|
</TD></TR></TABLE></DIV>
|
||||||
|
|
||||||
<P>Other CRADA partners involved in the design and testing of LAMMPS were
|
<P>Other CRADA partners involved in the design and testing of LAMMPS were
|
||||||
|
|
|
@ -436,75 +436,89 @@ include "Steve Plimpton"_sjp, Paul Crozier, and Aidan Thompson and can
|
||||||
be contacted via email: sjplimp, pscrozi, athomps at sandia.gov.
|
be contacted via email: sjplimp, pscrozi, athomps at sandia.gov.
|
||||||
|
|
||||||
Here are various folks who have made significant contributions to
|
Here are various folks who have made significant contributions to
|
||||||
features in LAMMPS:
|
features in LAMMPS. The most recent contributions are at the top of
|
||||||
|
the list.
|
||||||
|
|
||||||
:link(sjp,http://www.cs.sandia.gov/~sjplimp)
|
:link(sjp,http://www.cs.sandia.gov/~sjplimp)
|
||||||
|
|
||||||
Ewald and PPPM solvers: Roy Pollock (LLNL)
|
VIM editor add-ons for LAMMPS input scripts : Gerolf Ziegenhain
|
||||||
rRESPA: Mark Stevens & Paul Crozier (Sandia)
|
pair lubricate : Randy Schunk (Sandia)
|
||||||
NVT/NPT integrators: Mark Stevens (Sandia)
|
compute ackland/atom : Gerolf Zeigenhain
|
||||||
class 2 force fields: Eric Simon (Cray)
|
kspace_style ewald/n, pair_style lj/coul, pair_style buck/coul : \
|
||||||
HTFN energy minimizer: Todd Plantenga (Sandia)
|
Pieter in 't Veld (Sandia)
|
||||||
msi2lmp tool: Steve Lustig (Dupont), Mike Peachey & John Carpenter (Cray)
|
AI-REBO bond-order potential : Ase Henry (MIT)
|
||||||
CHARMM force fields: Paul Crozier (Sandia)
|
making LAMMPS a true "object" that can be instantiated multiple times, \
|
||||||
2d Ewald/PPPM: Paul Crozier (Sandia)
|
e.g. as a library : Ben FrantzDale (RPI)
|
||||||
granular force fields and BC: Leo Silbert & Gary Grest (Sandia)
|
pymol_asphere viz tool : Mike Brown (Sandia)
|
||||||
multi-harmonic dihedral potential: Mathias Putz (Sandia)
|
NEMD SLLOD integration : Pieter in 't Veld (Sandia)
|
||||||
EAM potentials: Stephen Foiles (Sandia)
|
tensile and shear deformations : Pieter in 't Veld (Sandia)
|
||||||
parallel tempering: Mark Sears (Sandia)
|
GayBerne potential : Mike Brown (Sandia)
|
||||||
lmp2cfg and lmp2traj tools: Ara Kooser, Jeff Greathouse, Andrey Kalinichev (Sandia)
|
ellipsoidal particles : Mike Brown (Sandia)
|
||||||
FFT support for SGI SCLS (Altix): Jim Shepherd (Ga Tech)
|
colloid potentials : Pieter in 't Veld (Sandia)
|
||||||
targeted molecular dynamics (TMD): Paul Crozier (Sandia), Christian Burisch (Bochum University, Germany)
|
fix heat : Paul Crozier and Ed Webb (Sandia)
|
||||||
force tables for long-range Coulombics: Paul Crozier (Sandia)
|
neighbor multi and communicate multi : Pieter in 't Veld (Sandia)
|
||||||
radial distribution functions: Paul Crozier & Jeff Greathouse (Sandia)
|
MATLAB post-processing scripts : Arun Subramaniyan (Purdue)
|
||||||
Morse bond potential: Jeff Greathouse (Sandia)
|
triclinic (non-orthogonal) simulation domains : Pieter in 't Veld (Sandia)
|
||||||
CHARMM <-> LAMMPS tool: Pieter in't Veld and Paul Crozier (Sandia)
|
thermo_extract tool: Vikas Varshney (Wright Patterson AFB)
|
||||||
AMBER <-> LAMMPS tool: Keir Novik (Univ College London) and Vikas Varshney (U Akron)
|
fix ave/time and fix ave/spatial : Pieter in 't Veld (Sandia)
|
||||||
electric field fix: Christina Payne (Vanderbilt U)
|
MEAM potential : Greg Wagner (Sandia)
|
||||||
cylindrical indenter fix: Ravi Agrawal (Northwestern U)
|
optimized pair potentials for lj/cut, charmm/long, eam, morse : \
|
||||||
compressed dump files: Erik Luijten (U Illinois)
|
James Fischer (High Performance Technologies), \
|
||||||
thermodynamics enhanced by fix quantities: Aidan Thompson (Sandia)
|
David Richie and Vincent Natoli (Stone Ridge Technologies)
|
||||||
uniaxial strain fix: Carsten Svaneborg (Max Planck Institute)
|
fix wall/lj126 : Mark Stevens (Sandia)
|
||||||
TIP4P potential (4-site water): Ahmed Ismail and Amalie Frischknecht (Sandia)
|
Stillinger-Weber and Tersoff potentials : Aidan Thompson (Sandia)
|
||||||
dissipative particle dynamics (DPD) potentials: Kurt Smith (U Pitt) and \
|
region prism : Pieter in 't Veld (Sandia)
|
||||||
Frank van Swol (Sandia)
|
LJ tail corrections for energy/pressure : Paul Crozier (Sandia)
|
||||||
Finnis/Sinclair EAM: Tim Lau (MIT)
|
fix momentum and recenter : Naveen Michaud-Agrawal (Johns Hopkins U)
|
||||||
helix dihedral potential : Naveen Michaud-Agrawal (Johns Hopkins U) and \
|
multi-letter variable names : Naveen Michaud-Agrawal (Johns Hopkins U)
|
||||||
Mark Stevens (Sandia)
|
OPLS dihedral potential: Mark Stevens (Sandia)
|
||||||
cosine/squared angle potential : Naveen Michaud-Agrawal (Johns Hopkins U)
|
POEMS coupled rigid body integrator: Rudranarayan Mukherjee (RPI)
|
||||||
EAM CoAl and AlCu potentials : Kwang-Reoul Lee (KIST, Korea)
|
|
||||||
self spring fix : Naveen Michaud-Agrawal (Johns Hopkins U)
|
|
||||||
radius-of-gyration spring fix : Naveen Michaud-Agrawal (Johns Hopkins U) and \
|
|
||||||
Paul Crozier (Sandia)
|
|
||||||
lj/smooth pair potential : Craig Maloney (UCSB)
|
|
||||||
grain boundary orientation fix : Koenraad Janssens and David Olmsted (SNL)
|
|
||||||
DCD and XTC dump styles: Naveen Michaud-Agrawal (Johns Hopkins U)
|
|
||||||
breakable bond quartic potential: Chris Lorenz and Mark Stevens (SNL)
|
|
||||||
faster pair hybrid potential: James Fischer \
|
faster pair hybrid potential: James Fischer \
|
||||||
(High Performance Technologies, Inc), Vincent Natoli and \
|
(High Performance Technologies, Inc), Vincent Natoli and \
|
||||||
David Richie (Stone Ridge Technology)
|
David Richie (Stone Ridge Technology)
|
||||||
POEMS coupled rigid body integrator: Rudranarayan Mukherjee (RPI)
|
breakable bond quartic potential: Chris Lorenz and Mark Stevens (Sandia)
|
||||||
OPLS dihedral potential: Mark Stevens (Sandia)
|
DCD and XTC dump styles: Naveen Michaud-Agrawal (Johns Hopkins U)
|
||||||
multi-letter variable names : Naveen Michaud-Agrawal (Johns Hopkins U)
|
grain boundary orientation fix : Koenraad Janssens and David Olmsted (Sandia)
|
||||||
fix momentum and recenter : Naveen Michaud-Agrawal (Johns Hopkins U)
|
lj/smooth pair potential : Craig Maloney (UCSB)
|
||||||
LJ tail corrections for energy/pressure : Paul Crozier (Sandia)
|
radius-of-gyration spring fix : Naveen Michaud-Agrawal (Johns Hopkins U) and \
|
||||||
region prism : Pieter in't Veld (Sandia)
|
Paul Crozier (Sandia)
|
||||||
Stillinger-Weber and Tersoff potentials : Aidan Thompson (Sandia)
|
self spring fix : Naveen Michaud-Agrawal (Johns Hopkins U)
|
||||||
fix wall/lj126 : Mark Stevens (Sandia)
|
EAM CoAl and AlCu potentials : Kwang-Reoul Lee (KIST, Korea)
|
||||||
optimized pair potentials for lj/cut, charmm/long, eam, morse : James Fischer (High Performance Tech), David Richie and Vincent Natol (Stone Ridge Technologies)
|
cosine/squared angle potential : Naveen Michaud-Agrawal (Johns Hopkins U)
|
||||||
MEAM potential : Greg Wagner (Sandia)
|
helix dihedral potential : Naveen Michaud-Agrawal (Johns Hopkins U) and \
|
||||||
fix ave/time and fix ave/spatial : Pieter in 't Veld (Sandia)
|
Mark Stevens (Sandia)
|
||||||
thermo_extract tool: Vikas Varshney (Wright Patterson AFB)
|
Finnis/Sinclair EAM: Tim Lau (MIT)
|
||||||
triclinic (non-orthogonal) simulation domains : Pieter in 't Veld (Sandia)
|
dissipative particle dynamics (DPD) potentials: Kurt Smith (U Pitt) and \
|
||||||
MATLAB post-processing scripts : Arun Subramaniyan (Purdue)
|
Frank van Swol (Sandia)
|
||||||
neighbor multi and communicate multi : Pieter in 't Veld (Sandia)
|
TIP4P potential (4-site water): Ahmed Ismail and Amalie Frischknecht (Sandia)
|
||||||
fix heat : Paul Crozier and Ed Webb (Sandia)
|
uniaxial strain fix: Carsten Svaneborg (Max Planck Institute)
|
||||||
colloid potentials : Pieter in 't Veld (Sandia)
|
thermodynamics enhanced by fix quantities: Aidan Thompson (Sandia)
|
||||||
ellipsoidal particles : Mike Brown (Sandia)
|
compressed dump files: Erik Luijten (U Illinois)
|
||||||
GayBerne potential : Mike Brown (Sandia)
|
cylindrical indenter fix: Ravi Agrawal (Northwestern U)
|
||||||
fix deform : Pieter in 't Veld (Sandia)
|
electric field fix: Christina Payne (Vanderbilt U)
|
||||||
NEMD SLLOD integration : Pieter in 't Veld (Sandia)
|
AMBER <-> LAMMPS tool: Keir Novik (Univ College London) and \
|
||||||
pymol_asphere viz tool : Mike Brown (Sandia) :tb(s=:)
|
Vikas Varshney (U Akron)
|
||||||
|
CHARMM <-> LAMMPS tool: Pieter in 't Veld and Paul Crozier (Sandia)
|
||||||
|
Morse bond potential: Jeff Greathouse (Sandia)
|
||||||
|
radial distribution functions: Paul Crozier & Jeff Greathouse (Sandia)
|
||||||
|
force tables for long-range Coulombics: Paul Crozier (Sandia)
|
||||||
|
targeted molecular dynamics (TMD): Paul Crozier (Sandia) and \
|
||||||
|
Christian Burisch (Bochum University, Germany)
|
||||||
|
FFT support for SGI SCLS (Altix): Jim Shepherd (Ga Tech)
|
||||||
|
lmp2cfg and lmp2traj tools: Ara Kooser, Jeff Greathouse, \
|
||||||
|
Andrey Kalinichev (Sandia)
|
||||||
|
parallel tempering: Mark Sears (Sandia)
|
||||||
|
embedded atom method (EAM) potential: Stephen Foiles (Sandia)
|
||||||
|
multi-harmonic dihedral potential: Mathias Putz (Sandia)
|
||||||
|
granular force fields and BC: Leo Silbert & Gary Grest (Sandia)
|
||||||
|
2d Ewald/PPPM: Paul Crozier (Sandia)
|
||||||
|
CHARMM force fields: Paul Crozier (Sandia)
|
||||||
|
msi2lmp tool: Steve Lustig (Dupont), Mike Peachey & John Carpenter (Cray)
|
||||||
|
HTFN energy minimizer: Todd Plantenga (Sandia)
|
||||||
|
class 2 force fields: Eric Simon (Cray)
|
||||||
|
NVT/NPT integrators: Mark Stevens (Sandia)
|
||||||
|
rRESPA: Mark Stevens & Paul Crozier (Sandia)
|
||||||
|
Ewald and PPPM solvers: Roy Pollock (LLNL) : :tb(s=:)
|
||||||
|
|
||||||
Other CRADA partners involved in the design and testing of LAMMPS were
|
Other CRADA partners involved in the design and testing of LAMMPS were
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue