22#include "./container_set.hpp"
24namespace triqs_cthyb {
29 h5::group grp = subgroup_name.empty() ? h5group : h5group.create_group(subgroup_name);
53 h5::group grp = subgroup_name.empty() ? h5group : h5group.open_group(subgroup_name);
59 h5::try_read(grp,
"O_tau", c.
O_tau);
Container for all results accumulated by the simulation.
friend void h5_read(h5::group h5group, std::string subgroup_name, container_set_t &c)
Function that reads all containers to hdf5 file.
std::optional< G_l_t > G_l
Single-particle Green's function in the Legendre representation.
std::optional< G2_tau_t > G2_tau
Two-particle Green's function with three fermionic times.
friend void h5_write(h5::group h5group, std::string subgroup_name, container_set_t const &c)
Function that writes all containers to hdf5 file.
std::optional< G_tau_G_target_t > asymmetry_G_tau
Violation of the property after the measurement.
std::optional< G2_iw_t > G2_iw_nfft
Two-particle Green's function with three fermionic frequencies.
std::optional< histogram > perturbation_order_total
Histogram of the total perturbation order.
std::optional< histo_map_t > perturbation_order
Histograms of the perturbation order for each block.
std::optional< G2_iw_t > G2_iw_pp_nfft
Two-particle Green's function in the particle-particle channel.
std::optional< G2_iw_t > G2_iw_ph
Two-particle Green's function in the particle-hole channel.
std::optional< G2_iw_t > G2_iw_ph_nfft
Two-particle Green's function in the particle-hole channel.
std::optional< G_tau_G_target_t > G_tau_accum
Intermediate Green's function used to accumulate (real or complex).
std::optional< G_tau_t > G_tau
Single-particle Green's function in imaginary time.
std::optional< G2_iwll_t > G2_iwll_ph
Two-particle Green's function in the particle-hole channel.
std::optional< G2_iwll_t > G2_iwll_pp
Two-particle Green's function in the particle-particle channel.
std::optional< gf< imtime, scalar_valued > > O_tau
General operator Green's function in imaginary time.
std::optional< G2_iw_t > G2_iw
Two-particle Green's function with three fermionic frequencies.
std::optional< G2_iw_t > G2_iw_pp
Two-particle Green's function in the particle-particle channel.