LAMMPS

LAMMPS
Developer(s) Sandia National Laboratories.
Stable release September 10, 2010
Operating system Cross-platform
Available in C++
License GNU General Public License
Website lammps.sandia.gov

LAMMPS ("Large-scale Atomic/Molecular Massively Parallel Simulator") is a molecular dynamics program from Sandia National Laboratories.[1] LAMMPS makes use of MPI for parallel communication and is free, open-source software, distributed under the terms of the GNU General Public License.[1]

LAMMPS was originally developed under a Cooperative Research and Development Agreement (CRADA) between two laboratories from United States Department of Energy and three other laboratories from private sector firms.[1] It is currently maintained and distributed by researchers at the Sandia National Laboratories.[1]

Features

For computational efficiency LAMMPS uses neighbor lists to keep track of nearby particles. The lists are optimized for systems with particles that are repulsive at short distances, so that the local density of particles never becomes 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 sub-domain. LAMMPS is most efficient (in a parallel computing sense) for systems whose particles fill a 3D rectangular box with approximately uniform density.

See also

References

  1. 1 2 3 4 "LAMMPS Molecular Dynamics Simulator". Sandia National Laboratories. Retrieved 2010-10-03.

External links


This article is issued from Wikipedia - version of the Tuesday, November 17, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.