7#include "../qmc_config.hpp"
8#include "../container_set.hpp"
10namespace triqs_ctint::measures {
35 block_gf_view<imtime, M_tau_target_t> M_tau_;
38 std::vector<matrix_view<M_tau_scalar_t>> M_hartree_;
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.