@@ -596,25 +596,26 @@ \subsubsection{My first input}
596596
597597The third line, \lmpcmd {create\_ atoms (\dots )}, generates 1500 atoms of
598598type 1 at random positions within the \lmpcmd {simbox} region.
599- {\color {blue}Each created atom in LAMMPS is automatically assigned a
600- unique atom ID, which serves as a numerical identifier to distinguish
601- individual atoms throughout the simulation. Atom IDs by default have
602- the range from 1 to the total number of atoms, but this is not
603- enforced. Deleting atoms, for example, causes `` holes'' in the list
604- of atom IDs.} The integer 34134 is a seed for the internal random
599+ The integer 34134 is a seed for the internal random
605600number generator, which can be changed to produce different sequences of
606601random numbers and, consequently, different initial atom positions. The
607602fourth line adds 100 atoms of type 2. Both \lmpcmd {create\_ atoms}
608603commands use the optional argument \lmpcmd {overlap 0.3}, which enforces
609604a minimum distance of 0.3 {\color {blue}length} units between the
610605randomly placed atoms. This constraint helps avoid `` close contacts''
611606between atoms, which can lead to excessively large forces and simulation
612- instability.
607+ instability. {\color {blue}Each created atom in LAMMPS is automatically assigned a
608+ unique atom ID, which serves as a numerical identifier to distinguish
609+ individual atoms throughout the simulation. Atom IDs by default have
610+ the range from 1 to the total number of atoms, but this is not
611+ enforced. Deleting atoms, for example, causes `` holes'' in the list
612+ of atom IDs.}
613613
614614\begin {note }
615615 \textcolor {blue}{Another way to define a system in LAMMPS, besides the
616616 \lmpcmd {create\_ atoms} commands, is to import an existing topology
617- with coordinates and other system, force field, and atom properties
617+ file containing atomic coordinates as well as, optionally, other
618+ attributes such as atomic velocities and the force field parameters
618619 using the \lmpcmd {read\_ data} command, as shown in
619620 \hyperref [carbon-nanotube-label]{Tutorial 2}.}
620621\end {note }
@@ -676,8 +677,7 @@ \subsubsection{My first input}
676677\label {fig:LJ }
677678\end {figure }
678679
679- The system is now fully parameterized, and the input is ready to compute
680- forces. Let us complete the two remaining categories,
680+ The system is now fully parameterized. Let us complete the two remaining categories,
681681\lmpcmd {Monitoring} and \lmpcmd {Run}, by adding the following lines
682682to \flecmd {initial.lmp}:
683683\ begin{lstlisting}
0 commit comments