triqs_cthyb.solver_core.ConstrParametersT

class triqs_cthyb.solver_core.ConstrParametersT

Bases: object

Parameters used for constructing the solver class.


Synthesized constructor with the following keyword arguments:

Parameters:
betafloat
gf_struct[tuple[str, int]]
n_iwint, default=1025
n_tauint, default=10001
n_lint, default=50
delta_interfacebool, default=false

Attributes

beta

Inverse temperature \(\beta\).

delta_interface

Use \(\Delta(\tau)\) and \(h_{loc0}\) as input instead of \(G_0(i\omega)\).

gf_struct

Structure of the Green's function (names and sizes of blocks).

n_iw

Number of Matsubara frequencies.

n_l

Number of Legendre polynomials.

n_tau

Number of imaginary-time points.