Skip to content
Snippets Groups Projects
Manual.txt 3.16 KiB
Newer Older
sjplimp's avatar
sjplimp committed
<!-- HTML_ONLY -->
sjplimp's avatar
sjplimp committed
<TITLE>LAMMPS Users Manual</TITLE>
Axel Kohlmeyer's avatar
Axel Kohlmeyer committed
<META NAME="docnumber" CONTENT="24 Oct 2018 version">
sjplimp's avatar
sjplimp committed
<META NAME="author" CONTENT="http://lammps.sandia.gov - Sandia National Laboratories">
Axel Kohlmeyer's avatar
Axel Kohlmeyer committed
<META NAME="copyright" CONTENT="Copyright (2003) Sandia Corporation. This software and manual is distributed under the GNU General Public License.">
sjplimp's avatar
sjplimp committed
</HEAD>

<BODY>

sjplimp's avatar
sjplimp committed
<!-- END_HTML_ONLY -->

"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c

:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Commands_all.html#comm)
sjplimp's avatar
sjplimp committed

:line

LAMMPS Documentation :c,h1
Axel Kohlmeyer's avatar
Axel Kohlmeyer committed
24 Oct 2018 version :c,h2
sjplimp's avatar
sjplimp committed

"What is a LAMMPS version?"_Manual_version.html
sjplimp's avatar
sjplimp committed

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

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

The "LAMMPS website"_lws has a variety of information about the code.
It includes links to an on-line version of this manual, a "mail
list"_http://lammps.sandia.gov/mail.html where users can post
questions, and a "GitHub site"https://github.com/lammps/lammps where
all LAMMPS development is coordinated.
sjplimp's avatar
sjplimp committed

"PDF file"_Manual.pdf of the entire manual, generated by
"htmldoc"_http://freecode.com/projects/htmldoc
sjplimp's avatar
sjplimp committed

The content for this manual is part of the LAMMPS distribution.  You
can build a local copy of the Manual as HTML pages or a PDF file, by
following the steps on the "Manual build"_Manual_build.html doc page.
sjplimp's avatar
sjplimp committed

There is also a "Developer.pdf"_Developer.pdf document which gives
a brief description of the basic code structure of LAMMPS.
sjplimp's avatar
sjplimp committed

:line

This manual is organized into the following sections.
sjplimp's avatar
sjplimp committed

Once you are familiar with LAMMPS, you may want to bookmark "this
page"_Commands.html since it gives quick access to a doc page for
every LAMMPS command.
sjplimp's avatar
sjplimp committed

<!-- RST

.. toctree::
   :maxdepth: 2
Richard Berger's avatar
Richard Berger committed
   :numbered: 3
sjplimp's avatar
 
sjplimp committed
   :caption: User Documentation
   :name: userdoc
   :includehidden:
Steve Plimpton's avatar
Steve Plimpton committed

   Run_head
sjplimp's avatar
sjplimp committed

sjplimp's avatar
 
sjplimp committed
.. toctree::
   :caption: Index
   :name: index
   :hidden:

sjplimp's avatar
 
sjplimp committed
   fixes
   computes
   pairs
   bonds
   angles
   dihedrals
   impropers
sjplimp's avatar
sjplimp committed

Indices and tables
==================

* :ref:`genindex`
* :ref:`search`
Steve Plimpton's avatar
Steve Plimpton committed

sjplimp's avatar
sjplimp committed
END_RST -->

<!-- HTML_ONLY -->
"Introduction"_Intro.html :olb,l
"Install LAMMPS"_Install.html :l
"Build LAMMPS"_Build.html :l
Richard Berger's avatar
Richard Berger committed
"Run LAMMPS"_Run_head.html :l
"Commands"_Commands.html :l
"Optional packages"_Packages.html :l
"Accelerate performance"_Speed.html :l
"How-to discussions"_Howto.html :l
"Example scripts"_Examples.html :l
"Auxiliary tools"_Tools.html :l
"Modify & extend LAMMPS"_Modify.html :l
"Use Python with LAMMPS"_Python_head.html :l
"Errors"_Errors.html :l
"Building the LAMMPS manual"_Manual_build.html :l
sjplimp's avatar
sjplimp committed
:ole

<!-- END_HTML_ONLY -->

</BODY>