@@ -2821,10 +2821,13 @@ \subsubsection{Prepare and relax}
28212821Vashishta~\cite {vashishta1990interaction }. If you open the \flecmd {silica.data}
28222822file, you will find in the \lmpcmd {Atoms} section that all silicon atoms have a
28232823charge of $ q = 1.1 \, \text {e}$ , and all oxygen atoms have a charge of $ q = -0.55 \, \text {e}$ .
2824+
2825+ \begin {note }
28242826Assigning the same charge to all atoms of the same type is common with many
28252827force fields, including the force fields used in the previous tutorials. This
28262828changes once ReaxFF is used: the charge of each atom will adjust to its local
28272829environment.
2830+ \end {note }
28282831
28292832Next, copy the following three crucial lines into the \flecmd {relax.lmp} file:
28302833\ begin{lstlisting}
@@ -2940,7 +2943,7 @@ \subsubsection{Deform the structure}
29402943
29412944Let us apply a deformation to the structure to force some $ \text {Si}-\text {O}$
29422945bonds to break (and eventually re-assemble). Open the \flecmd {deform.lmp}
2943- file, which must constain the following lines:
2946+ file, which must contain the following lines:
29442947\ begin{lstlisting}
29452948units real
29462949atom_style full
@@ -3041,7 +3044,7 @@ \subsubsection{Deform the structure}
30413044\subsubsection {Decorate the surface }
30423045
30433046Under ambient conditions, some of the surface $ \text {SiO}_2 $ atoms become chemically
3044- passivated by forming covalent bonds with hydrogen (H) atom ~\cite {sulpizi2012silica }.
3047+ passivated by forming covalent bonds with hydrogen (H) atoms ~\cite {sulpizi2012silica }.
30453048We will add hydrogen atoms randomly to the cracked silica and observe how the
30463049system evolves. To do so, we first need to modify the previously generated data
30473050file \flecmd {deform.data} and make space for a third atom type.
@@ -3068,7 +3071,7 @@ \subsubsection{Decorate the surface}
30683071(...)
30693072\end {lstlisting }
30703073
3071- Open the \flecmd {decorate.lmp} file, which must constain the following lines:
3074+ Open the \flecmd {decorate.lmp} file, which must contain the following lines:
30723075\ begin{lstlisting}
30733076units real
30743077atom_style full
@@ -3288,7 +3291,7 @@ \subsubsection{Generation of the silica block}
32883291
32893292\subsubsection {Cracking the silica }
32903293
3291- Open the \flecmd {cracking.lmp} file, which must constain the following familiar lines:
3294+ Open the \flecmd {cracking.lmp} file, which must contain the following familiar lines:
32923295\ begin{lstlisting}
32933296units metal
32943297boundary p p p
@@ -3356,7 +3359,7 @@ \subsubsection{Adding water}
33563359of two force fields: Vashishta (for $ \text {SiO}_2 $ ), and
33573360TIP4P (for water). Here, the TIP4P/2005 model is employed for the
33583361water~\cite {abascal2005general }. Open the \flecmd {gcmc.lmp} file, which
3359- should constain the following lines:
3362+ should contain the following lines:
33603363\ begin{lstlisting}
33613364units metal
33623365boundary p p p
0 commit comments