Skip to content

Commit 75149f5

Browse files
committed
deploy: 9a9b0fa
1 parent 8948ce4 commit 75149f5

File tree

14 files changed

+31
-11
lines changed

14 files changed

+31
-11
lines changed
0 Bytes
Binary file not shown.
114 Bytes
Binary file not shown.
114 Bytes
Binary file not shown.
676 Bytes
Binary file not shown.
664 Bytes
Binary file not shown.

sphinx/build/html/_sources/tutorial1/tutorial.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@ the following:
450450
view 80 10 box yes 0.025 axes no 0.0 0.0 center s 0.483725 0.510373 0.510373
451451
dump_modify viz pad 9 boxcolor royalblue backcolor white adiam 1 1.6 adiam 2 4.8
452452
453-
This command tells LAMMPS to generate NetPBM format images every 100
453+
The $\&$ is used to continue the command on a new line.
454+
These commands tell LAMMPS to generate NetPBM format images every 100
454455
steps. The two ``type`` keywords are for *color* and
455456
*diameter*, respectively. Run the **initial.lmp** using
456457
LAMMPS again, and a new window named ``Slide Show`` will pop up.

sphinx/build/html/_sources/tutorial3/tutorial.rst.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ lines into **water.lmp**:
8686
molecule h2omol water.mol
8787
create_atoms 0 random 700 87910 NULL mol h2omol 454756 overlap 1.0 maxtry 50
8888
89+
The first parameter is 0, meaning that the atom IDs from
90+
the **water.mol** file will be used.
8991
The ``overlap 1.0`` option of the ``create_atoms`` command ensures
9092
that no atoms are placed exactly in the same position, as this would cause the
9193
simulation to crash. The ``maxtry 50`` asks LAMMPS to try at most 50 times
@@ -139,7 +141,9 @@ Resetting the step of the simulation to 0 using the
139141
``reset_timestep`` command is optional.
140142
It is used here because the number of iterations performed by the ``minimize``
141143
command is usually not a round number, since the minimization stops when one of
142-
four criteria is reached. We will use ``fix npt`` to control the temperature
144+
four criteria is reached, which can disrupt the intended frequency
145+
of outputs such as ``dump`` commands that depend on the timestep count.
146+
We will use ``fix npt`` to control the temperature
143147
and pressure of the molecules with a Nosé-Hoover thermostat and barostat,
144148
respectively :cite:`nose1984unified, hoover1985canonical, martyna1994constant`.
145149
Add the following line into **water.lmp**:

sphinx/build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sphinx/build/html/tutorial1/lennard-jones-fluid.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,8 @@ <h3>Trajectory visualization<a class="headerlink" href="#trajectory-visualizatio
692692
<span class="k">dump_modify </span><span class="nv nv-Identifier">viz</span><span class="w"> </span><span class="n">pad</span><span class="w"> </span><span class="m">9</span><span class="w"> </span><span class="n">boxcolor</span><span class="w"> </span><span class="n">royalblue</span><span class="w"> </span><span class="n">backcolor</span><span class="w"> </span><span class="n">white</span><span class="w"> </span><span class="n">adiam</span><span class="w"> </span><span class="m">1</span><span class="w"> </span><span class="m">1.6</span><span class="w"> </span><span class="n">adiam</span><span class="w"> </span><span class="m">2</span><span class="w"> </span><span class="m">4.8</span>
693693
</pre></div>
694694
</div>
695-
<p>This command tells LAMMPS to generate NetPBM format images every 100
695+
<p>The $&amp;$ is used to continue the command on a new line.
696+
These commands tell LAMMPS to generate NetPBM format images every 100
696697
steps. The two <code class="docutils literal notranslate"><span class="pre">type</span></code> keywords are for <em>color</em> and
697698
<em>diameter</em>, respectively. Run the <strong>initial.lmp</strong> using
698699
LAMMPS again, and a new window named <code class="docutils literal notranslate"><span class="pre">Slide</span> <span class="pre">Show</span></code> will pop up.

sphinx/build/html/tutorial1/tutorial.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,8 @@ <h2>Trajectory visualization<a class="headerlink" href="#trajectory-visualizatio
662662
<span class="k">dump_modify </span><span class="nv nv-Identifier">viz</span><span class="w"> </span><span class="n">pad</span><span class="w"> </span><span class="m">9</span><span class="w"> </span><span class="n">boxcolor</span><span class="w"> </span><span class="n">royalblue</span><span class="w"> </span><span class="n">backcolor</span><span class="w"> </span><span class="n">white</span><span class="w"> </span><span class="n">adiam</span><span class="w"> </span><span class="m">1</span><span class="w"> </span><span class="m">1.6</span><span class="w"> </span><span class="n">adiam</span><span class="w"> </span><span class="m">2</span><span class="w"> </span><span class="m">4.8</span>
663663
</pre></div>
664664
</div>
665-
<p>This command tells LAMMPS to generate NetPBM format images every 100
665+
<p>The $&amp;$ is used to continue the command on a new line.
666+
These commands tell LAMMPS to generate NetPBM format images every 100
666667
steps. The two <code class="docutils literal notranslate"><span class="pre">type</span></code> keywords are for <em>color</em> and
667668
<em>diameter</em>, respectively. Run the <strong>initial.lmp</strong> using
668669
LAMMPS again, and a new window named <code class="docutils literal notranslate"><span class="pre">Slide</span> <span class="pre">Show</span></code> will pop up.

0 commit comments

Comments
 (0)