pyvibdmc.simulation_utilities.sim_logger ======================================== .. py:module:: pyvibdmc.simulation_utilities.sim_logger Classes ------- .. autoapisummary:: pyvibdmc.simulation_utilities.sim_logger.SimLogger Module Contents --------------- .. py:class:: SimLogger(fname, overwrite=False) A utility class for logging the simulation, writes to .log file. .. py:method:: finish_sim(final_time) .. py:method:: final_chkpt() .. py:method:: write_ts(cur_time_step) .. py:method:: write_chkpt(cur_time_step) .. py:method:: write_wfn_save(cur_time_step) .. py:method:: write_desc_wt(cur_time_step) .. py:method:: write_pot_time(cur_time_step, pot_time, maxpot, minpot, avgpot) .. py:method:: write_local(local_energy) .. py:method:: write_branching(cur_time_step, weighting, birthdeath_branch) .. py:method:: write_beginning(attribs) .. py:method:: write_rejections(rejected, total) .. py:method:: write_imp_disp_time(time)