• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bench/H30-Sep-2021-1,100,3451,099,014

cmake/H03-May-2022-4,4393,904

doc/H30-Sep-2021-168,075126,223

examples/H30-Sep-2021-3,153,1233,082,649

fortran/H30-Sep-2021-298203

lib/H30-Sep-2021-527,626334,380

potentials/H30-Sep-2021-869,199868,058

python/H30-Sep-2021-12,9849,545

src/H03-May-2022-1,074,314734,064

tools/H30-Sep-2021-326,584304,344

unittest/H03-May-2022-77,89971,643

LICENSEH A D30-Sep-202117.3 KiB350289

READMEH A D30-Sep-20212.3 KiB5442

README

1This is the LAMMPS software package.
2
3LAMMPS stands for Large-scale Atomic/Molecular Massively Parallel
4Simulator.
5
6Copyright (2003) Sandia Corporation.  Under the terms of Contract
7DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
8certain rights in this software.  This software is distributed under
9the GNU General Public License.
10
11----------------------------------------------------------------------
12
13LAMMPS is a classical molecular dynamics simulation code designed to
14run efficiently on parallel computers.  It was developed at Sandia
15National Laboratories, a US Department of Energy facility, with
16funding from the DOE.  It is an open-source code, distributed freely
17under the terms of the GNU Public License (GPL) version 2.
18
19The primary author of the code is Steve Plimpton, who can be emailed
20at sjplimp@sandia.gov.  The LAMMPS WWW Site at www.lammps.org has
21more information about the code and its uses.
22
23The LAMMPS distribution includes the following files and directories:
24
25README                     this file
26LICENSE                    the GNU General Public License (GPL)
27bench                      benchmark problems
28cmake                      CMake build files
29doc                        documentation
30examples                   simple test problems
31fortran                    Fortran wrapper for LAMMPS
32lib                        additional provided or external libraries
33potentials                 interatomic potential files
34python                     Python wrappers for LAMMPS
35src                        source files
36tools                      pre- and post-processing tools
37
38Point your browser at any of these files to get started:
39
40https://docs.lammps.org/Manual.html         LAMMPS manual
41https://docs.lammps.org/Intro.html          hi-level introduction
42https://docs.lammps.org/Build.html          how to build LAMMPS
43https://docs.lammps.org/Run_head.html       how to run LAMMPS
44https://docs.lammps.org/Commands_all.html   Table of available commands
45https://docs.lammps.org/Library.html        LAMMPS library interfaces
46https://docs.lammps.org/Modify.html         how to modify and extend LAMMPS
47https://docs.lammps.org/Developer.html      LAMMPS developer info
48
49You can also create these doc pages locally:
50
51% cd doc
52% make html                # creates HTML pages in doc/html
53% make pdf                 # creates Manual.pdf
54