Skip to content

Commit 7891f58

Browse files
authored
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 7891f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aiida_sssp_workflow/protocol/convergence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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
9+
smearing: cold
1010
conv_thr_per_atom: 1.0e-8
1111
kpoints_distance: 0.2 # balanced protocol of qe -> gabriel
1212
mixing_beta: 0.4

0 commit comments

Comments
 (0)