pyvibdmc.simulation_utilities.file_manager

Classes

FileManager

Helping with creating or deleting files as necessary throughout the simulation

Module Contents

class pyvibdmc.simulation_utilities.file_manager.FileManager[source]

Helping with creating or deleting files as necessary throughout the simulation

static delete_future_checkpoints(sim_folder, sim_name, time_step)[source]

When restarting and testing, this helper classs takes deletes specified simulation checkpoints and wavefunctions

static delete_older_checkpoints(sim_folder, sim_name, time_step)[source]

When checkpointing, this helper takes deletes checkpoints along the way

static create_filesystem(output_folder)[source]

Creates folders and subfolders to house the DMC simulation results and checkpoints.