forked from wannier-developers/wannier90
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jobconfig
45 lines (35 loc) · 1.07 KB
/
jobconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[example01/]
program = WANNIER90
inputs_args = ('gaas.win', '1')
[example02/]
program = WANNIER90
inputs_args = ('lead.win', '1')
[example03/]
program = WANNIER90
inputs_args = ('silicon.win', '1')
[example04/]
program = WANNIER90
inputs_args = ('copper.win', '1')
[pw_example05/]
program = WANNIER90
inputs_args = ('diamond.scf', '2'), ('diamond.nscf', '2'), ('diamond.win', '4'), ('diamond.pw2wan', '3'), ('diamond.win', '1')
[pw_example06/]
program = WANNIER90
inputs_args = ('copper.scf', '2'), ('copper.nscf', '2'), ('copper.win', '4'), ('copper.pw2wan', '3'), ('copper.win', '1')
[pw_example07/]
program = WANNIER90
inputs_args = ('silane.scf', '2'), ('silane.nscf', '2'), ('silane.win', '4'), ('silane.pw2wan', '3'), ('silane.win', '1')
[test_1/]
program = WANNIER90
inputs_args = ('wannier.win', '1')
[test_2/]
program = WANNIER90
inputs_args = ('wannier.win', '1')
[test_3/]
program = WANNIER90
inputs_args = ('wannier.win', '1')
[categories]
wannier_all = example*?? test_*
interface_all = pw_example*??
test_all = example*?? pw_example*?? test_*
_default_ = example*?? test*