We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701efb7 commit f0d3fafCopy full SHA for f0d3faf
universal_qe_to_aiida.ipynb
@@ -24,16 +24,16 @@
24
},
25
{
26
"cell_type": "code",
27
- "execution_count": 9,
+ "execution_count": null,
28
"metadata": {},
29
"outputs": [],
30
"source": [
31
- "workgraph = load_workflow_json(file_name='workflow_qe.json')"
+ "wg = load_workflow_json(file_name='workflow_qe.json')"
32
]
33
34
35
36
- "execution_count": 10,
37
38
"outputs": [
39
@@ -53,12 +53,12 @@
53
}
54
],
55
56
- "workgraph"
+ "wg"
57
58
59
60
61
- "execution_count": 11,
62
63
64
@@ -621,7 +621,7 @@
621
622
623
624
- "workgraph.run()\n"
+ "wg.run()\n"
625
626
627
0 commit comments