7#include "../qmc_config.hpp"
8#include "../nfft_buf.hpp"
9#include "../container_set.hpp"
11namespace triqs_ctint::measures {
16 template <Chan_t Chan>
struct chi2_tau {
34 block2_gf_view<imtime, tensor_valued<4>> chi2_tau_;
40 mesh::imtime tau_mesh;
45#include "./chi2_tau_impl.hpp"
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.