pyvibdmc.simulation_utilities.sim_logger

Classes

SimLogger

A utility class for logging the simulation, writes to .log file.

Module Contents

class pyvibdmc.simulation_utilities.sim_logger.SimLogger(fname, overwrite=False)[source]

A utility class for logging the simulation, writes to .log file.

finish_sim(final_time)[source]
final_chkpt()[source]
write_ts(cur_time_step)[source]
write_chkpt(cur_time_step)[source]
write_wfn_save(cur_time_step)[source]
write_desc_wt(cur_time_step)[source]
write_pot_time(cur_time_step, pot_time, maxpot, minpot, avgpot)[source]
write_local(local_energy)[source]
write_branching(cur_time_step, weighting, birthdeath_branch)[source]
write_beginning(attribs)[source]
write_rejections(rejected, total)[source]
write_imp_disp_time(time)[source]