Skip to content

Commit c9323d6

Browse files
committed
deploy: 7d5d8ce
1 parent e4b017b commit c9323d6

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed
-20 Bytes
Binary file not shown.
Binary file not shown.

sphinx/build/html/_sources/tutorials/level1/lennard-jones-fluid.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ Restarting from a saved configuration
982982
.. container:: justify
983983

984984
Run *input.md.lammps* using LAMMPS and visualize the trajectory
985-
using VMD:
985+
using VMD.
986986

987987
.. figure:: ../figures/level1/lennard-jones-fluid/mixing-vmd-light.png
988988
:alt: LAMMPS VMD tutorial molecular dynamics simulation
@@ -994,7 +994,7 @@ Restarting from a saved configuration
994994

995995
.. container:: figurelegend
996996

997-
Figure: Evolution of the atom populations during mixing.
997+
Figure: Evolution of the system during mixing.
998998

999999
.. container:: justify
10001000

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/tutorials/level1/lennard-jones-fluid.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ <h3>Restarting from a saved configuration<a class="headerlink" href="#restarting
11231123
</div>
11241124
<div class="justify docutils container">
11251125
<p>Run <em>input.md.lammps</em> using LAMMPS and visualize the trajectory
1126-
using VMD:</p>
1126+
using VMD.</p>
11271127
</div>
11281128
<figure class="align-default">
11291129
<img alt="LAMMPS VMD tutorial molecular dynamics simulation" class="only-light" src="../../_images/mixing-vmd-light.png" />
@@ -1132,7 +1132,7 @@ <h3>Restarting from a saved configuration<a class="headerlink" href="#restarting
11321132
<img alt="LAMMPS VMD tutorial molecular dynamics simulation" class="only-dark" src="../../_images/mixing-vmd-dark.png" />
11331133
</figure>
11341134
<div class="figurelegend docutils container">
1135-
<p>Figure: Evolution of the atom populations during mixing.</p>
1135+
<p>Figure: Evolution of the system during mixing.</p>
11361136
</div>
11371137
<div class="justify docutils container">
11381138
<p>After running <em>input.md.lammps</em> using LAMMPS, you can observe the number

sphinx/source/tutorials/figures/level1/lennard-jones-fluid/mixing-pyplot.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
},
109109
{
110110
"cell_type": "code",
111-
"execution_count": 19,
111+
"execution_count": 20,
112112
"metadata": {},
113113
"outputs": [
114114
{
@@ -126,7 +126,7 @@
126126
"filename = \"mixing-article\"\n",
127127
"mode = 'light'\n",
128128
"mygray = colors[\"mylightgray\"]\n",
129-
"fig = prepare_figure(mode, transparency = True, desired_figsize=(12,10))\n",
129+
"fig = prepare_figure(mode, transparency = False, desired_figsize=(12,10))\n",
130130
"ax, n, l_tot, c_tot = [], 0, 2, 1\n",
131131
"n += 1\n",
132132
"ax.append(plt.subplot(l_tot, c_tot, n))\n",

sphinx/source/tutorials/level1/lennard-jones-fluid.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ Restarting from a saved configuration
982982
.. container:: justify
983983

984984
Run *input.md.lammps* using LAMMPS and visualize the trajectory
985-
using VMD:
985+
using VMD.
986986

987987
.. figure:: ../figures/level1/lennard-jones-fluid/mixing-vmd-light.png
988988
:alt: LAMMPS VMD tutorial molecular dynamics simulation
@@ -994,7 +994,7 @@ Restarting from a saved configuration
994994

995995
.. container:: figurelegend
996996

997-
Figure: Evolution of the atom populations during mixing.
997+
Figure: Evolution of the system during mixing.
998998

999999
.. container:: justify
10001000

0 commit comments

Comments
 (0)