|
TRIQS/triqs_modest 3.3.0
Modular Electronic Structure Toolkit
|
#include "downfolding.hpp"#include "embedding.hpp"#include <filesystem>#include <string>#include <string_view>Go to the source code of this file.
Classes | |
| class | triqs::modest::checkpoint< InitialData, IterationData > |
| A checkpoint manager for logging data after each DMFT iteration. More... | |
| struct | triqs::modest::initial_data |
| Initial data used for checkpointing. More... | |
| struct | triqs::modest::iteration_data |
| Iteration data used for checkpointing. 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, initial_data &data) |
| 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, initial_data const &data) |
| void | triqs::modest::h5_write (h5::group g, std::string const &name, iteration_data const &data) |