triqs_ctseg.solver.Solver
- class triqs_ctseg.solver.Solver(**kwargs)[source]
Bases:
SolverCoreContinuous-time hybridization-expansion impurity solver in the segment picture.
Thin Python wrapper around
SolverCore. After construction the user is expected to assign the hybridisation functionDelta_tauand, optionally, the retarded density-density interactionD0_tauand the transverse spin-spin interactionJperp_taubefore callingsolve().Measured observables are read from the inherited
resultsmember (seeResultsT).- Parameters:
- **kwargs
Construction parameters forwarded to
ConstrParamsT; see that class for the full list with defaults.
Attributes
Dynamical density-density interaction \(D_0(\tau)\).
Hybridization function \(\Delta(\tau)\).
Dynamical spin-spin interaction \(\mathcal{J}_\perp(\tau)\).
Parameters used for constructing the solver.
Container for all results accumulated by the CTQMC simulation.
Parameters passed to the
solve()method.Methods
solve(**kwargs)Solve the impurity problem.