Skip to content

Commit 0bf508b

Browse files
committed
tiny changes
1 parent 713e4de commit 0bf508b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lammps-tutorials.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -793,8 +793,7 @@ \subsubsection{My first input}
793793
timestep 0.005
794794
run 10000
795795
\end{lstlisting}
796-
797-
The new command adds a ``Langevin thermostat'' to the atoms in the group
796+
The new command adds a Langevin thermostat to the atoms in the group
798797
\lmpcmd{all}, with a desired target temperature of 1.0 temperature units
799798
throughout the run (the two numbers stand for the target at the beginning
800799
and at the end of the run, which allows for a temperature ramp if
@@ -1482,7 +1481,7 @@ \subsubsection{Unbreakable bonds}
14821481
Python (see below).
14831482

14841483
Let us impose a constant velocity deformation on the CNT
1485-
by combining the \textit{velocity set} command with previously defined
1484+
by combining the \lmpcmd{velocity set} command with previously defined
14861485
\lmpcmd{fix setforce}. Add the following lines in the \lmpcmd{unbreakable.lmp}
14871486
file, right after the last \lmpcmd{run 5000} command:
14881487
\begin{lstlisting}

0 commit comments

Comments
 (0)