a minor annoyance with "bz_sum" resolved

This commit is contained in:
Tone Kokalj 2023-03-18 21:03:48 +01:00
parent b42191e167
commit 06685213f7
2 changed files with 9 additions and 3 deletions

View File

@ -10,4 +10,6 @@ tracevar bz_sum w {
}
}
}
varset bz_sum -value {}
postprocess {
varset bz_sum -value {}
}

View File

@ -33,7 +33,12 @@ module Dos\#auto -title "PWSCF GUI: module Dos.x" -script {
'tetrahedra_lin'
'tetrahedra_opt'
}
-validate string
-textvalue {
Smearing
"Bloechl's tetrahedron method"
"Original linear tetrahedron method"
"Optimized tetrahedron method"
}
}
var ngauss {
@ -56,7 +61,6 @@ module Dos\#auto -title "PWSCF GUI: module Dos.x" -script {
var DeltaE {
-label "Resolution of PDOS plots \[in eV\] (DeltaE):"
-validate fortranreal
-default 0.01
}
var Emin {