triqs_modest.utils.file_io.DMFTCheckpoint

class triqs_modest.utils.file_io.DMFTCheckpoint

A checkpoint manager for logging data after each DMFT iteration.


Dispatched C++ constructor(s).

[1] (dirname: str)

[2] (dirname: str, initial_data: InitialData)

[1] Open checkpoint from an existing file (rw).


[2] Create a new checkpoint from initial_data.


Parameters:
dirnamestr

Name of the directory containing the checkpoint files.

initial_dataInitialData

Initial data to store in the checkpoint.

Attributes

dirname

Directory name containing the checkpoint files.

initial_data

Initial data.

Methods

append

Dispatched C++ function(s).