Go to file
Axel Kohlmeyer bd1c5592ab
Merge pull request #2784 from akohlmey/set-python-home
Internally set PYTHONHOME for LAMMPS on Windows
2021-05-27 16:45:34 -04:00
.github update code owners file 2021-05-22 13:51:55 -04:00
bench fix some more URLs 2021-05-24 15:38:27 -04:00
cmake Merge pull request #2784 from akohlmey/set-python-home 2021-05-27 16:45:34 -04:00
doc Merge pull request #2784 from akohlmey/set-python-home 2021-05-27 16:45:34 -04:00
examples Merge branch 'master' into pair_rann 2021-05-26 15:17:30 -04:00
fortran update URLs in some more files 2021-05-24 16:19:37 -04:00
lib Merge pull request #2783 from stanmoore1/kk_update_3.4.1 2021-05-27 15:10:34 -04:00
potentials Merge branch 'master' into pair_rann 2021-05-24 12:21:04 -04:00
python update URLs in some more files 2021-05-24 16:19:37 -04:00
src Merge pull request #2784 from akohlmey/set-python-home 2021-05-27 16:45:34 -04:00
tools update URLs in some more files 2021-05-24 16:19:37 -04:00
unittest also make CMake scripts in unittest tree consistent 2021-05-25 15:10:18 -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 Update .lgtm.yml 2021-05-10 18:54:53 -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