Skip to content
Snippets Groups Projects
Commit 7dac5132 authored by Steven J. Plimpton's avatar Steven J. Plimpton
Browse files

doc typos and push author details back to website

parent 6c5d339a
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,14 @@ tools pre- and post-processing tools ...@@ -36,7 +36,14 @@ tools pre- and post-processing tools
Point your browser at any of these files to get started: Point your browser at any of these files to get started:
doc/Manual.html the LAMMPS manual http://lammps.sandia.gov/doc/Manual.html the LAMMPS manual
doc/Section_intro.html hi-level introduction to LAMMPS http://lammps.sandia.gov/doc/Intro.html hi-level introduction
doc/Section_start.html how to build and use LAMMPS http://lammps.sandia.gov/doc/Build.html how to build LAMMPS
doc/Developer.pdf LAMMPS developer guide http://lammps.sandia.gov/doc/Run_head.html how to run LAMMPS
http://lammps.sandia.gov/doc/Developer.pdf LAMMPS developer guide
You can also create these doc pages locally:
% cd doc
% make html # creates HTML pages in doc/html
% make pdf # creates Manual.pdf and Developer.pdf
...@@ -13,12 +13,10 @@ This page is a short summary of how to use CMake to build LAMMPS. ...@@ -13,12 +13,10 @@ This page is a short summary of how to use CMake to build LAMMPS.
Details on CMake variables that enable specific LAMMPS build options Details on CMake variables that enable specific LAMMPS build options
are given on the pages linked to from the "Build"_Build.html doc page. are given on the pages linked to from the "Build"_Build.html doc page.
Richard Berger (Temple U) has also written a more comprehensive guide Richard Berger (Temple U) has also written a "more comprehensive
guide"_https://github.com/lammps/lammps/blob/master/cmake/README.md
for how to use CMake to build LAMMPS. If you are new to CMake it is a for how to use CMake to build LAMMPS. If you are new to CMake it is a
good place to start: good place to start.
"Bulding LAMMPS using
CMake"_https://github.com/lammps/lammps/blob/master/cmake/README.md
:line :line
......
...@@ -48,7 +48,7 @@ This is the list of packages that may require additional steps. ...@@ -48,7 +48,7 @@ This is the list of packages that may require additional steps.
"USER-QMMM"_#user-qmmm, "USER-QMMM"_#user-qmmm,
"USER-QUIP"_#user-quip, "USER-QUIP"_#user-quip,
"USER-SMD"_#user-smd, "USER-SMD"_#user-smd,
"USER-VTK"_#user-vtk :tb(c=6,ea=c) "USER-VTK"_#user-vtk :tb(c=6,ea=c,a=l)
:line :line
......
...@@ -59,7 +59,7 @@ packages: ...@@ -59,7 +59,7 @@ packages:
"USER-QMMM"_Build_extras.html#user-qmmm, "USER-QMMM"_Build_extras.html#user-qmmm,
"USER-QUIP"_Build_extras.html#user-quip, "USER-QUIP"_Build_extras.html#user-quip,
"USER-SMD"_Build_extras.html#user-smd, "USER-SMD"_Build_extras.html#user-smd,
"USER-VTK"_Build_extras.html#user-vtk :tb(c=6,ea=c) "USER-VTK"_Build_extras.html#user-vtk :tb(c=6,ea=c,a=l)
The mechanism for including packages is simple but different for CMake The mechanism for including packages is simple but different for CMake
versus make. versus make.
......
...@@ -7,7 +7,7 @@ Documentation"_ld - "LAMMPS Commands"_lc :c ...@@ -7,7 +7,7 @@ Documentation"_ld - "LAMMPS Commands"_lc :c
:line :line
Calculate a diffusion coefficient :h3 Calculate diffusion coefficients :h3
The diffusion coefficient D of a material can be measured in at least The diffusion coefficient D of a material can be measured in at least
2 ways using various options in LAMMPS. See the examples/DIFFUSE 2 ways using various options in LAMMPS. See the examples/DIFFUSE
......
...@@ -7,7 +7,7 @@ Documentation"_ld - "LAMMPS Commands"_lc :c ...@@ -7,7 +7,7 @@ Documentation"_ld - "LAMMPS Commands"_lc :c
:line :line
Long-raage dispersion settings :h3 Long-range dispersion settings :h3
The PPPM method computes interactions by splitting the pair potential The PPPM method computes interactions by splitting the pair potential
into two parts, one of which is computed in a normal pairwise fashion, into two parts, one of which is computed in a normal pairwise fashion,
......
...@@ -7,7 +7,7 @@ Documentation"_ld - "LAMMPS Commands"_lc :c ...@@ -7,7 +7,7 @@ Documentation"_ld - "LAMMPS Commands"_lc :c
:line :line
Calcalate temperature :h3 Calculate temperature :h3
Temperature is computed as kinetic energy divided by some number of Temperature is computed as kinetic energy divided by some number of
degrees of freedom (and the Boltzmann constant). Since kinetic energy degrees of freedom (and the Boltzmann constant). Since kinetic energy
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment