Removes nbnd from Quantum Espresso input files by default through changing its default value to None, in combination with removing options keys with values of None.
Values of "none" will still be passed, and nbnd remains an option that can be set via qe_kwargs.
Note: This requires the fix introduced in #43 to prevent errors if no qe_kwargs are passed.
Removes
nbnd
from Quantum Espresso input files by default through changing its default value toNone
, in combination with removingoptions
keys with values ofNone
.Values of
"none"
will still be passed, andnbnd
remains an option that can be set viaqe_kwargs
.Note: This requires the fix introduced in #43 to prevent errors if no
qe_kwargs
are passed.