Go to file
Axel Kohlmeyer 7b4c33630d
Merge pull request #4524 from akohlmey/next_release
Step version strings for next feature release
2025-04-02 16:04:25 -04:00
.github Update .github/CODEOWNERS 2025-03-27 16:55:35 +01:00
bench replace tabs and remove trailing whitespace 2023-05-04 02:21:55 -04:00
cmake Update CMake for KOKKOS package 2025-03-31 12:29:08 -06:00
doc update a couple more pending version tags 2025-04-02 14:20:57 -04:00
examples Merge pull request #4507 from navlalli/qeqr 2025-04-02 13:19:55 -04:00
fortran sync new library interface function across all interfaced derived packages 2025-03-24 04:33:27 -04:00
lib Merge branch 'develop' of github.com:lammps/lammps into kk_update_4.6.0 2025-03-31 11:46:30 -06:00
potentials move and update ctip example 2024-09-12 00:17:21 -04:00
python Set pending version tags to 2Apr2025 2025-04-01 21:30:53 -04:00
src Merge pull request #4524 from akohlmey/next_release 2025-04-02 16:04:25 -04:00
tools fix syntax error 2025-04-01 00:00:22 -04:00
unittest Merge pull request #4467 from evoyiatzis/patch-2 2025-04-02 12:18:40 -04:00
.gitattributes Add citation information to GitHub 2022-07-26 19:52:01 -06:00
.gitignore Merge branch 'develop' into collected-small-changes 2024-06-26 06:16:21 -04:00
.lgtm.yml expand LGTM exposure of LAMMPS styles 2021-05-31 18:23:37 -04:00
CITATION.cff add a few more keywords 2022-07-27 05:36:05 -04:00
LICENSE
README revise and expand global README file 2025-02-07 19:47:05 -05:00
SECURITY.md update markdown files for revised branch structure and development workflow 2023-02-09 21:21:51 -05:00

README

This is the LAMMPS software package.

LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel
Simulator.

Copyright (2003) Sandia Corporation.  Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software.  This software is distributed under
the GNU General Public License.

----------------------------------------------------------------------

LAMMPS is a classical molecular dynamics simulation code designed to
run efficiently on parallel computers.  It was developed at Sandia
National Laboratories, a US Department of Energy facility, with
funding from the DOE.  It is an open-source code, distributed freely
under the terms of the GNU Public License (GPL) version 2.

The code is maintained by the LAMMPS development team who can be emailed
at developers@lammps.org.  The LAMMPS WWW Site at www.lammps.org has
more information about the code and its uses.

The LAMMPS distribution includes the following files and directories:

README                     this file
LICENSE                    the GNU General Public License (GPLv2)
CITATION.cff               Citation information for LAMMPS in CFF format
bench                      benchmark inputs
cmake                      CMake build files
doc                        documentation
examples                   example inputs for many LAMMPS commands
fortran                    Fortran 2003 module for LAMMPS
lib                        additional provided or external libraries
potentials                 interatomic potential files
python                     Python module for LAMMPS
src                        source files
tools                      pre- and post-processing tools
unittest                   test programs for use with CTest
.github                    Git and GitHub related files and tools

Point your browser at any of these files to get started:

https://docs.lammps.org/Manual.html         LAMMPS manual
https://docs.lammps.org/Intro.html          hi-level introduction
https://docs.lammps.org/Build.html          how to build LAMMPS
https://docs.lammps.org/Run_head.html       how to run LAMMPS
https://docs.lammps.org/Commands_all.html   Table of available commands
https://docs.lammps.org/Howto.html          Short tutorials and HowTo discussions
https://docs.lammps.org/Errors.html         How to interpret and debug errors
https://docs.lammps.org/Library.html        LAMMPS library interfaces
https://docs.lammps.org/Modify.html         how to modify and extend LAMMPS
https://docs.lammps.org/Developer.html      LAMMPS developer info

You can also create these doc pages locally:

% cd doc
% make html                # creates HTML pages in doc/html
% make pdf                 # creates Manual.pdf