aiidateam / aiida-quantumespresso

The official AiiDA plugin for Quantum ESPRESSO
https://aiida-quantumespresso.readthedocs.io
Other
53 stars 78 forks source link

`PwCalculation`: Fix restart validation for `nscf`/`bands` #906

Closed mbercx closed 1 year ago

mbercx commented 1 year ago

Fixes #905

For interrupted runs, restarting from a previous nscf/bands run with CONTROL.restart_mode set to restart is a valid use case. Here we remove the validation that raised a warning when the user tried to restart an interrupted run with this input.