-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathorbgen.json
53 lines (53 loc) · 1.42 KB
/
orbgen.json
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
46
47
48
49
50
51
52
53
{
"global": {
"mode": "orbgen",
"pseudo_dir": "./download/pseudopotentials",
"cache_dir": "./apns_cache",
"out_dir": "./output",
"siab_dir": "/root/deepmodeling/abacus_orbital_generation/SIAB"
},
"ppsets": [
{
"elements": ["H", "He", "Li", "Be", "B", "C", "N", "O", "F", "Ne"],
"tags": ["sg15", "1.0", "sr"]
}
],
"strusets": [
[
{
"shape": "dimer",
"nbands": "auto",
"bond_lengths": "auto",
"nspin": 1
},
{
"shape": "trimer",
"nbands": "auto",
"bond_lengths": "auto",
"nspin": 1
}
]
],
"orbsets": [
[{"conf": "Z", "shape": "dimer", "dep": "none", "states": "occ"},
{"conf": "DZP", "shape": "dimer", "dep": "Z", "states": "occ+10"},
{"conf": "TZDP", "shape": "trimer", "dep": "DZP", "states": "all"}]
],
"pwsets": [
{"smearing_sigma": 0.01}
],
"siabsets": [
{
"rcuts": [6, 7, 8],
"optimizer": "bfgs",
"max_steps": 1000,
"spill_coefs": [0.0, 1.0],
"spill_guess": "atomic",
"nthreads_rcut": 4,
"jY_type": "reduced"
}
],
"tasks": [
{"orb": 0, "pp": 0, "stru": 0, "pw": 0, "siab": 0}
]
}