Skip to content

Commit 55f2562

Browse files
committed
added note on reaction files
1 parent 6922d08 commit 55f2562

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

lammps-tutorials.tex

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
356356
follow the tutorials, as they include features that were first
357357
introduced in these versions. For Linux (x86\_64 CPU), macOS (BigSur or
358358
later), and Windows (10 and 11) you can download a precompiled LAMMPS
@@ -4560,6 +4560,22 @@ \subsubsection{Reaction templates}
45604560
Here, the file names for each reaction use the abbreviation `M' for monomer and `P'
45614561
for 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

45654581
The first step, before simulating the reaction, is to import the previously
@@ -4760,7 +4776,7 @@ \subsubsection{Installing the Linux Flatpak Bundle}
47604776
install it using the following command:
47614777
\begin{lstlisting}[language=tcl]
47624778
flatpak install --user \
4763-
LAMMPS-Linux-x86_64-GUI-29Aug2024_update2.flatpak
4779+
LAMMPS-Linux-x86_64-GUI-22Jul2025.flatpak
47644780
\end{lstlisting}
47654781
This 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}
48464862
input files, especially long and complex ones.
48474863
48484864
If 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
48504866
buffer 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
48524868
of the status bar, or use the \texttt{Ctrl-S} keyboard shortcut.

0 commit comments

Comments
 (0)