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
In a not-so-recent commit, the error message related to a double reset of the history of the BFGS algorithm was changed in some cases in the output of Quantum ESPRESSO to print exiting instead of stopping:
In a not-so-recent commit, the error message related to a double reset of the history of the BFGS algorithm was changed in some cases in the output of Quantum ESPRESSO to print
exiting
instead ofstopping
:https://gitlab.com/QEF/q-e/-/commit/cd6e88f56e2325c944a284e9738b23908d122764
This means we no longer catch this issue, since we look for the following string:
aiida-quantumespresso/src/aiida_quantumespresso/parsers/parse_raw/pw.py
Line 246 in 210c40b
So these failures have been silently passing as successful calculations.
Reported by @Minotakm.
The text was updated successfully, but these errors were encountered: