9#include <triqs/stat/histograms.hpp>
10#include <triqs/gfs.hpp>
12using namespace triqs::gfs;
14namespace triqs_ctseg {
23 std::optional<block_gf<imtime>>
F_tau;
26 std::optional<block2_gf<imtime>>
nn_tau;
35 std::optional<std::map<std::pair<std::string, std::string>, nda::matrix<double>>>
nn_static;
38 std::optional<std::map<std::string, nda::array<double, 1>>>
densities;
56 std::optional<block2_gf<prod<imfreq, imfreq>, tensor_valued<4>>>
g2w;
59 std::optional<block2_gf<prod<imfreq, imfreq, imfreq>, tensor_valued<4>>>
g3w;
66 void h5_write(h5::group h5group, std::string subgroup_name,
results_t const &c);
69 void h5_read(h5::group h5group, std::string subgroup_name,
results_t &c);
Container for all results accumulated by the CTQMC simulation.
std::optional< nda::vector< double > > state_hist
State histogram.
std::optional< gf< imtime > > Sperp_tau
Perpendicular spin-spin correlation function .
std::optional< block_gf< imtime > > F_tau
Self-energy improved estimator .
std::optional< std::vector< double > > pert_order_Jperp
Jperp perturbation order histogram.
std::optional< block2_gf< prod< imfreq, imfreq >, tensor_valued< 4 > > > g2w
Three-point correlation function.
std::optional< std::map< std::pair< std::string, std::string >, nda::matrix< double > > > nn_static
Density-density static correlation function .
std::optional< double > average_order_Delta
Average Delta perturbation order.
std::optional< block2_gf< dlr_imfreq > > nn_nu_dlr
Density-density frequency correlation function .
double average_sign
Average sign.
std::optional< double > average_order_Jperp
Average Jperp perturbation order.
std::optional< block2_gf< prod< imfreq, imfreq, imfreq >, tensor_valued< 4 > > > g3w
Four-point correlation function.
std::optional< std::map< std::string, nda::array< double, 1 > > > densities
Density per color, organized by blocks.
std::optional< std::vector< double > > pert_order_Delta
Delta perturbation order histogram.
block_gf< imtime > G_tau
Single-particle Green's function .
std::optional< block2_gf< imtime > > nn_tau
Density-density time correlation function .