perturbopy.test_utils.run_test.test_driver.clean_epr_folders

perturbopy.test_utils.run_test.test_driver.clean_epr_folders(epr_failed, config_machine, keep_epr, keep_preliminary, source_folder)

Delete all temporary epr folders for the tests which were passed

Parameters:
  • epr_failed (list) – names of epr calculations, for which we obtained errors. The corresponding folders will be saved

  • config_machine (dict) – dictionary with computational information, which we’ll use in this set of computations.

  • keep_epr (bool) – save all epr-files from the qe2pert testing

  • keep_preliminary (bool) – save all preliminary files for epr calculation

  • source_folder (str) – name of the folder, where should be all the testing supplementary files (reference, input files, etc.)

Return type:

None