Skip to content

Commit 8c7dfb2

Browse files
committed
ADD COMMENTS
1 parent 01ce875 commit 8c7dfb2

File tree

1 file changed

+43
-11
lines changed

1 file changed

+43
-11
lines changed

tutorials/grueneisen_workflow.ipynb

+43-11
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "0",
6+
"metadata": {},
7+
"source": [
8+
"This part is needed for the execution in the notebook.\n"
9+
]
10+
},
311
{
412
"cell_type": "code",
513
"execution_count": null,
6-
"id": "0",
14+
"id": "1",
715
"metadata": {},
816
"outputs": [],
917
"source": [
@@ -22,10 +30,18 @@
2230
"}"
2331
]
2432
},
33+
{
34+
"cell_type": "markdown",
35+
"id": "2",
36+
"metadata": {},
37+
"source": [
38+
"Let's load all required Makers."
39+
]
40+
},
2541
{
2642
"cell_type": "code",
2743
"execution_count": null,
28-
"id": "1",
44+
"id": "3",
2945
"metadata": {},
3046
"outputs": [],
3147
"source": [
@@ -38,7 +54,7 @@
3854
{
3955
"cell_type": "code",
4056
"execution_count": null,
41-
"id": "2",
57+
"id": "4",
4258
"metadata": {},
4359
"outputs": [],
4460
"source": [
@@ -58,7 +74,7 @@
5874
{
5975
"cell_type": "code",
6076
"execution_count": null,
61-
"id": "3",
77+
"id": "5",
6278
"metadata": {},
6379
"outputs": [],
6480
"source": [
@@ -96,7 +112,7 @@
96112
{
97113
"cell_type": "code",
98114
"execution_count": null,
99-
"id": "4",
115+
"id": "6",
100116
"metadata": {},
101117
"outputs": [],
102118
"source": [
@@ -132,7 +148,7 @@
132148
},
133149
{
134150
"cell_type": "markdown",
135-
"id": "5",
151+
"id": "7",
136152
"metadata": {},
137153
"source": [
138154
"Then one can use the `GruneisenMaker` to generate a `Flow`."
@@ -141,7 +157,7 @@
141157
{
142158
"cell_type": "code",
143159
"execution_count": null,
144-
"id": "6",
160+
"id": "8",
145161
"metadata": {},
146162
"outputs": [],
147163
"source": [
@@ -166,17 +182,25 @@
166182
{
167183
"cell_type": "code",
168184
"execution_count": null,
169-
"id": "7",
185+
"id": "9",
170186
"metadata": {},
171187
"outputs": [],
172188
"source": [
173189
"flow.draw_graph().show()"
174190
]
175191
},
192+
{
193+
"cell_type": "markdown",
194+
"id": "10",
195+
"metadata": {},
196+
"source": [
197+
"We can then run the code with \"mock_vasp\"."
198+
]
199+
},
176200
{
177201
"cell_type": "code",
178202
"execution_count": null,
179-
"id": "8",
203+
"id": "11",
180204
"metadata": {
181205
"jupyter": {
182206
"is_executing": true
@@ -194,10 +218,18 @@
194218
" )"
195219
]
196220
},
221+
{
222+
"cell_type": "markdown",
223+
"id": "12",
224+
"metadata": {},
225+
"source": [
226+
"Let's then analyze outputs from the workflow."
227+
]
228+
},
197229
{
198230
"cell_type": "code",
199231
"execution_count": null,
200-
"id": "9",
232+
"id": "13",
201233
"metadata": {},
202234
"outputs": [],
203235
"source": [
@@ -217,7 +249,7 @@
217249
{
218250
"cell_type": "code",
219251
"execution_count": null,
220-
"id": "10",
252+
"id": "14",
221253
"metadata": {},
222254
"outputs": [],
223255
"source": [

0 commit comments

Comments
 (0)