triqs_ctint.solver_core.ConstrParamsT

class triqs_ctint.solver_core.ConstrParamsT

Bases: object

Parameters used for constructing the solver class.


Synthesized constructor with the following keyword arguments:

Parameters:
dlr_wmaxfloat
betafloat
gf_struct[tuple[str, int]]
n_tauint, default=5001
dlr_epsfloat, default=1e-10
use_Dbool, default=false
use_Jperpbool, default=false
n_tau_dynamical_interactionsint, default=this->n_tau

Attributes

beta

Inverse temperature \(\beta\).

dlr_eps

DLR error tolerance \(\epsilon\) for the single-particle quantities.

dlr_wmax

DLR bandwidth cutoff \(w_{max} = \Lambda / \beta\) for the single-particle quantities.

gf_struct

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

n_tau

Number of imaginary-time points for the single-particle quantities.

n_tau_dynamical_interactions

Number of imaginary-time points for \(D_0(\tau)\) and \(J_\perp(\tau)\).

use_D

Use a dynamic density-density interaction?

use_Jperp

Use a dynamic spin-spin interaction?

Methods

block_names

Names of the blocks of the Green's function.

n_blocks

Number of blocks of the Green's function.