@@ -351,8 +351,8 @@ \subsection{Background knowledge}
351351
352352\subsection {Software/system requirements }
353353
354- The LAMMPS stable release version 29Aug2024 \_ update2 ~\cite {lammps_code }
355- and the matching \lammpsgui {} software version 1.6.12 are required to
354+ The LAMMPS stable release { \color {blue} version 22Jul2025} ~\cite {lammps_code }
355+ and the matching \lammpsgui {} software { \color {blue} version 1.7.0} are required to
356356follow the tutorials, as they include features that were first
357357introduced in these versions. For Linux (x86\_ 64 CPU), macOS (BigSur or
358358later), and Windows (10 and 11) you can download a precompiled LAMMPS
@@ -4560,6 +4560,22 @@ \subsubsection{Reaction templates}
45604560Here, the file names for each reaction use the abbreviation `M' for monomer and `P'
45614561for polymer.
45624562
4563+ \begin {note }
4564+ {\color {blue}Molecule templates contain sections that are similar, but not quite
4565+ the same, as a LAMMPS data file. The data stored in these molecule templates
4566+ include atom coordinates, partial charges, molecule IDs, atom types, and interaction
4567+ types for bonds, angles, dihedrals and impropers. The map file contains information
4568+ about the reaction. The first mandatory section of the map file begins with the
4569+ keyword “InitiatorIDs” and lists the two atom IDs of the initiator atom pair in
4570+ the pre-reacted molecule template. The second mandatory section begins with the
4571+ keyword “Equivalences” and lists a one-to-one correspondence between atom IDs of
4572+ the pre- and post-reacted templates. Some atoms in the pre-reacted template that
4573+ are not reacting may have missing topology with respect to the simulation. For
4574+ example, the pre-reacted template may contain an atom that, in the simulation,
4575+ is currently connected to the rest of a long polymer chain. These are referred to
4576+ as edge atoms, and are also specified in the map file in the “EdgeIDs” section.}
4577+ \end {note }
4578+
45634579\subsubsection {Simulating the reaction }
45644580
45654581The first step, before simulating the reaction, is to import the previously
@@ -4760,7 +4776,7 @@ \subsubsection{Installing the Linux Flatpak Bundle}
47604776install it using the following command:
47614777\ begin{lstlisting} [language=tcl]
47624778flatpak install --user \
4763- LAMMPS-Linux-x86_64-GUI-29Aug2024_update2 .flatpak
4779+ LAMMPS-Linux-x86_64-GUI-22Jul2025 .flatpak
47644780\end {lstlisting }
47654781This will integrate \lammpsgui {} into your desktop environment
47664782(e.g.,~GNOME, KDE, XFCE) where it should appear in the `` Applications''
@@ -4846,7 +4862,7 @@ \subsection{Opening, Editing, and Saving Files}
48464862input files, especially long and complex ones.
48474863
48484864If the file in the editor has unsaved changes, the word
4849- `` \ * modified\ *'' will appear in the window title. The current input
4865+ `` *modified*'' will appear in the window title. The current input
48504866buffer can be saved by selecting `` Save'' or `` Save As...'' from the
48514867`` File'' menu. You can also click the `` Save'' icon on the left side
48524868of the status bar, or use the \texttt {Ctrl-S } keyboard shortcut.
0 commit comments