You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,4 +77,28 @@ initial structure is relaxed, afterward it is strained and the total energy is c
77
77
|[aiida_qe.ipynb](aiida_qe.ipynb)| Define Workflow with aiida and execute it with jobflow and pyiron_base. |
78
78
|[jobflow_qe.ipynb](jobflow_qe.ipynb)| Define Workflow with jobflow and execute it with aiida and pyiron_base. |
79
79
|[pyiron_base_qe.ipynb](pyiron_base_qe.ipynb)| Define Workflow with pyiron_base and execute it with aiida and jobflow. |
80
-
|[universal_workflow_qe.ipynb](universal_workflow_qe.ipynb)| Execute workflow defined in the Python Workflow Definition with aiida, executorlib, jobflow, pyiron_base and pure Python. |
80
+
|[universal_workflow_qe.ipynb](universal_workflow_qe.ipynb)| Execute workflow defined in the Python Workflow Definition with aiida, executorlib, jobflow, pyiron_base and pure Python. |
81
+
82
+
### NFDI4Ing Scientific Workflow Requirements
83
+
To demonstrate the compatibility of the Python Workflow Definition to file based workflows, the workflow benchmark developed as part of [NFDI4Ing](https://github.com/BAMresearch/NFDI4IngScientificWorkflowRequirements)
84
+
is implemented for all three simulation codes based on a shared workflow definition.
|[aiida_nfdi.ipynb](aiida_nfdi.ipynb)| Define Workflow with aiida and execute it with jobflow and pyiron_base. |
102
+
|[jobflow_nfdi.ipynb](jobflow_nfdi.ipynb)| Define Workflow with jobflow and execute it with aiida and pyiron_base. |
103
+
|[pyiron_base_nfdi.ipynb](pyiron_base_nfdi.ipynb)| Define Workflow with pyiron_base and execute it with aiida and jobflow. |
104
+
|[universal_workflow_nfdi.ipynb](universal_workflow_nfdi.ipynb)| Execute workflow defined in the Python Workflow Definition with aiida, executorlib, jobflow, pyiron_base and pure Python. |
0 commit comments