Go to file
Axel Kohlmeyer 105c86399b
Merge pull request #2813 from akohlmey/collected-small-changes
Collected small changes
2021-06-28 20:14:01 -04:00
.github update CODEOWNERS 2021-06-11 16:28:05 -04:00
bench fix some more URLs 2021-05-24 15:38:27 -04:00
cmake USER-MOLFILE depends on CMAKE_DL_LIBS when not compiling on Windows 2021-06-27 14:39:53 -04:00
doc correct documentation under restrictions for temp/csld and temp/csvr fixes 2021-06-25 15:46:30 -04:00
examples update USER-RANN example to run faster and provide reference logs 2021-06-22 12:27:05 -04:00
fortran update URLs in some more files 2021-05-24 16:19:37 -04:00
lib Correct device pointer datatype in HIP UCL_Const 2021-06-02 15:46:57 -04:00
potentials update USER-RANN example to run faster and provide reference logs 2021-06-22 12:27:05 -04:00
python Merge remote-tracking branch 'github/master' into collected-small-changes 2021-06-04 00:28:32 -04:00
src add doi to citations 2021-06-28 10:47:28 -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