Skip to content

Commit 09a4cc6

Browse files
committed
continue fixing figures
1 parent 3f776e2 commit 09a4cc6

32 files changed

+209
-154
lines changed

docs/sphinx/source/tutorials/figures/level3/free-energy-calculation/density_evolution-pyplot.ipynb

+39-35
Large diffs are not rendered by default.
Loading
Loading

docs/sphinx/source/tutorials/figures/level3/free-energy-calculation/density_profile-pyplot.ipynb

+35-34
Large diffs are not rendered by default.
Loading
Loading
Loading

docs/sphinx/source/tutorials/figures/level3/free-energy-calculation/freeenergy-pyplot.ipynb

+47-40
Large diffs are not rendered by default.
Loading

docs/sphinx/source/tutorials/figures/level3/free-energy-calculation/overlap-pyplot.ipynb

+8-9
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 2,
5+
"execution_count": 1,
66
"id": "9e485e34",
77
"metadata": {},
88
"outputs": [],
99
"source": [
1010
"import numpy as np\n",
11-
"import sys, os, git\n",
12-
"from matplotlib import pyplot as plt"
11+
"import sys, os, git, lammps_logfile\n",
12+
"import warnings\n",
13+
"warnings.filterwarnings(\"ignore\")"
1314
]
1415
},
1516
{
1617
"cell_type": "code",
17-
"execution_count": 3,
18+
"execution_count": 2,
1819
"id": "b599c9db",
1920
"metadata": {},
2021
"outputs": [
@@ -35,10 +36,8 @@
3536
"level = path_in_folder.split(\"/\")[-2]\n",
3637
"tutorial_name = path_in_folder.split(\"/\")[-1]\n",
3738
"print(\"level:\" , level, \"& tutorial name:\", tutorial_name)\n",
38-
"sys.path.append(git_path + \"/docs/sphinx/source/tutorials/figures/pyplot-perso/\")\n",
39-
"from functions import complete_panel, save_figure, set_boundaries, \\\n",
40-
" add_subplotlabels, set_boundaries\n",
41-
"from color_series1 import colors\n",
39+
"sys.path.append(git_path + \"/docs/sphinx/source/tutorials/figures/pyplot-perso\")\n",
40+
"from plttools import PltTools\n",
4241
"path_figures = current_path[len(git_path):] + '/'\n",
4342
"data_path = git_path + \"/docs/lammpstutorials-inputs/\" + level + \"/\" + tutorial_name + \"/BiasedSampling/\"\n",
4443
"print(\"data path: \", data_path)"
@@ -178,7 +177,7 @@
178177
"name": "python",
179178
"nbconvert_exporter": "python",
180179
"pygments_lexer": "ipython3",
181-
"version": "3.11.4"
180+
"version": "3.12.3"
182181
},
183182
"vscode": {
184183
"interpreter": {
Loading
Loading

docs/sphinx/source/tutorials/figures/level3/free-energy-calculation/potential-pyplot.ipynb

+72-28
Large diffs are not rendered by default.
Loading

docs/sphinx/source/tutorials/level3/free-energy-calculation.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ System creation and settings
180180
The potential and force along the :math:`x`
181181
axis resembles:
182182

183-
.. figure:: ../figures/level3/free-energy-calculation/potential-light.png
183+
.. figure:: ../figures/level3/free-energy-calculation/potential.png
184184
:alt: Imposed potential
185185
:class: only-light
186186

187-
.. figure:: ../figures/level3/free-energy-calculation/potential-dark.png
187+
.. figure:: ../figures/level3/free-energy-calculation/potential-dm.png
188188
:alt: Averaged density profile
189189
:class: only-dark
190190

@@ -295,11 +295,11 @@ Data analysis
295295
First, let us ensure that the initial equilibration of :math:`1\,\text{ns}`
296296
is long enough by examining the *density_evolution.dat* file.
297297

298-
.. figure:: ../figures/level3/free-energy-calculation/density_evolution-light.png
298+
.. figure:: ../figures/level3/free-energy-calculation/density_evolution.png
299299
:alt: Number of particles in the central region as a function of time
300300
:class: only-light
301301

302-
.. figure:: ../figures/level3/free-energy-calculation/density_evolution-dark.png
302+
.. figure:: ../figures/level3/free-energy-calculation/density_evolution-dm.png
303303
:alt: Number of particles in the central region as a function of time
304304
:class: only-dark
305305

@@ -319,11 +319,11 @@ Data analysis
319319
center of the box is about two orders of magnitude lower than inside
320320
the reservoir.
321321

322-
.. figure:: ../figures/level3/free-energy-calculation/density_profile-light.png
322+
.. figure:: ../figures/level3/free-energy-calculation/density_profile.png
323323
:alt: Averaged density profile
324324
:class: only-light
325325

326-
.. figure:: ../figures/level3/free-energy-calculation/density_profile-dark.png
326+
.. figure:: ../figures/level3/free-energy-calculation/density_profile-dm.png
327327
:alt: Averaged density profile
328328
:class: only-dark
329329

@@ -624,11 +624,11 @@ WHAM algorithm
624624
Again, one can compare the result of the PMF with the imposed potential :math:`U`,
625625
which shows that the agreement is excellent.
626626

627-
.. figure:: ../figures/level3/free-energy-calculation/freeenergy-light.png
627+
.. figure:: ../figures/level3/free-energy-calculation/freeenergy.png
628628
:alt: Result of the umbrella sampling
629629
:class: only-light
630630

631-
.. figure:: ../figures/level3/free-energy-calculation/freeenergy-dark.png
631+
.. figure:: ../figures/level3/free-energy-calculation/freeenergy-dm.png
632632
:alt: Result of the umbrella sampling
633633
:class: only-dark
634634

0 commit comments

Comments
 (0)