Open PNOGillespie opened 2 weeks ago
@superstar54: A fix for this is ready to go. Additionally, I found out that, due to a typo, the abs_atom_marker
input for the WorkChain
actually doesn't work. I will slip that change in with this one since it just involves a simple change to one line.
Thanks for reporting the issue and also for the fix, please go ahead!
When running calculations using the
xch_smear
core-hole treatment setting, theXspectraCrystalWorkChain
excepts duringrun_all_xspectra_core
. The offending lines (688-691) are:This was introduced in the last update to the
WorkChain
in order to make it work better withstarting_magnetization
settings, but causes a crash because we'repop
ing keys from the same dictionary that we're iterating over.