Skip to content

Commit 375e15e

Browse files
authored
Merge branch 'main' into aiida-pythonjob
2 parents b7fe9e2 + b92f4df commit 375e15e

File tree

4 files changed

+658
-3
lines changed

4 files changed

+658
-3
lines changed

jobflow_to_pyiron_base_qe.ipynb

Lines changed: 323 additions & 1 deletion
Large diffs are not rendered by default.

pyiron_base_to_jobflow_qe.ipynb

Lines changed: 333 additions & 1 deletion
Large diffs are not rendered by default.

quantum_espresso_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from ase.io import write
88
from adis_tools.parsers import parse_pw
99
import matplotlib.pyplot as plt
10+
import numpy as np
1011

1112

1213
def write_input(input_dict, working_directory="."):

workflow_qe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"31": "python_workflow_definition.pyiron_base.get_list"
3535
},
3636
"edges": [
37-
{"target": 0, "targetHandle": "name", "source": 9, "sourceHandle": null},
37+
{"target": 0, "targetHandle": "element", "source": 9, "sourceHandle": null},
3838
{"target": 0, "targetHandle": "a", "source": 10, "sourceHandle": null},
3939
{"target": 0, "targetHandle": "cubic", "source": 11, "sourceHandle": null},
4040
{"target": 1, "targetHandle": "working_directory", "source": 12, "sourceHandle": null},

0 commit comments

Comments
 (0)