From Surf Wiki (app.surf) — the open knowledge base
LAMMPS
Molecular dynamics software program
Molecular dynamics software program
| Field | Value |
|---|---|
| name | Large-scale Atomic/Molecular Massively Parallel Simulator |
| logo | Lammps-logo.png |
| author | Steve Plimpton, Aidan Thompson, Stan Moore, Axel Kohlmeyer, Richard Berger |
| developer | Sandia National Laboratories |
| Temple University | |
| released | |
| latest release version | |
| latest release date | |
| programming language | C++ |
| operating system | Cross-platform: Linux, macOS, Windows, FreeBSD, Solaris |
| platform | x86, x86-64, ARM, POWER9 |
| size | 534 MB |
| language | English |
| genre | Molecular dynamics |
| license | GNU General Public License |
| website | |
| repo |
Temple University
LAMMPS (Large-scale Atomic/Molecular Massively Parallel Simulator) is a molecular dynamics program developed by Sandia National Laboratories. It utilizes the Message Passing Interface (MPI) for parallel communication, enabling high-performance simulations. LAMMPS is a free and open-source software, distributed under the terms of the GNU General Public License. It is available on Linux, Windows, and macOS platforms.
History
LAMMPS was developed in the mid-1990s under a Cooperative Research and Development Agreement between two laboratories from the United States Department of Energy (Sandia National Laboratories and Lawrence Livermore National Laboratory) and three companies (Cray, DuPont, and Bristol-Myers Squibb). The goal was to create a parallel molecular dynamics code capable of running on large supercomputers for materials and biomolecular modeling. Initially written in Fortran, LAMMPS has since been rewritten in C++ to provide more flexibility and ease in adding new features.
Features
LAMMPS is a highly flexible and scalable molecular dynamics simulator that supports both single-processor and parallel execution through MPI and OpenMP. GPU acceleration is also available. LAMMPS can be run from an input script, as well as a graphical interface GUI. Its modular, open-source C++ design is easy to extend or integrate with other codes or languages like Python. Users can define variables, use loops, and run multiple simulations simultaneously from a single script.
Particle and model types
LAMMPS supports a wide variety of particle and model types, ranging from simple atoms to complex systems like molecules, metals, and granular materials. It also handles finite-size shapes, such as spherical and ellipsoidal particles, point dipole particles, and magnetic spins, and offers the possibility of using hybrid combinations of these particle and model types.
Interatomic potentials
LAMMPS supports a vast array of potentials, including pairwise (e.g., Lennard-Jones, Coulombic), many-body (e.g., EAM, REBO, ReaxFF), machine learning (e.g., ACE, GAP), and specialized models (e.g., TIP4P water). It also accommodates hybrid and overlaid potentials, enabling the combination of multiple potential types in a single simulation.
Ensembles, constraints, and boundary conditions
LAMMPS supports both 2D and 3D systems with orthogonal or non-orthogonal (triclinic) simulation domains. It includes multiple thermostat and barostat choices, such as Nose/Hoover, Berendsen, and Parrinello/Rahman. Different rigid body constraints and advanced algorithms like SHAKE and RATTLE can be combines with additional harmonic forces. Additionally, LAMMPS supports some Monte Carlo move, atom and molecule insertion and deletion, non-equilibrium molecular dynamics (NEMD), and a variety of boundary conditions (e.g., periodic, shrink-wrapped) and walls (static and moving).
Integrators
Several integrators can be used with LAMMPS, including the velocity-Verlet integrator, Brownian dynamics, and rigid body integration. It also supports energy minimization techniques like conjugate gradient, steepest descent, and damped dynamics (FIRE, Quickmin), as well as rRESPA hierarchical timestepping and fixed or adaptive time steps. Additionally, the rerun command allows for post-processing of dump files.
Outputs
LAMMPS provides numerous fix and compute commands for monitoring system properties. Thermodynamic data, such as system temperature and energy, is logged, and atom-level information such as positions and velocities can be output via text or binary dump files at chosen intervals. LAMMPS also allows output to be customized for spatial or temporal resolution using chunks, time averaging, or histogramming. The state of the simulation can be saved in text and binary restart files. Additionally, LAMMPS can export atom snapshots in various formats.
Various
For computing efficiency, LAMMPS uses neighbor lists (Verlet lists) to keep track of nearby particles. The lists are optimized for systems with particles that repel at short distances, so that the local density of particles never grows too large.
On parallel computers, LAMMPS uses spatial-decomposition techniques to partition the simulation domain into small 3D sub-domains, one of which is assigned to each processor. Processors communicate and store ghost atom information for atoms that border their subdomain. LAMMPS is most efficient (in a parallel computing sense) for systems whose particles fill a 3D rectangular box with approximately uniform density. Lots of accelerators are supported by LAMMPS, including GPU (CUDA, OpenCL, HIP, SYCL), Intel Xeon Phi, and OpenMP, due to its integration with Trilinos.
Coupling LAMMPS with Other Software
LAMMPS can be coupled with a variety of external analysis tools and visualization engines, including VMD and OVITO. LAMMPS can be coupled with Python libraries for setting up and analyzing simulations, such as MDAnalysis, MDTraj, and ASE. In addition, LAMMPS supports coupling with free energy calculation tools such as PLUMED and the Colvars module.
References
References
- "LAMMPS Molecular Dynamics Simulator". Sandia National Laboratories.
- (2022). "LAMMPS-a flexible simulation tool for particle-based materials modeling at the atomic, meso, and continuum scales". Computer Physics Communications.
- Plimpton, S.. (1993-05-01). "Fast parallel algorithms for short-range molecular dynamics". Journal of Computational Physics.
- (2025). "A Set of Tutorials for the LAMMPS Simulation Package".
- "General features — LAMMPS documentation".
- Tranchida, Julien Guy, Wood, Mitchell A., Moore, Stan Gerald. (2018). "Coupled Magnetic Spin Dynamics and Molecular Dynamics in a Massively Parallel Framework (LDRD Final Report)". Sandia National Lab (SNL-NM).
- (2012). "Parallel reactive molecular dynamics: Numerical methods and algorithmic techniques". Elsevier.
- "External Coupling and Integration".
- (1996). "VMD: Visual Molecular Dynamics". Elsevier.
- Stukowski, Alexander. (2009-12-15). "Visualization and analysis of atomistic simulation data with OVITO–the Open Visualization Tool". Modelling and Simulation in Materials Science and Engineering.
- (2022). "MDAnalysis 2.0 and beyond: fast and interoperable, community driven simulation analysis". Elsevier.
- (2014-09-09). "MDTraj: a modern, open library for the analysis of molecular dynamics trajectories". Biophysical Journal.
- (2017). "The Atomic Simulation Environment—a Python library for working with atoms". Journal of Physics: Condensed Matter.
- (2014-02-01). "PLUMED 2: New feathers for an old bird". Computer Physics Communications.
- (December 2013). "Using collective variables to drive molecular dynamics simulations". Molecular Physics.
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about LAMMPS — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report