def restart(self, self_mc):
     WriteOutput.restart(self) 
     self.write_log_message("MC starts at {0:%Y-%m-%d %H:%M:%S}\n".format(self.time_start))
     positions = restart_mc(self.file_restart) 
     self_mc.mol.set_positions(positions)
 def restart(self, self_mc):
     restart_mc(self_mc, self.file_restart) 
 def restart(self, self_mc):
     WriteOutput.restart(self)
     self.write_log_message("MC starts at {0:%Y-%m-%d %H:%M:%S}\n".format(
         self.time_start))
     positions = restart_mc(self.file_restart)
     self_mc.mol.set_positions(positions)
 def restart(self, self_mc):
     restart_mc(self_mc, self.file_restart)