Create cleanup functions such as :
Output.cleanup(basename) : To cleanup all files created by the ORCA job within the working directory.
Output.remove_temp_files() : To clean up all temporary files created by ORCA within the working directory.
Output.remove_working_dir(): To remove the entire working directory
Create cleanup functions such as :
Output.cleanup(basename): To cleanup all files created by the ORCA job within the working directory.Output.remove_temp_files(): To clean up all temporary files created by ORCA within the working directory.Output.remove_working_dir(): To remove the entire working directory