pyvibdmc.simulation_utilities.file_manager ========================================== .. py:module:: pyvibdmc.simulation_utilities.file_manager Classes ------- .. autoapisummary:: pyvibdmc.simulation_utilities.file_manager.FileManager Module Contents --------------- .. py:class:: FileManager Helping with creating or deleting files as necessary throughout the simulation .. py:method:: delete_future_checkpoints(sim_folder, sim_name, time_step) :staticmethod: When restarting and testing, this helper classs takes deletes specified simulation checkpoints and wavefunctions .. py:method:: delete_older_checkpoints(sim_folder, sim_name, time_step) :staticmethod: When checkpointing, this helper takes deletes checkpoints along the way .. py:method:: create_filesystem(output_folder) :staticmethod: Creates folders and subfolders to house the DMC simulation results and checkpoints.