Go to file
Axel Kohlmeyer fd24820603
rename USER-PACE to ML-PACE
2021-06-29 15:45:50 -04:00
.github rename USER-PACE to ML-PACE 2021-06-29 15:45:50 -04:00
bench fix some more URLs 2021-05-24 15:38:27 -04:00
cmake rename USER-PACE to ML-PACE 2021-06-29 15:45:50 -04:00
doc rename USER-PACE to ML-PACE 2021-06-29 15:45:50 -04:00
examples rename USER-CGDNA and USER-CGSDK to CG-DNA and CG-SDK 2021-06-29 15:28:27 -04:00
fortran update URLs in some more files 2021-05-24 16:19:37 -04:00
lib rename USER-PACE to ML-PACE 2021-06-29 15:45:50 -04:00
potentials rename SNAP package to ML-SNAP and fix up some remaining MLIAP to ML-IAP issues 2021-06-29 11:06:59 -04:00
python rename MLIAP package to ML-IAP 2021-06-29 10:44:32 -04:00
src rename USER-PACE to ML-PACE 2021-06-29 15:45:50 -04:00
tools OpenMP suppression updates 2021-06-13 22:34:06 -04:00
unittest skip testing the fortran module if CMake cannot identify the fortran compiler 2021-06-21 17:25:29 -04:00
.gitattributes don't export security statement to source snapshots 2021-05-24 15:34:47 -04:00
.gitignore ignore LAMMPS shell history files 2020-10-04 12:27:40 -04:00
.lgtm.yml expand LGTM exposure of LAMMPS styles 2021-05-31 18:23:37 -04:00
LICENSE indicate that we use GPLv2 2021-03-05 14:16:40 -05:00
README fix some more URLs 2021-05-24 15:38:27 -04:00
SECURITY.md add a security policy file 2021-05-11 23:01:11 -04: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 primary author of the code is Steve Plimpton, who can be emailed
at sjplimp@sandia.gov.  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 (GPL)
bench                      benchmark problems
cmake                      CMake build files
doc                        documentation
examples                   simple test problems
fortran                    Fortran wrapper for LAMMPS
lib                        additional provided or external libraries
potentials                 interatomic potential files
python                     Python wrappers for LAMMPS
src                        source files
tools                      pre- and post-processing 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/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