22#include <triqs/gfs.hpp>
23#include <triqs/mesh.hpp>
24#include <triqs/utility/legendre.hpp>
25#include "../qmc_data.hpp"
27namespace triqs_cthyb {
29 using namespace triqs::gfs;
30 using namespace triqs::mesh;
36 measure_G_l(std::optional<G_l_t> &G_l_opt, qmc_data
const &data,
int n_l, gf_struct_t
const &gf_struct);
37 void accumulate(mc_weight_t s);
38 void collect_results(mpi::communicator
const &c);
42 mc_weight_t average_sign;