You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be better if this default is moved to the protocol.
We should consider changing this default. It's true that 'cg' is more robust, but also more expensive. There are also newer diagonalization options to consider, see the pw.x documentation.
We'll have to check which diagonalization algorithms have been added since v6.5 (the oldest version we'll support for v4.X of the plugin), and do a bit of testing to see what default would be the most sensible.
The text was updated successfully, but these errors were encountered:
The
PwBandsWorkChain
automatically sets thediagonalization
setting to 'cg' inside therun_bands
step of the outline:aiida-quantumespresso/src/aiida_quantumespresso/workflows/pw/bands.py
Lines 265 to 267 in 35d934e
'cg'
is more robust, but also more expensive. There are also newer diagonalization options to consider, see thepw.x
documentation.We'll have to check which diagonalization algorithms have been added since v6.5 (the oldest version we'll support for v4.X of the plugin), and do a bit of testing to see what default would be the most sensible.
The text was updated successfully, but these errors were encountered: