@@ -391,7 +391,7 @@ \subsection{About LAMMPS--GUI}
391391\end {itemize }
392392
393393\hyperref [using-lammps-gui]{Appendix \ref {using-lammps-gui-label }}
394- contains basic instructions for installtion and using LAMMPS--GUI with
394+ contains basic instructions for installation and using LAMMPS--GUI with
395395the tutorials presented here. A complete description of all LAMMPS--GUI
396396features is in the LAMMPS manual \cite {lammps_gui_docs }.
397397
@@ -613,7 +613,7 @@ \subsubsection{My first input}
613613we get the alternate but equivalent expression:
614614$$ E_{ij} (r) = \epsilon _{ij} \left [ \left ( \dfrac {\bar {\sigma }_{ij}}{r} \right )^{12}
615615 - 2 \left ( \dfrac {\bar {\sigma }_{ij}}{r} \right )^{6} \right ], ~
616- \text {for} ~ r < r_c, $$ LAMMPS can run simulations for both formulations
616+ \text {for} ~ r < r_c. $$ LAMMPS can run simulations for both formulations
617617with the same \textit {lj/cut } pair style, only the parameters for $ \bar {\sigma }$
618618of the second formulation must be divided by $ 2 ^{\frac {1}{6}}$ to get the $ \sigma $
619619needed for the first formulation for the LJ potential.
@@ -649,15 +649,15 @@ \subsubsection{My first input}
649649The \textit {thermo } command asks LAMMPS to print thermodynamic
650650information to the console every given number of steps, in this input
651651every 10 simulation steps. The \textit {thermo\_ style custom } determines
652- \emph {which } output LAMMPS should print. This selection prints the the
652+ \emph {which } output LAMMPS should print. This selection prints the
653653step number (\textit {step }), the total energy (\textit {etotal }), and the
654654pressure (\textit {press }). The \textit {run 0 } command will tell LAMMPS
655655just to a force and energy initialization.
656656
657657You can now run LAMMPS. It should finish quickly and with the default
658- settings LAMMPS--GUI will open two new windows, one with the console
658+ settings, LAMMPS--GUI will open two new windows, one with the console
659659output and one with a chart. The output window will show some info
660- printed by the various command in the input as they are executed and
660+ printed by the various commands in the input as they are executed and
661661the total energy and pressure at step 0, the requested thermodynamic
662662data. Since we have not done any real simulation steps, the charts
663663are empty.
@@ -707,15 +707,15 @@ \subsubsection{My first input}
707707positions according to a selected algorithm so that the potential energy
708708will decrease. By default, LAMMPS uses the conjugate gradient (CG)
709709algorithm \cite {hestenes1952methods }. The simulation will stop as soon
710- at the minimizer algorithm cannot find a way to to lower the potential
710+ as the minimizer algorithm cannot find a way to lower the potential
711711energy. Except for trivial systems, minimization algorithms will find
712712the `` next'' minimum, which may not be the global minimum.
713713
714714Run the minimization and observe that LAMMPS-GUI will capture the output
715- and update the chart in realtime . This run executes fast (depending on
716- the capability of your computer, of course), and thus may fail to
715+ and update the chart in real-time . This run executes quickly (depending on
716+ your computer's capability) and may fail to
717717capture some of the thermodynamic data (see figure \ref {fig:chart-log }).
718- In that case, you can use the \textit {Preferences } dialog to reduce the
718+ In that case, use the \textit {Preferences } dialog to reduce the
719719GUI update interval and switch to single threaded, unaccelerated
720720execution in the Accelerators tab. You can repeat the run. A new run
721721will always `` forget'' the current system and start over from the top.
@@ -905,9 +905,9 @@ \subsubsection{Improving the script}
905905\textit {initial.lmp } file \emph {without } the \textit {create\_ atoms }
906906commands in the \textit {System definition } part.
907907
908- We want to create the the atoms of types 1 and 2 in two separate
908+ We want to create the atoms of types 1 and 2 in two separate
909909regions. Thus we need to add two \textit {region } commands and then
910- re-add \textit {create\_ atoms } commands, but using the new regions
910+ re-add the \textit {create\_ atoms } commands, but using the new regions
911911instead of the simulation box region for placing the created atoms:
912912{\normalsize
913913\begin {verbatim }
@@ -926,7 +926,7 @@ \subsubsection{Improving the script}
926926}
927927The \textit {side in } and \textit {side out } keywords are used to define
928928regions that represent the inside and outside of the cylinder of radius
929- 10. Then append a sixth section \textit {Save system } at the end of the
929+ 10. Then, append a sixth section \textit {Save system } at the end of the
930930file with the following content.:
931931{\normalsize
932932\begin {verbatim }
@@ -937,7 +937,7 @@ \subsubsection{Improving the script}
937937
938938The significant improvement input is the addition of the
939939\textit {write\_ data } command. This command is used to write the state
940- of the system a text format file called \textit {improved.min.data }.
940+ of the system to a text format file called \textit {improved.min.data }.
941941Note that the \textit {write\_ data } command is placed \emph {after } the
942942\textit {minimize } command. This \textit {.data } file will be used later
943943to restart the simulation from the final state of the energy
0 commit comments