Skip to content

Commit 7c92f0a

Browse files
committed
bug fix
1 parent dde3ae0 commit 7c92f0a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

jobflow_to_pyiron_base_qe.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,12 @@
8484
{
8585
"id": "07598344-0f75-433b-8902-bea21a42088c",
8686
"cell_type": "code",
87-
"source": "calculate_qe = job(_calculate_qe, data=[\"energy\", \"volume\", \"structure\"])\ngenerate_structures = job(_generate_structures, data=[\"i\" for i in range(100)])\nplot_energy_volume_curve = job(_plot_energy_volume_curve)\nget_bulk_structure = job(_get_bulk_structure)",
87+
"source": [
88+
"calculate_qe = job(_calculate_qe, data=[\"energy\", \"volume\", \"structure\"])\n",
89+
"generate_structures = job(_generate_structures, data=[f\"s_{i}\" for i in range(100)])\n",
90+
"plot_energy_volume_curve = job(_plot_energy_volume_curve)\n",
91+
"get_bulk_structure = job(_get_bulk_structure)"
92+
],
8893
"metadata": {
8994
"trusted": true
9095
},

0 commit comments

Comments
 (0)