forked from henniggroup/GASP-python
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathga_input.yaml
More file actions
52 lines (41 loc) · 888 Bytes
/
ga_input.yaml
File metadata and controls
52 lines (41 loc) · 888 Bytes
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
RunTitle: default
CompositionSpace:
- Si
EnergyCode:
vasp:
incar: <path to INCAR>
kpoints: <path to KPOINTS>
potcars:
Si: <path to POTCARs of each species in composition space>
NumCalcsAtOnce: 10
InitialPopulation:
from_files:
number: 10
path_to_folder: <path to a folder containing initial structures>
random:
number: 20
Pool:
size: 20
Constraints:
min_num_atoms: 2
max_num_atoms: 16
max_interface_atoms: 51
max_lattice_length: 14
LatticeMatch:
max_area: 65
max_mismatch: 0.06
max_angle_diff: 2
r1r2_tol: 0.04
separation: 1.5
nlayers_substrate: 1
nlayers_2d: 1
sd_layers: 0
Substrate_prim_calc:
E_sub_prim: -12.849050
n_sub_prim: 3
Geometry:
shape: interface
max_size: 2.4
padding: 12
StoppingCriteria:
num_energy_calcs: 80