matcalc.config module
Sets some configuration global variables and locations for matcalc.
- clear_cache(*, confirm: bool = True) None[source]
Deletes all files and subdirectories within the benchmark data directory, effectively clearing the cache. The user is prompted for confirmation before proceeding with the deletion to prevent accidental data loss.
- Parameters:
confirm – If True (default), prompt before deleting. If False, delete without prompting.