Skip to content

Commit 38e5ebd

Browse files
committed
Using cold smearing for convergence test (#244)
For the balanced protocol, the smearing width is 0.02 and it is supposed to be used with cold smearing. The fermi-dirac smearing requires a smaller width such as 0.0045 used in EOS calculations of transferibility workflows.
1 parent f4aed10 commit 38e5ebd

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

src/aiida_sssp_workflow/protocol/convergence.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ balanced:
66
base: # base parameters is inherit by other process
77
occupations: smearing
88
degauss: 0.02 # balanced protocol of qe -> gabriel
9-
smearing: fd
10-
conv_thr_per_atom: 1.0e-8
11-
kpoints_distance: 0.2 # balanced protocol of qe -> gabriel
9+
smearing: cold
10+
conv_thr_per_atom: 2.0e-10
11+
kpoints_distance: 0.15 # balanced protocol of qe -> gabriel
1212
mixing_beta: 0.4
1313

1414
cohesive_energy:
@@ -36,11 +36,11 @@ balanced:
3636

3737
fine:
3838
name: fine
39-
description: The balanced protocol from Gabriel
39+
description: The fine protocol from Gabriel
4040

4141
base: # base parameters is inherit by other process
4242
occupations: smearing
43-
degauss: 0.0125 # balanced protocol of qe -> gabriel
43+
degauss: 0.0125
4444
smearing: fd
4545
conv_thr_per_atom: 1.0e-9
4646
kpoints_distance: 0.1 # fine protocol of qe -> gabriel

src/aiida_sssp_workflow/protocol/criteria.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ standard:
1111

1212
eos:
1313
mode: 0
14-
bounds: [0.0, 0.2] # when absolute error < 0.2 meV/atom
14+
bounds: [0.0, 0.2] # when absolute error
1515
eps: 1.0e-3
16-
unit: meV/atom
1716

1817
phonon_frequencies:
1918
mode: 0
@@ -79,9 +78,8 @@ efficiency:
7978

8079
eos:
8180
mode: 0
82-
bounds: [0.0, 0.2] # when absolute error < 0.2 meV/atom
81+
bounds: [0.0, 0.2]
8382
eps: 1.0e-3
84-
unit: meV/atom
8583

8684
phonon_frequencies:
8785
mode: 0
@@ -113,9 +111,8 @@ precision:
113111

114112
eos:
115113
mode: 0
116-
bounds: [0.0, 0.2] # when absolute error < 0.2 meV/atom
114+
bounds: [0.0, 0.2]
117115
eps: 1.0e-3
118-
unit: meV/atom
119116

120117
phonon_frequencies:
121118
mode: 0

0 commit comments

Comments
 (0)