-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-test.json
84 lines (84 loc) · 2.04 KB
/
config-test.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"main": {
"material": "cysteine",
"energy_model_interval": 5,
"max_iteration": 10,
"initial_number": 100
},
"data_generation": {},
"energy_model": {},
"relaxation": {
"max": 5
},
"train_vae": {
"cutoff": 2,
"execute": "srun -n 1 -c 64 python",
"epoches": 50,
"config": {
"io_dims": [
6,
2,
5
],
"layers": [
32,
32
],
"r_kld": 0.01,
"r_energy_w": -1
}
},
"sample": {
"number": 10,
"expand": 0.2,
"config": {
"io_dims": [
6,
2,
5
],
"layers": [
32,
32
]
}
},
"gp_model": {
"boss_execute": "srun -n 1 -c 1 boss",
"config": {
"energy_pad": 0.3,
"space_period": 2,
"kernel": "stdp",
"noise": 0.001,
"template": "lib/config/boss.in.template"
}
},
"gp_minimum": {
"period": 2,
"error": 0.001,
"space_pad": 0,
"config": {
"kernel": "stdp2",
"noise": 0.001
}
},
"dft_energy": {
"material": "cysteine",
"aims_execute": "srun -n 64 -c 1 /scratch/project_2000724/Lincan/Aims/fhi-aims.200112_2/build_gnu/aims.200112_2.scalapack.mpi.x",
"config": {
"template": "lib/config/control.in.template",
"xc": "pbe",
"relax_geometry": null,
"max_relaxation_steps": null
}
},
"dft_relax": {
"material": "cysteine",
"aims_execute": "srun -n 64 -c 1 /scratch/project_2000724/Lincan/Aims/fhi-aims.200112_2/build_gnu/aims.200112_2.scalapack.mpi.x",
"config": {
"template": "lib/config/control.in.template",
"xc": "pbe",
"max_relaxation_steps": 100
}
}
}