@@ -953,7 +953,7 @@ \subsubsection{Improving the script}
953953of the simulation, a file called \flecmd {improved.min.data} is created.
954954You can view the contents of this file from \lammpsgui {}, by
955955right-clicking on the file name in the editor and selecting the entry
956- \guicmd {View file ` improved.min.data' }.
956+ \guicmd {View file improved.min.data}.
957957
958958\begin {figure }
959959\centering
@@ -1055,7 +1055,7 @@ \subsubsection{Improving the script}
10551055to delete groups that are no longer needed. This can be done by adding the
10561056following four commands to \flecmd {improved.md.lmp}:
10571057\ begin{lstlisting}
1058- # delete unnecessary groups
1058+ # delete no longer needed groups
10591059group grp_in delete
10601060group grp_out delete
10611061group grp_t1_in delete
@@ -1186,11 +1186,11 @@ \subsubsection{Improving the script}
11861186may lead to additional insights into how different systems are configured
11871187and how various features function:
11881188\begin {itemize }
1189- \item Use the Nos\' e-Hoover thermostat (\lmpcmd {fix nvt}) instead of the Langevin thermostat
1189+ \item Use a Nos\' e-Hoover thermostat (\lmpcmd {fix nvt}) instead of a Langevin thermostat
11901190 (\lmpcmd {fix nve} + \lmpcmd {fix langevin}).
11911191\item Omit the energy minimization step before starting the MD simulation using either
11921192the Nos\' e-Hoover or the Langevin thermostat.
1193- \item Apply the thermostat to only one type of atoms and observe the
1193+ \item Apply a thermostat to only one type of atoms each and observe the
11941194 temperature for each type separately.
11951195\item Append an NVE run (i.e.~without any thermostat) and observe the energy levels.
11961196\end {itemize }
0 commit comments