File tree Expand file tree Collapse file tree 6 files changed +21
-78
lines changed
Expand file tree Collapse file tree 6 files changed +21
-78
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2929 shell : bash -l {0}
3030 run : |
3131 export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
32- papermill jobflow_simple.ipynb jobflow_simple_out.ipynb -k "python3"
32+
3333 papermill jobflow_qe.ipynb jobflow_qe_out.ipynb -k "python3"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : universal
1+ name : quantum espresso
22
33on :
44 push :
1212
1313 steps :
1414 - uses : actions/checkout@v4
15+ - name : Setup environment
16+ shell : bash -l {0}
17+ run : tail --lines=+4 environment_qe.yml >> environment.yml
1518 - uses : conda-incubator/setup-miniconda@v3
1619 with :
1720 auto-update-conda : true
2932 shell : bash -l {0}
3033 run : |
3134 export ESPRESSO_PSEUDO=$(pwd)/espresso/pseudo
32- papermill universal_workflow_simple.ipynb universal_workflow_simple_out.ipynb -k "python3"
35+ papermill aiida_qe.ipynb aiida_qe_out.ipynb -k "python3"
36+ papermill jobflow_qe.ipynb jobflow_qe_out.ipynb -k "python3"
37+ papermill pyiron_base_qe.ipynb pyiron_base_qe_out.ipynb -k "python3"
3338 papermill universal_workflow_qe.ipynb universal_workflow_qe_out.ipynb -k "python3"
Original file line number Diff line number Diff line change @@ -2,13 +2,7 @@ channels:
22- conda-forge
33dependencies :
44- python=3.12
5- - pyiron_base=0.11.8
6- - qe=7.2
7- - qe-tools=2.0.0
8- - ase=3.24.0
9- - matplotlib=3.10.1
10- - xmlschema=3.4.3
11- - jobflow=0.1.19
12- - pygraphviz=1.14
13- - optimade=1.2.3
145- aiida-workgraph=0.5.0
6+ - jobflow=0.1.19
7+ - pyiron_base=0.11.8
8+
Original file line number Diff line number Diff line change 1+ channels :
2+ - conda-forge
3+ dependencies :
4+ - ase=3.24.0
5+ - matplotlib=3.10.1
6+ - xmlschema=3.4.3
7+ - pygraphviz=1.14
8+ - optimade=1.2.3
9+ - qe=7.2
10+ - qe-tools=2.0.0
You can’t perform that action at this time.
0 commit comments