@@ -791,7 +791,7 @@ \subsubsection{My first input}
791791\ begin{lstlisting}
792792# 5) Run
793793fix mynve all nve
794- fix mylgv all langevin 1.0 1.0 0.1 1530917
794+ fix mylgv all langevin 1.0 1.0 0.1 10917
795795timestep 0.005
796796run 15000
797797\end {lstlisting }
@@ -806,7 +806,7 @@ \subsubsection{My first input}
806806of randomly added velocities). Since a constant friction term removes
807807more kinetic energy from fast atoms and less from slow atoms, the system
808808will eventually reach a dynamic equilibrium where the kinetic energy
809- removed and added are about the same. The number 1530917 is a
809+ removed and added are about the same. The number 10917 is a
810810seed used to initialize the random number generator used inside of
811811\lmpcmd {fix langevin}; you can change it to perform statistically
812812independent simulations. In the presence of a thermostat, the MD simulation
@@ -868,7 +868,7 @@ \subsubsection{My first input}
868868image files.
869869
870870The rendering of the system can be further adjusted using the many
871- options of the \lmpcmd {dump image} command. Fir instance, the value for the
871+ options of the \lmpcmd {dump image} command. For instance, the value for the
872872\lmpcmd {shiny} keyword is used to adjust the shininess of the atoms, the
873873\lmpcmd {box} keyword adds or removes a representation of the box, and
874874the \lmpcmd {view} and \lmpcmd {zoom} keywords adjust the camera (and so
@@ -1115,7 +1115,7 @@ \subsubsection{Improving the script}
11151115# 5) Run
11161116velocity all create 1.0 49284 mom yes dist gaussian
11171117fix mynve all nve
1118- fix mylgv all langevin 1.0 1.0 0.1 1530917 zero yes
1118+ fix mylgv all langevin 1.0 1.0 0.1 10917 zero yes
11191119timestep 0.005
11201120run 300000
11211121\end {lstlisting }
0 commit comments