triqs_cthyb.solver.Solver.__init__
- Solver.__init__(beta, gf_struct, n_iw=1025, n_tau=10001, n_l=30, delta_interface=False)[source]
Initialise the solver.
- Parameters:
- betascalar
Inverse temperature.
- gf_structlist of pairs [ (str,int), …]
Structure of the Green’s functions. It must be a list of pairs, each containing the name of the Green’s function block and its linear size. For example:
[ ('up', 3), ('down', 3) ]
.- n_iwinteger, optional
Number of Matsubara frequencies used for the Green’s functions.
- n_tauinteger, optional
Number of imaginary time points used for the Green’s functions.
- n_linteger, optional
Number of legendre polynomials to use in accumulations of the Green’s functions.
- delta_interface: bool, optional
Are Delta_tau and Delta_infty provided as input instead of G0_iw?