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
Understanding and implementing all the restarting use cases in Quantum ESPRESSO is not for the faint of heart. We've done a lot of work lately on improving the restart functionality in aiida-quantumespresso, and the number of discussions on the topic spread of various issues and PRs is massive. Now we should do the exercise of writing all this knowledge down in the documentation. Specifically, we should:
Give a basic explanation of how restarting works in QE (at least for pw.x).
Document validation and other implementation choices in some "design" documentation.
Document the usage of restarting calculations in how-to's.
Some related issues and PRs that contain valuable discussions:
Understanding and implementing all the restarting use cases in Quantum ESPRESSO is not for the faint of heart. We've done a lot of work lately on improving the restart functionality in
aiida-quantumespresso
, and the number of discussions on the topic spread of various issues and PRs is massive. Now we should do the exercise of writing all this knowledge down in the documentation. Specifically, we should:pw.x
).Some related issues and PRs that contain valuable discussions:
PwBaseWorkChain
: revisit restarting from calculations #691PwBaseWorkChain
: improve restart fromparent_folder
#722PwCalculation
: Fix restart validation fornscf
/bands
#906The text was updated successfully, but these errors were encountered: