7#include "../qmc_config.hpp"
8#include "../nfft_buf.hpp"
9#include "../container_set.hpp"
11namespace triqs_ctint::measures {
36 block2_gf_view<prod<imtime, imtime>, tensor_valued<4>> M3pp_tau_;
39 block2_gf_view<imtime, tensor_valued<4>> M3pp_delta_;
48 mesh::imtime tau_mesh;
Type of the Monte-Carlo configuration.
Container for all (optional) quantities measured and post-processed by the solver.
void accumulate(mc_weight_t sign)
Accumulate M_tau using binning.
void collect_results(mpi::communicator const &comm)
Collect results and normalize.
A struct combining both constr_params_t and solve_params_t.