I currently have failed calculations in a project that return a status of "aborted" in the jobtable generated by
proj_df = pr.job_table();
proj_df[proj_df["status"] == "aborted"].
How do I loop-restart these calculations with modified input parameters? (i.e. a modified INCAR?)
Also, does pyiron support detailed error reporting on the notebook side or is it necessary to look at the raw output files in the project folder in the terminal?