TRIQS/triqs_modest 3.3.0
Modular Electronic Structure Toolkit
Loading...
Searching...
No Matches
checkpoint.hpp
#include "downfolding.hpp"
#include "embedding.hpp"
#include <filesystem>
#include <string>

Go to the source code of this file.

Classes

class  triqs::modest::checkpoint< IterationData >
class  triqs::modest::checkpoint< IterationData >::const_iterator
struct  triqs::modest::iteration_data
 Minimal iteration data required to restart a DMFT loop. More...

Namespaces

namespace  triqs
namespace  triqs::modest

Typedefs

using triqs::modest::block_gf_imfreq_t = block_gf<imfreq, matrix_valued>
using triqs::modest::block_gf_imtime_t = block_gf<imtime, matrix_valued>
using triqs::modest::block_mat_t = std::vector<nda::matrix<dcomplex>>

Functions

void triqs::modest::h5_read (h5::group g, std::string const &name, iteration_data &data)
void triqs::modest::h5_write (h5::group g, std::string const &name, iteration_data const &data)