triqs_cthyb.solver.Solver

class triqs_cthyb.solver.Solver(beta, gf_struct, n_iw=1025, n_tau=10001, n_l=30, delta_interface=False)[source]

Methods

__init__(beta, gf_struct[, n_iw, n_tau, ...])

Initialise the solver.

solve(**params_kw)

Solve the impurity problem for a given G0_iw.

Attributes

Delta_infty

\(G_0^{-1}(i\omega_n = \infty)\) in Matsubara Frequency.

Delta_tau

\(\Delta(\tau)\) in imaginary time.

G0_iw

\(G_0(i\omega)\) in imaginary frequencies.

G2_iw

Two-particle Green's function \(G^{(2)}(i\nu,i\nu',i\nu'')\) (three Fermionic frequencies)

G2_iw_nfft

Two-particle Green's function \(G^{(2)}(i\nu,i\nu',i\nu'')\) (three Fermionic frequencies)

G2_iw_ph

Two-particle Green's function \(G^{(2)}(i\omega,i\nu,i\nu')\) in the ph-channel (one bosonic matsubara and two fermionic)

G2_iw_ph_nfft

Two-particle Green's function \(G^{(2)}(i\omega,i\nu,i\nu')\) in the ph-channel (one bosonic matsubara and two fermionic)

G2_iw_pp

Two-particle Green's function \(G^{(2)}(i\omega,i\nu,i\nu')\) in the pp-channel (one bosonic matsubara and two fermionic)

G2_iw_pp_nfft

Two-particle Green's function \(G^{(2)}(i\omega,i\nu,i\nu')\) in the pp-channel (one bosonic matsubara and two fermionic)

G2_iwll_ph

Two-particle Green's function \(G^{(2)}(i\omega,l,l')\) in the ph-channel (one bosonic matsubara and two legendre)

G2_iwll_pp

Two-particle Green's function \(G^{(2)}(i\omega,l,l')\) in the pp-channel (one bosonic matsubara and two legendre)

G2_tau

Two-particle Green's function \(G^{(2)}(\tau_1,\tau_2,\tau_3)\) (three Fermionic imaginary times)

G_l

Single-particle Green's function \(G_l\) in Legendre polynomial representation.

G_tau

Single-particle Green's function \(G(\tau)\) in imaginary time.

G_tau_accum

Intermediate Green's function to accumulate g(tau), either real or complex

O_tau

General operator Green's function \(O(\tau)\) in imaginary time.

asymmetry_G_tau

Violation of the fundamental Green function property G(tau)[i,j] = G(tau)*[j,i] after the measurement

auto_corr_time

Auto-correlation time

average_order

Average perturbation order

average_sign

Monte Carlo average sign.

constr_parameters

construction parameter list

density_matrix

Accumulated density matrix.

h_loc

The local Hamiltonian of the problem: \(H_{loc}\) used in the last call to solve().

h_loc0

The noninteracting part of the local Hamiltonian.

h_loc_diagonalization

Diagonalization of \(H_{loc}\).

hybridisation_is_complex

cthyb compiled with support for complex hybridization?

last_constr_parameters

Set of parameters used in the construction of the solver_core class.

last_solve_parameters

Set of parameters used in the last call to solve().

local_hamiltonian_is_complex

cthyb compiled with support for complex local Hamiltonian?

performance_analysis

Histograms related to the performance analysis.

perturbation_order

Histograms of the perturbation order for each block

perturbation_order_total

Histogram of the total perturbation order

solve_parameters

solve parameter list

solve_status

status of the solve() on exit.