23#include <triqs/gfs.hpp>
24#include <triqs/mesh.hpp>
26#include "../qmc_data.hpp"
27#include "../container_set.hpp"
29namespace triqs_cthyb {
31 using namespace triqs::gfs;
32 using namespace triqs::mesh;
38 measure_G_tau(qmc_data
const &data,
int n_tau, gf_struct_t
const &gf_struct, container_set_t &results);
39 void accumulate(mc_weight_t s);
40 void collect_results(mpi::communicator
const &c);
44 mc_weight_t average_sign;
45 G_tau_G_target_t::view_type G_tau;
46 G_tau_G_target_t::view_type asymmetry_G_tau;