Skip to content

Commit c17c759

Browse files
committed
make references to tutorial 3 consistent
1 parent 4d02469 commit c17c759

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lammps-tutorials.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ \subsection{Scope}
276276
demonstrates how available LAMMPS features can be used to do the same
277277
without an external tool.
278278

279-
In \hyperref[all-atoms-label]{tutorial 3}, two components, liquid water
279+
In \hyperref[all-atom-label]{tutorial 3}, two components, liquid water
280280
and a polymer molecule, are merged and equilibrated. A long-range
281281
solver is used to handle the electrostatic interactions accurately, and
282282
the system is equilibrated in the isothermal-isobaric (NPT) ensemble. A
@@ -287,7 +287,7 @@ \subsection{Scope}
287287
In \hyperref[sheared-confined-label]{tutorial 4}, a fluid confined by
288288
two walls is simulated, illustrating the specifics of simulating systems
289289
with fluid-solid interfaces. This tutorial involves a slightly more
290-
complex water model than \hyperref[all-atoms-label]{tutorial 3}: the
290+
complex water model than \hyperref[all-atom-label]{tutorial 3}: the
291291
four-point TIP4P model. In this tutorial, non-equilibrium MD is
292292
performed through the imposed shearing of the fluid by the moving walls.
293293

@@ -1690,13 +1690,13 @@ \subsubsection{Breakable bonds}
16901690
% S.G.: we could write a bit more about it
16911691

16921692
\subsection{Tutorial 3: Polymer in water}
1693-
\label{all-atoms-label}
1693+
\label{all-atom-label}
16941694

16951695
\begin{figure}
16961696
\centering
16971697
\includegraphics[width=0.55\linewidth]{PEG}
16981698
\caption{The polymer molecule (PEG - PolyEthylene Glycol) solvated in water as
1699-
simulated during \hyperref[all-atoms-label]{Tutorial 3}. Water molecules are
1699+
simulated during \hyperref[all-atom-label]{Tutorial 3}. Water molecules are
17001700
represented as a transparent continuum field for clarity.}
17011701
\label{fig:PEG}
17021702
\end{figure}
@@ -2138,7 +2138,7 @@ \subsection{Tutorial 4: Nanosheared electrolyte}
21382138
extracted to highlight the effect of confining a fluid on its local properties.
21392139
This tutorial demonstrates key concepts of combining a fluid and a solid in
21402140
the same simulation. A major difference from the previous tutorial,
2141-
\hyperref[all-atoms-label]{Polymer in water}, is that here a rigid four-point
2141+
\hyperref[all-atom-label]{Polymer in water}, is that here a rigid four-point
21422142
water model named TIP4P/2005 is used \cite{abascal2005general}.
21432143

21442144
\begin{note}
@@ -2172,7 +2172,7 @@ \subsubsection{System preparation}
21722172
a cut-off at $12\,\text{$\text{\AA{}}$}$ and a long-range Coulomb potential.
21732173

21742174
So far, the commands are relatively similar to those in the previous tutorial,
2175-
\hyperref[all-atoms-label]{Polymer in water}, with two major differences: the use
2175+
\hyperref[all-atom-label]{Polymer in water}, with two major differences: the use
21762176
of \lmpcmd{lj/cut/tip4p/long} instead of \lmpcmd{lj/cut/coul/long}, and \lmpcmd{pppm/tip4p}
21772177
instead of \lmpcmd{pppm}. When using \lmpcmd{lj/cut/tip4p/long} and \lmpcmd{pppm/tip4p},
21782178
the interactions resemble the conventional Lennard-Jones and Coulomb interactions,

0 commit comments

Comments
 (0)