File tree 1 file changed +43
-11
lines changed
1 file changed +43
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ },
3
11
{
4
12
"cell_type" : " code" ,
5
13
"execution_count" : null ,
6
- "id" : " 0 " ,
14
+ "id" : " 1 " ,
7
15
"metadata" : {},
8
16
"outputs" : [],
9
17
"source" : [
22
30
" }"
23
31
]
24
32
},
33
+ {
34
+ "cell_type" : " markdown" ,
35
+ "id" : " 2" ,
36
+ "metadata" : {},
37
+ "source" : [
38
+ " Let's load all required Makers."
39
+ ]
40
+ },
25
41
{
26
42
"cell_type" : " code" ,
27
43
"execution_count" : null ,
28
- "id" : " 1 " ,
44
+ "id" : " 3 " ,
29
45
"metadata" : {},
30
46
"outputs" : [],
31
47
"source" : [
38
54
{
39
55
"cell_type" : " code" ,
40
56
"execution_count" : null ,
41
- "id" : " 2 " ,
57
+ "id" : " 4 " ,
42
58
"metadata" : {},
43
59
"outputs" : [],
44
60
"source" : [
58
74
{
59
75
"cell_type" : " code" ,
60
76
"execution_count" : null ,
61
- "id" : " 3 " ,
77
+ "id" : " 5 " ,
62
78
"metadata" : {},
63
79
"outputs" : [],
64
80
"source" : [
96
112
{
97
113
"cell_type" : " code" ,
98
114
"execution_count" : null ,
99
- "id" : " 4 " ,
115
+ "id" : " 6 " ,
100
116
"metadata" : {},
101
117
"outputs" : [],
102
118
"source" : [
132
148
},
133
149
{
134
150
"cell_type" : " markdown" ,
135
- "id" : " 5 " ,
151
+ "id" : " 7 " ,
136
152
"metadata" : {},
137
153
"source" : [
138
154
" Then one can use the `GruneisenMaker` to generate a `Flow`."
141
157
{
142
158
"cell_type" : " code" ,
143
159
"execution_count" : null ,
144
- "id" : " 6 " ,
160
+ "id" : " 8 " ,
145
161
"metadata" : {},
146
162
"outputs" : [],
147
163
"source" : [
166
182
{
167
183
"cell_type" : " code" ,
168
184
"execution_count" : null ,
169
- "id" : " 7 " ,
185
+ "id" : " 9 " ,
170
186
"metadata" : {},
171
187
"outputs" : [],
172
188
"source" : [
173
189
" flow.draw_graph().show()"
174
190
]
175
191
},
192
+ {
193
+ "cell_type" : " markdown" ,
194
+ "id" : " 10" ,
195
+ "metadata" : {},
196
+ "source" : [
197
+ " We can then run the code with \" mock_vasp\" ."
198
+ ]
199
+ },
176
200
{
177
201
"cell_type" : " code" ,
178
202
"execution_count" : null ,
179
- "id" : " 8 " ,
203
+ "id" : " 11 " ,
180
204
"metadata" : {
181
205
"jupyter" : {
182
206
"is_executing" : true
194
218
" )"
195
219
]
196
220
},
221
+ {
222
+ "cell_type" : " markdown" ,
223
+ "id" : " 12" ,
224
+ "metadata" : {},
225
+ "source" : [
226
+ " Let's then analyze outputs from the workflow."
227
+ ]
228
+ },
197
229
{
198
230
"cell_type" : " code" ,
199
231
"execution_count" : null ,
200
- "id" : " 9 " ,
232
+ "id" : " 13 " ,
201
233
"metadata" : {},
202
234
"outputs" : [],
203
235
"source" : [
217
249
{
218
250
"cell_type" : " code" ,
219
251
"execution_count" : null ,
220
- "id" : " 10 " ,
252
+ "id" : " 14 " ,
221
253
"metadata" : {},
222
254
"outputs" : [],
223
255
"source" : [
You can’t perform that action at this time.
0 commit comments