1
- aiida_python_version : " 3.7 "
2
- aiida_version : " 1.6 .1"
1
+ aiida_python_version : " 3.8 "
2
+ aiida_version : " 2.0 .1"
3
3
aiida_tag : v{{ aiida_version }}
4
4
aiida_extras :
5
5
- rest
@@ -18,10 +18,14 @@ aiida_jupyter_venv: "{{ aiida_venv_base }}/jupyter"
18
18
aiida_venv_constraints : " {{ aiida_data_folder }}/constraints.txt"
19
19
# these are packages required to run the install
20
20
aiida_install_packages :
21
- - pip~=21.1
21
+ - pip~=22.1
22
+ - flit
22
23
- wheel
23
24
- ipykernel # required to add the venv as a kernel
24
25
aiida_extra_packages : []
26
+ # # pymatgen frequently breaks builds; one reason being that it is compiled against numpy,
27
+ # # and so if numpy changes
28
+ # aiida_numpy_version: 1.20.2
25
29
aiida_jupyter_packages :
26
30
- jupyter~=1.0.0
27
31
- jupyterlab~=2.2.9
@@ -34,7 +38,7 @@ aiida_profile_institution: Quantum Mobile
34
38
aiida_profile_email : aiida@localhost
35
39
36
40
# database backend
37
- aiida_database_backend : django
41
+ aiida_database_backend : psql_dos
38
42
39
43
# postgres
40
44
aiida_postgres_host : localhost
@@ -57,8 +61,8 @@ aiida_rabbitmq_repository_path: "/etc/yum.repos.d/rabbitmq_rabbitmq-server.repo"
57
61
# computer
58
62
aiida_computer_name : localhost
59
63
aiida_computer_cpus : 2
60
- aiida_computer_scheduler : direct
61
- aiida_computer_transport : local
64
+ aiida_computer_scheduler : core. direct
65
+ aiida_computer_transport : core. local
62
66
aiida_computer_run_folder : " ${HOME}/.aiida_run"
63
67
aiida_computer_mpirun_command : " mpirun -np {tot_num_mpiprocs}"
64
68
@@ -74,72 +78,75 @@ aiida_computer_mpirun_command: "mpirun -np {tot_num_mpiprocs}"
74
78
75
79
# the plugin label will be of the format: `{{ code_prefix }}-{{ version }}-{{ code_item.name }}`
76
80
77
- aiida_plugins :
78
- aiida-abinit :
79
- version : " 0.2.0a1"
80
- code_prefix : abinit
81
- codes_var : " abinit_executables"
82
- aiida-bigdft :
83
- version : " 0.2.6"
84
- code_prefix : bigdft
85
- codes_var : " bigdft_executables"
86
- aiida-cp2k :
87
- version : " 1.3.0"
88
- code_prefix : cp2k
89
- codes_var : " cp2k_executables"
90
- aiida-fleur :
91
- version : " 1.1.4"
92
- code_prefix : fleur
93
- codes_var : " fleur_executables"
94
- aiida-nwchem :
95
- version : " 2.0.0"
96
- code_prefix : nwchem
97
- codes_var : " nwchem_executables"
98
- aiida-quantumespresso :
99
- version : " 3.4.1"
100
- code_prefix : qe
101
- codes_var : " quantum_espresso_executables"
102
- omit_plugins : ["quantumespresso.hp", "wannier90"]
103
- aiida-siesta :
104
- version : " 1.1.0"
105
- code_prefix : siesta
106
- codes_var : " siesta_executables"
107
- aiida-wannier90 :
108
- version : " 2.0.1"
109
- code_prefix : wannier90
110
- codes_var : " wannier90_executables"
111
- aiida-wannier90_workflows :
112
- version : " 1.0.1"
113
- aiida-yambo :
114
- version : " 1.1.3"
115
- code_prefix : yambo
116
- codes_var : " yambo_executables"
117
-
118
- # common-workflow only (simulation codes are not open-source)
119
- aiida-orca :
120
- version : " 0.5.1"
121
- aiida-castep :
122
- version : " 1.2.0a5"
123
- aiida-gaussian :
124
- version : " 1.3.0"
125
- aiida-vasp :
126
- version : " 2.1.0"
127
- aiida-common-workflows :
128
- version : " 0.1.0"
81
+ aiida_plugins : {}
82
+
83
+ # TODO update plugins to aiida-core v2
84
+
85
+ # aiida-abinit:
86
+ # version: "0.2.0a1"
87
+ # code_prefix: abinit
88
+ # codes_var: "abinit_executables"
89
+ # aiida-bigdft:
90
+ # version: "0.2.6"
91
+ # code_prefix: bigdft
92
+ # codes_var: "bigdft_executables"
93
+ # aiida-cp2k:
94
+ # version: "1.3.0"
95
+ # code_prefix: cp2k
96
+ # codes_var: "cp2k_executables"
97
+ # aiida-fleur:
98
+ # version: "1.1.4"
99
+ # code_prefix: fleur
100
+ # codes_var: "fleur_executables"
101
+ # aiida-nwchem:
102
+ # version: "2.0.0"
103
+ # code_prefix: nwchem
104
+ # codes_var: "nwchem_executables"
105
+ # aiida-quantumespresso:
106
+ # version: "3.4.1"
107
+ # code_prefix: qe
108
+ # codes_var: "quantum_espresso_executables"
109
+ # omit_plugins: ["quantumespresso.hp", "wannier90"]
110
+ # aiida-siesta:
111
+ # version: "1.1.0"
112
+ # code_prefix: siesta
113
+ # codes_var: "siesta_executables"
114
+ # aiida-wannier90:
115
+ # version: "2.0.1"
116
+ # code_prefix: wannier90
117
+ # codes_var: "wannier90_executables"
118
+ # aiida-wannier90_workflows:
119
+ # version: "1.0.1"
120
+ # aiida-yambo:
121
+ # version: "1.1.3"
122
+ # code_prefix: yambo
123
+ # codes_var: "yambo_executables"
124
+
125
+ # # common-workflow only (simulation codes are not open-source)
126
+ # aiida-orca:
127
+ # version: "0.5.1"
128
+ # aiida-castep:
129
+ # version: "1.2.0a5"
130
+ # aiida-gaussian:
131
+ # version: "1.3.0"
132
+ # aiida-vasp:
133
+ # version: "2.1.0"
134
+ # aiida-common-workflows:
135
+ # version: "0.1.0"
129
136
130
137
# pseudos
131
138
aiida_pseudopotentials :
132
- - name : SSSP_1.1_efficiency
139
+ - name : SSSP_1.1.1_PBE_efficiency
133
140
file : SSSP_efficiency_pseudos.aiida
134
- url : https://archive.materialscloud.org/record/file?record_id=22&file_id=ea53f742-5f57-40b9-854b-9c34dc2bdbb3& filename=SSSP_efficiency_pseudos. aiida
135
- home_page : https://materialscloud.org/sssp/
141
+ url : https://archive.materialscloud.org/record/file?filename=SSSP_1.1.1_PBE_efficiency. aiida&record_id=824
142
+ home_page : https://archive. materialscloud.org/record/2021.64
136
143
description : >-
137
144
Standard Solid State Pseudopotentials (efficiency)
138
145
for the PBE functional
139
- - name : SSSP_1.1_precision
146
+ - name : SSSP_1.1.1_PBE_precision
140
147
file : SSSP_precision_pseudos.aiida
141
- url : https://archive.materialscloud.org/record/file?record_id=22&file_id=a5278c7d-356e-40a7-8ca0-a7eaf0b63a9d& filename=SSSP_precision_pseudos. aiida
142
- home_page : https://materialscloud.org/sssp/
148
+ url : https://archive.materialscloud.org/record/file?filename=SSSP_1.1.1_PBE_precision. aiida&record_id=824
149
+ home_page : https://archive. materialscloud.org/record/2021.64
143
150
description : >-
144
151
Standard Solid State Pseudopotentials (precision)
145
152
for the PBE functional
@@ -163,7 +170,6 @@ aiida_jupyter_port: 8890
163
170
# symlink executubles from the aiida environment into the jupyter one
164
171
aiida_jupyter_symlink :
165
172
- verdi
166
- - reentry
167
173
168
174
root_user : root
169
175
# add vm_headless=false to add a destop shortcut to start jupyter lab
0 commit comments