forked from lab-cosmo/rholearn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdft-options.yaml
More file actions
22 lines (17 loc) · 809 Bytes
/
dft-options.yaml
File metadata and controls
22 lines (17 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Absolute path to the top directory where FHI-aims output data will be stored
DATA_DIR: /path/to/rholearn/example/doslearn-aims-tutorial/part-1-dft/data
# Absolute path to .xyz file containing the whole dataset
XYZ: /path/to/rholearn/example/doslearn-aims-tutorial/part-1-dft/data/si_diamond_10.xyz
# The FHI-aims run command, including absolute path to aims executable
AIMS_COMMAND: "srun /path/to/aims.x < control.in > aims.out"
# Absolute path to species defaults directory
SPECIES_DEFAULTS: /path/to/rholearn/example/doslearn-aims-tutorial/part-1-dft/species_defaults/light/default
# Physical settings
BASE_AIMS:
k_grid_density: 0.01 # k-point density in 1/Angstrom
# Define DOS parameters
DOS_SPLINES:
min_energy: -20.0 # eV
max_energy: 13.0 # eV
interval: 0.05 # eV
sigma: 0.3 # eV