triqs_ctseg.solver_core.SolverCore

class triqs_ctseg.solver_core.SolverCore

Bases: object

Continuous-time hybridization-expansion quantum Monte Carlo solver.


Dispatched C++ constructor(s).

[1] (p: ConstrParamsT)

Initialize the solver.

Parameters:
pConstrParamsT

Parameters used for constructing the solver class.

Attributes

D0_tau

Dynamical density-density interaction \(D_0(\tau)\).

Delta_tau

Hybridization function \(\Delta(\tau)\).

Jperp_tau

Dynamical spin-spin interaction \(\mathcal{J}_\perp(\tau)\).

constr_params

Parameters used for constructing the solver.

results

Container for all results accumulated by the CTQMC simulation.

solve_params

Parameters passed to the solve() method.

Methods

solve

Solve the impurity problem.