-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcp2k.yaml
55 lines (55 loc) · 1.12 KB
/
cp2k.yaml
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
force_eval:
method: quickstep
DFT:
mgrid:
cutoff: 1800.0
rel_cutoff: 120.0
ngrids: 5
QS:
eps_filter_matrix: 0.0
eps_pgf_orb: 0.0001
SCF:
scf_guess: restart
max_scf: 100
eps_scf: 1e-06
OT:
minimizer: diis
preconditioner: full_single_inverse
outer_scf:
max_scf: 100
eps_scf: 1e-06
print:
restart:
each:
QS_SCF: 0
XC:
xc_functional:
becke97:
scale_c: 1.0
scale_x: 1.0
vdw_potential:
pair_potential:
type: DFTD3
parameter_file_name: dftd3.dat
reference_functional: PBE
r_cutoff: 16
potential_type: pair_potential
print:
moments:
_: "ON"
hirshfeld:
_: "ON"
charge: 0
basis_set_file_name: GTH_BASIS_SETS
potential_file_name: GTH_POTENTIALS
subsys:
kind:
O:
basis_set: TZVP-GTH-q6
potential: GTH-PBE-q6
C:
basis_set: TZVP-GTH-q4
potential: GTH-PBE-q4
H:
basis_set: TZVP-GTH-q1
potential: GTH-PBE-q1