Skip to content

Commit f0d3faf

Browse files
committed
Fix universal_qe_to_aiida.ipynb
1 parent 701efb7 commit f0d3faf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

universal_qe_to_aiida.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
},
2525
{
2626
"cell_type": "code",
27-
"execution_count": 9,
27+
"execution_count": null,
2828
"metadata": {},
2929
"outputs": [],
3030
"source": [
31-
"workgraph = load_workflow_json(file_name='workflow_qe.json')"
31+
"wg = load_workflow_json(file_name='workflow_qe.json')"
3232
]
3333
},
3434
{
3535
"cell_type": "code",
36-
"execution_count": 10,
36+
"execution_count": null,
3737
"metadata": {},
3838
"outputs": [
3939
{
@@ -53,12 +53,12 @@
5353
}
5454
],
5555
"source": [
56-
"workgraph"
56+
"wg"
5757
]
5858
},
5959
{
6060
"cell_type": "code",
61-
"execution_count": 11,
61+
"execution_count": null,
6262
"metadata": {},
6363
"outputs": [
6464
{
@@ -621,7 +621,7 @@
621621
}
622622
],
623623
"source": [
624-
"workgraph.run()\n"
624+
"wg.run()\n"
625625
]
626626
},
627627
{

0 commit comments

Comments
 (0)