Skip to content

Commit 62b2de8

Browse files
Merge pull request #107 from lammpstutorials/review-livecoms
Livecoms reviewer comments
2 parents 9a9b0fa + ba46b0a commit 62b2de8

25 files changed

+435
-181
lines changed

.dependencies/lammpstutorials-inputs

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/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ sphinxcontrib.bibtex
44
sphinx-togglebutton
55
sphinx-favicon
66
pygments-lammps
7+
furo
8+

docs/sphinx/source/journal-article.bib

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ @article{schneider1978molecular
99
publisher={APS}
1010
}
1111

12+
@article{grossfield2009quantifying,
13+
title={Quantifying uncertainty and sampling quality in biomolecular simulations},
14+
author={Grossfield, Alan and Zuckerman, Daniel M},
15+
journal={Annual Reports in Computational Chemistry},
16+
volume={5},
17+
pages={23--48},
18+
year={2009},
19+
publisher={Elsevier}
20+
}
21+
1222
@book{hestenes1952methods,
1323
title={Methods of conjugate gradients for solving linear systems},
1424
author={Hestenes, Magnus Rudolph and Stiefel, Eduard and others},

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ on statistical mechanics and molecular simulations.
3939
Software/system requirements
4040
============================
4141

42-
The LAMMPS stable release version 29Aug2024 (update2)
43-
and the matching LAMMPS--GUI software version 1.6.12 are required to
42+
The LAMMPS stable release version 22Jul2025
43+
and the matching LAMMPS--GUI software version 1.7.0 are required to
4444
follow the tutorials, as they include features that were first
4545
introduced in these versions. For Linux (x86_64 CPU), macOS (BigSur or
4646
later), and Windows (10 and 11) you can download a precompiled LAMMPS
@@ -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/non-tutorials/using-lammps-gui.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ installer package.
2929
Installing the Linux .tar.gz Package
3030
------------------------------------
3131

32-
Download the archive (e.g., LAMMPS-Linux-x86_64-GUI-29Aug2024_update2.tar.gz)
32+
Download the archive (e.g., LAMMPS-Linux-x86_64-GUI-22Jul2025.tar.gz)
3333
and unpack it. This will create a folder named LAMMPS--GUI containing the
3434
included commands, which can be launched directly using ``./lammps-gui`` or
3535
``./lmp``, for example. Adding this folder to the PATH environment
@@ -41,12 +41,12 @@ Installing the Linux Flatpak Bundle
4141

4242
You have to have Flatpak support installed on Linux machine to be able
4343
to use the Flatpak bundle. Download the bundle file
44-
(e.g., LAMMPS-Linux-x86_64-GUI-29Aug2024_update2.flatpak) and then
44+
(e.g., LAMMPS-Linux-x86_64-GUI-22Jul2025.flatpak) and then
4545
install it using the following command:
4646

4747
.. code-block:: bash
4848
49-
flatpak install --user LAMMPS-Linux-x86_64-GUI-29Aug2024_update2.flatpak
49+
flatpak install --user LAMMPS-Linux-x86_64-GUI-22Jul2025.flatpak
5050
5151
This will integrate LAMMPS--GUI into your desktop environment
5252
(e.g., GNOME, KDE, XFCE) where it should appear in the ``Applications``
@@ -70,7 +70,7 @@ Installing the macOS Application Bundle
7070
---------------------------------------
7171

7272
After downloading the macOS app bundle image file
73-
(e.g., LAMMPS-macOS-multiarch-GUI-29Aug2024_update2.dmg), double-click
73+
(e.g., LAMMPS-macOS-multiarch-GUI-22Jul2025.dmg), double-click
7474
on it. In the dialog that opens drag the LAMMPS--GUI app bundle into
7575
the Applications folder. To enable command-line access, follow the
7676
instructions in the **README.txt** file. These macOS app-bundles contain
@@ -87,7 +87,7 @@ Installing the Windows package
8787
------------------------------
8888

8989
Download the LAMMPS--GUI installer for Windows
90-
(e.g., LAMMPS-Win10-64bit-GUI-29Aug2024_update2.exe). Windows may warn
90+
(e.g., LAMMPS-Win10-64bit-GUI-22Jul2025.exe). Windows may warn
9191
you that the file is from an unknown developer and was downloaded from
9292
the internet. This happens because neither the installer nor the
9393
LAMMPS--GUI application (or any other included applications) have been
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.. container:: version
22

3-
This tutorial is compatible with the 29Aug2024 (update 2) LAMMPS version.
3+
This tutorial is compatible with the 22Jul2025 LAMMPS version.

0 commit comments

Comments
 (0)