Skip to content

Commit 6c093ba

Browse files
committed
implement move changes from livecoms
1 parent 5eb6621 commit 6c093ba

File tree

7 files changed

+20
-9
lines changed

7 files changed

+20
-9
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ The other pages use the [Sphinx](https://www.sphinx-doc.org/) generator with the
6767

6868
- [Simon Gravelle](https://github.com/simongravelle) (corr. author),
6969
Université Grenoble Alpes, CNRS, LIPhy, 38000 Grenoble, France.
70+
- [Cecilia M. S. Alvares](https://github.com/cecimarques),
71+
Department of Chemistry, University of Warwick, Coventry CV4 7AL, United Kingdom
7072
- [Jacob R. Gissinger](https://www.stevens.edu/profile/jgissing),
7173
Stevens Institute of Technology, Hoboken, NJ 07030, USA.
7274
- [Axel Kohlmeyer](https://sites.google.com/site/akohlmey),

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<h1>LAMMPS tutorials</h1>
2424
<h2>
2525
by <a target="_blank" href="https://simongravelle.github.io/"">
26-
Simon Gravelle</a>, Jacob R. Gissinger, and Axel Kohlmeyer
26+
Simon Gravelle</a>, Cecilia M. S. Alvares, Jacob R. Gissinger, and Axel Kohlmeyer
2727
</h2>
2828
</center>
2929
<br>

docs/sphinx/source/non-tutorials/prerequisites.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,19 @@ About LAMMPS--GUI
8787

8888
LAMMPS--GUI is a graphical text editor, enhanced for editing LAMMPS
8989
input files and linked to the LAMMPS library, allowing it to run LAMMPS
90-
directly. The text editor functions similarly to other graphical
90+
directly. The text editor is similar to other graphical
9191
editors, such as Notepad or Gedit, but offers the following enhancements
92-
specifically for LAMMPS:
92+
specifically for running LAMMPS:
9393

9494
- Wizard dialogs to set up these tutorials
9595
- Auto-completion of LAMMPS commands and options
9696
- Context-sensitive online help
9797
- Syntax highlighting for LAMMPS input files
9898
- Syntax-aware line indentation
99+
- Editor switches working directory to that of input file
99100
- Visualization using LAMMPS' built-in renderer
100101
- Start and stop simulations via mouse or keyboard
101-
- Monitoring of simulation progress
102+
- Monitoring of simulation progress and parallelization
102103
- Dynamic capture of LAMMPS output in a text window
103104
- Automatic plotting of thermodynamic data during runs
104105
- Capture of ``dump image`` outputs for animations

docs/sphinx/source/non-tutorials/scope.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Scope
44
*****
55

66
This set of tutorials consists of eight tutorials arranged in order of
7-
increasing difficulty. The novelties associated with each tutorial are
7+
increasing difficulty. Although each tutorial can be
8+
read independently, information introduced in earlier tuto-
9+
rials is generally not repeated in detail in later ones. For this
10+
reason, we recommend that beginners follow the tutorials in
11+
order. The novelties associated with each tutorial are
812
briefly described below.
913

1014
In :ref:`lennard-jones-label`, the structure of LAMMPS
@@ -48,7 +52,8 @@ reactions by dynamically adjusting atomic interactions
4852
method that allows the partial charges of atoms to adjust according to
4953
their local environment.
5054

51-
In :ref:`gcmc-silica-label`, a Monte Carlo simulation in
55+
In :ref:`gcmc-silica-label`, the adsorption of a fluid in silica pores is
56+
modeled. To do so, a Monte Carlo simulation in
5257
the grand canonical ensemble is implemented to demonstrate how LAMMPS
5358
can be used to simulate an open system that exchanges particles with a
5459
reservoir.

docs/sphinx/source/tutorial1/tutorial.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ slab geometries.
9696
:class: non-title-info
9797

9898
Each LAMMPS command is accompanied by extensive online |lammpsdocs|
99-
that details the different options for that command.
99+
that lists and discusses the different options for that command.
100+
Most LAMMPS commands also have default settings that are applied if no
101+
value is explicitly specified. The defaults for each com-
102+
mand are listed at the bottom of its documentation page.
100103
From the LAMMPS--GUI editor buffer, you can access the documentation by
101104
right-clicking on a line containing a command (e.g., ``units lj``)
102105
and selecting ``View Documentation for `units'``. This action

0 commit comments

Comments
 (0)