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
|[universal_simple_to_aiida.ipynb](universal_simple_to_aiida.ipynb)| Execute workflow defined in the Python Workflow Definition with aiida. |
63
64
|[universal_simple_to_jobflow.ipynb](universal_simple_to_jobflow.ipynb)| Execute workflow defined in the Python Workflow Definition with jobflow. |
64
65
|[universal_simple_to_pyiron_base.ipynb](universal_simple_to_pyiron_base.ipynb)| Execute workflow defined in the Python Workflow Definition with pyrion_base. |
65
66
|[universal_simple_to_python.ipynb](universal_simple_to_python.ipynb)| Execute workflow defined in the Python Workflow Definition with Python. |
66
67
|[universal_simple_to_executorlib.ipynb](universal_simple_to_executorlib.ipynb)| Execute workflow defined in the Python Workflow Definition with executorlib. |
68
+
|[aiida_to_jobflow_simple.ipynb](aiida_to_jobflow_simple.ipynb)| Define Workflow with aiida and execute it with jobflow. |
69
+
|[aiida_to_pyiron_base_simple.ipynb](aiida_to_pyiron_base_simple.ipynb)| Define Workflow with aiida and execute it with pyiron_base. |
70
+
|[jobflow_to_aiida_simple.ipynb](jobflow_to_aiida_simple.ipynb)| Define Workflow with jobflow and execute it with aiida. |
67
71
|[jobflow_to_pyiron_base_simple.ipynb](jobflow_to_pyiron_base_simple.ipynb)| Define Workflow with jobflow and execute it with pyiron_base. |
72
+
|[pyiron_base_to_aiida_simple.ipynb](pyiron_base_to_aiida_simple.ipynb)| Define Workflow with pyiron_base and execute it with aiida. |
68
73
|[pyiron_base_to_jobflow_simple.ipynb](pyiron_base_to_jobflow_simple.ipynb)| Define Workflow with pyiron_base and execute it with jobflow. |
69
74
70
75
### Quantum Espresso Workflow
@@ -76,9 +81,14 @@ initial structure is relaxed, afterwards it is strained and the total energy is
|[universal_qe_to_aiida.ipynb](universal_qe_to_aiida.ipynb)| Execute workflow defined in the Python Workflow Definition with aiida. |
79
85
|[universal_qe_to_jobflow.ipynb](universal_qe_to_jobflow.ipynb)| Execute workflow defined in the Python Workflow Definition with jobflow. |
80
86
|[universal_qe_to_pyiron_base.ipynb](universal_qe_to_pyiron_base.ipynb)| Execute workflow defined in the Python Workflow Definition with pyrion_base. |
81
87
|[universal_qe_to_python.ipynb](universal_qe_to_python.ipynb)| Execute workflow defined in the Python Workflow Definition with Python. |
82
88
|[universal_qe_to_executorlib.ipynb](universal_qe_to_executorlib.ipynb)| Execute workflow defined in the Python Workflow Definition with executorlib. |
89
+
|[aiida_to_jobflow_qe.ipynb](aiida_to_jobflow_qe.ipynb)| Define Workflow with aiida and execute it with jobflow. |
90
+
|[aiida_to_pyiron_base_qe.ipynb](aiida_to_pyiron_base_qe.ipynb)| Define Workflow with aiida and execute it with pyiron_base. |
91
+
|[jobflow_to_aiida_qe.ipynb](jobflow_to_aiida_qe.ipynb)| Define Workflow with jobflow and execute it with aiida. |
83
92
|[jobflow_to_pyiron_base_qe.ipynb](jobflow_to_pyiron_base_qe.ipynb)| Define Workflow with jobflow and execute it with pyiron_base. |
93
+
|[pyiron_base_to_aiida_qe.ipynb](pyiron_base_to_aiida_qe.ipynb)| Define Workflow with pyiron_base and execute it with aiida. |
84
94
|[pyiron_base_to_jobflow_qe.ipynb](pyiron_base_to_jobflow_qe.ipynb)| Define Workflow with pyiron_base and execute it with jobflow. |
0 commit comments