aiidateam / aiida-sssp-workflow

sssp verification workflows
MIT License
4 stars 2 forks source link

Clean right after every calcjob done for accuracys #150

Closed unkcpz closed 2 years ago

unkcpz commented 2 years ago

fixes #149

Inherit the base evaluate workchain _BaseEvaluateWorkChain from SelfCleanWorkChain to do clean remote folder with invaliding caching. This will not have any influence of _caching workflow, since it calls PwBaseWorkChain directly and set in _BaseConvergenceWorkChain that clean_workdir to False.

Also remove run_script folder the demo and production run. They are moved to sssp-verify-scripts repo https://github.com/unkcpz/sssp-verify-scripts.