Skip to content

Commit 9336834

Browse files
committed
added figures
1 parent 58e2b57 commit 9336834

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2979
-3
lines changed

docs/sphinx/source/tutorial1/figures/improved.md.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
{
3232
"cell_type": "code",
33-
"execution_count": 3,
33+
"execution_count": null,
3434
"id": "a28c02aa",
3535
"metadata": {},
3636
"outputs": [],
@@ -39,10 +39,10 @@
3939
"git_repo = git.Repo(current_path, search_parent_directories=True)\n",
4040
"git_path = git_repo.git.rev_parse(\"--show-toplevel\")\n",
4141
"path_in_folder = current_path[len(git_path)+1:]\n",
42-
"sys.path.append(git_path + \"/dependencies/pyplot-perso\")\n",
42+
"sys.path.append(git_path + \"/.dependencies/pyplot-perso\")\n",
4343
"from plttools import PltTools\n",
4444
"path_figures = current_path # git_path + \"/figures/\"\n",
45-
"path_data = git_path + \"/dependencies/lammpstutorials-inputs/\"+path_in_folder.split('/')[-2]+\"/\""
45+
"path_data = git_path + \"/.dependencies/lammpstutorials-inputs/\"+path_in_folder.split('/')[-2]+\"/\""
4646
]
4747
},
4848
{

docs/sphinx/source/tutorial2/figures/breakable.ipynb

+209
Large diffs are not rendered by default.

docs/sphinx/source/tutorial2/figures/unbreakable.ipynb

+259
Large diffs are not rendered by default.

docs/sphinx/source/tutorial3/figures/pull.ipynb

+214
Large diffs are not rendered by default.

docs/sphinx/source/tutorial3/figures/water.ipynb

+171
Large diffs are not rendered by default.

docs/sphinx/source/tutorial4/figures/equilibrate.ipynb

+190
Large diffs are not rendered by default.

docs/sphinx/source/tutorial4/figures/shearing.ipynb

+215
Large diffs are not rendered by default.

docs/sphinx/source/tutorial5/figures/deform.ipynb

+261
Large diffs are not rendered by default.

docs/sphinx/source/tutorial5/figures/relax.ipynb

+164
Large diffs are not rendered by default.

docs/sphinx/source/tutorial6/figures/gcmc.ipynb

+154
Large diffs are not rendered by default.

docs/sphinx/source/tutorial6/figures/generate.ipynb

+180
Large diffs are not rendered by default.

docs/sphinx/source/tutorial7/figures/free-sampling.ipynb

+339
Large diffs are not rendered by default.

docs/sphinx/source/tutorial7/figures/umbrella-sampling.ipynb

+259
Large diffs are not rendered by default.

docs/sphinx/source/tutorial8/figures/mixing.ipynb

+199
Large diffs are not rendered by default.

docs/sphinx/source/tutorial8/figures/polymerize.ipynb

+162
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)