11#include "work_data.hpp"
14#include <triqs/utility/macros.hpp>
16namespace triqs_ctseg {
65 static std::string hdf5_format() {
return "CTSEG_SolverCore"; }
66 friend void h5_write(h5::group h5group, std::string subgroup_name,
solver_core const &s);
67 C2PY_IGNORE
static solver_core h5_read_construct(h5::group h5group, std::string subgroup_name);
results_t results
Container for all results accumulated by the CTQMC simulation.
C2PY_PROPERTY_GET(Jperp_tau) gf_view< imtime > Jperp_tau()
Dynamical spin-spin interaction .
solver_core(constr_params_t const &p)
Initialize the solver.
void solve(solve_params_t const &p)
Solve the impurity problem.
constr_params_t constr_params
Parameters used for constructing the solver.
C2PY_PROPERTY_GET(Delta_tau) block_gf_view< imtime > Delta_tau()
Hybridization function .
C2PY_PROPERTY_GET(D0_tau) block2_gf_view< imtime > D0_tau()
Dynamical density-density interaction .
solve_params_t solve_params
Parameters passed to the solve() method.
Parameters used for constructing the solver class.
Container for all results accumulated by the CTQMC simulation.
Parameters passed to the solve() method of the solver class.