Skip to content

Commit 713e4de

Browse files
committed
homogeneized LAMMPS--GUI (double dash)
1 parent da870d8 commit 713e4de

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

lammps-tutorials.tex

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,11 @@ \section{Content and links}
422422
dedicated GitHub account,
423423
\href{https://github.com/lammpstutorials}{github.com/lammpstutorials}.
424424
Additionally, these files can be downloaded by clicking \guicmd{Start LAMMPS Tutorial X}
425-
(where \texttt{X} = 1...8) from the \guicmd{Tutorials} menu of LAMMPS-GUI.
425+
(where \texttt{X} = 1...8) from the \guicmd{Tutorials} menu of LAMMPS--GUI.
426426

427427
In the following, all LAMMPS input or console commands are formatted
428428
with a \lmpcmd{colored background}. Keyboard shortcuts and
429-
file names are formatted in \flecmd{monospace}, and LAMMPS-GUI options and menus
429+
file names are formatted in \flecmd{monospace}, and LAMMPS--GUI options and menus
430430
are in \guicmd{quoted monospace}.
431431
% S.G.: I removed "folder names" because all folders will eventually be removed (TO CONTROL BEFORE SUBMITTING)
432432
% S.G.: I removed "Section titles" as well because it seems to be using a different style
@@ -528,15 +528,15 @@ \subsubsection{My first input}
528528
\begin{figure}
529529
\centering
530530
\includegraphics[width=\linewidth]{GUI-1.png}
531-
\caption{A screenshot of the LAMMPS-GUI \guicmd{Editor} window during
531+
\caption{A screenshot of the LAMMPS--GUI \guicmd{Editor} window during
532532
\hyperref[lennard-jones-label]{Tutorial 1}. The coloring of the text
533533
is based on the syntax for LAMMPS input files. The pop-up menu is the
534534
context menu for right-clicking on the \lmpcmd{atom\_style} line.}
535535
\label{fig:GUI-1}
536536
\end{figure}
537537

538538
Each LAMMPS command is associated with extensive online documentation
539-
detailing the different options for that command. From the LAMMPS-GUI
539+
detailing the different options for that command. From the LAMMPS--GUI
540540
editor buffer, the documentation can be accessed by
541541
right-clicking the line with a command, such as \lmpcmd{units lj}, and
542542
selecting \guicmd{View documentation for (\dots)}\,. LAMMPS--GUI will
@@ -694,7 +694,7 @@ \subsubsection{My first input}
694694
energy. Except for trivial systems, minimization algorithms will find a
695695
local minimum rather than the global minimum.
696696

697-
Run the minimization and observe that LAMMPS-GUI will capture the output
697+
Run the minimization and observe that LAMMPS--GUI will capture the output
698698
and update the chart in real time. This run executes quickly (depending
699699
on your computer's capabilities) and LAMMPS--GUI may fail to capture some
700700
of the thermodynamic data (see figure \ref{fig:chart-log}). In that
@@ -707,7 +707,7 @@ \subsubsection{My first input}
707707
\centering
708708
\includegraphics[width=0.49\linewidth]{chart-1}
709709
\includegraphics[width=0.497\linewidth]{output-1}
710-
\caption{\guicmd{Charts} (left) and \guicmd{Output} (right) windows of LAMMPS-GUI
710+
\caption{\guicmd{Charts} (left) and \guicmd{Output} (right) windows of LAMMPS--GUI
711711
after performing the minimization simulation of \hyperref[lennard-jones-label]{Tutorial 1}.}
712712
\label{fig:chart-log}
713713
\end{figure}
@@ -1129,7 +1129,7 @@ \subsubsection{Improving the script}
11291129
of atoms in each region as a function of time
11301130
(Fig.\,\ref{fig:mixing}\,a). To view their evolution, select the entries
11311131
\guicmd{v\_n1\_in} or \guicmd{v\_n2\_in} in the \guicmd{Select data} drop-down
1132-
menu in the \guicmd{Charts} window of LAMMPS-GUI.
1132+
menu in the \guicmd{Charts} window of LAMMPS--GUI.
11331133

11341134
In addition, as the mixing progresses, the average coordination number
11351135
between atoms of types 1 and 2 increases from about $0.01$ to $0.04$
@@ -1883,7 +1883,7 @@ \subsubsection{Preparing the water reservoir}
18831883
complete state of the simulation, including atomic positions, velocities, and
18841884
box dimensions (similar to \lmpcmdnote{write\_data}), but also the groups,
18851885
the compute, or the \lmpcmdnote{atom\_style}. Use the \guicmd{Inspect Restart}
1886-
option of the LAMMPS-GUI to vizualize the content saved in \flecmd{water.restart}.
1886+
option of the LAMMPS--GUI to vizualize the content saved in \flecmd{water.restart}.
18871887
\end{note}
18881888

18891889
\begin{figure}
@@ -4288,7 +4288,7 @@ \subsubsection{Installing Linux .flatpak variant}
42884288
menu under ``Science''. Additionally, the ``.lmp'' file extension will be
42894289
registered to launch LAMMPS--GUI when opening a file with this
42904290
extension in the desktop's file manager. You can then
4291-
launch LAMMPS-GUI from the command line using the following command:
4291+
launch LAMMPS--GUI from the command line using the following command:
42924292
\begin{lstlisting}
42934293
flatpak run org.lammps.lammps-gui
42944294
\end{lstlisting}
@@ -4393,7 +4393,7 @@ \subsection{Running LAMMPS}
43934393
% mention no log file -> Output window -> Save to file
43944394
% SG: the "no log file" is already specified in the "The Output Window" subsection, so may be unecessary?
43954395

4396-
From within the LAMMPS-GUI main window, LAMMPS can be started either from
4396+
From within the LAMMPS--GUI main window, LAMMPS can be started either from
43974397
the \guicmd{Run} menu by selecting the \guicmd{Run LAMMPS from Editor Buffer} entry,
43984398
using the keyboard shortcut Ctrl-Enter (Command-Enter on macOS), or by clicking the
43994399
green \guicmd{Run} button in the status bar. While LAMMPS is running, a message on

0 commit comments

Comments
 (0)