Skip to content

Commit 80fd7f3

Browse files
committed
deploy: 21b4d2e
1 parent 15be6f6 commit 80fd7f3

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed
0 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.
-6 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Let us also extract the volume and density, among others, every 500 steps:
185185
.. code-block:: lammps
186186
187187
thermo 500
188-
thermo_style custom step temp etotal volume density
188+
thermo_style custom step temp etotal vol density
189189
190190
With the real units system, the volume is in :math:`Å^3`, and
191191
the density is in :math:`\text{g/cm}^3`.

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/tutorial3/polymer-in-water.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ <h2>Preparing the water reservoir<a class="headerlink" href="#preparing-the-wate
468468
</div>
469469
<p>Let us also extract the volume and density, among others, every 500 steps:</p>
470470
<div class="highlight-lammps notranslate"><div class="highlight"><pre><span></span><span class="k">thermo</span><span class="w"> </span><span class="m">500</span>
471-
<span class="k">thermo_style</span><span class="w"> </span><span class="n">custom</span><span class="w"> </span><span class="n">step</span><span class="w"> </span><span class="n">temp</span><span class="w"> </span><span class="n">etotal</span><span class="w"> </span><span class="n">volume</span><span class="w"> </span><span class="n">density</span>
471+
<span class="k">thermo_style</span><span class="w"> </span><span class="n">custom</span><span class="w"> </span><span class="n">step</span><span class="w"> </span><span class="n">temp</span><span class="w"> </span><span class="n">etotal</span><span class="w"> </span><span class="n">vol</span><span class="w"> </span><span class="n">density</span>
472472
</pre></div>
473473
</div>
474474
<p>With the real units system, the volume is in <span class="math notranslate nohighlight">\(Å^3\)</span>, and

sphinx/build/html/tutorial3/tutorial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ <h1>Preparing the water reservoir<a class="headerlink" href="#preparing-the-wate
420420
</div>
421421
<p>Let us also extract the volume and density, among others, every 500 steps:</p>
422422
<div class="highlight-lammps notranslate"><div class="highlight"><pre><span></span><span class="k">thermo</span><span class="w"> </span><span class="m">500</span>
423-
<span class="k">thermo_style</span><span class="w"> </span><span class="n">custom</span><span class="w"> </span><span class="n">step</span><span class="w"> </span><span class="n">temp</span><span class="w"> </span><span class="n">etotal</span><span class="w"> </span><span class="n">volume</span><span class="w"> </span><span class="n">density</span>
423+
<span class="k">thermo_style</span><span class="w"> </span><span class="n">custom</span><span class="w"> </span><span class="n">step</span><span class="w"> </span><span class="n">temp</span><span class="w"> </span><span class="n">etotal</span><span class="w"> </span><span class="n">vol</span><span class="w"> </span><span class="n">density</span>
424424
</pre></div>
425425
</div>
426426
<p>With the real units system, the volume is in <span class="math notranslate nohighlight">\(Å^3\)</span>, and

sphinx/source/tutorial3/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Let us also extract the volume and density, among others, every 500 steps:
185185
.. code-block:: lammps
186186
187187
thermo 500
188-
thermo_style custom step temp etotal volume density
188+
thermo_style custom step temp etotal vol density
189189
190190
With the real units system, the volume is in :math:`Å^3`, and
191191
the density is in :math:`\text{g/cm}^3`.

0 commit comments

Comments
 (0)