Green's Function calculation: non-SU(2)

In this module ed_gf_nonsu2 the interacting impurity Green's functions \(\hat{G}(z)\) are evaluated for ed_mode = nonsu2.

Briefly, for any eigenstate \(|n\rangle\) in the state_list contributing to the low energy part of the Hamiltonian spectrum the normal Green's functions:

\[G_{ab\sigma\sigma'}(z) = \frac{1}{\cal Z}\sum_n e^{\beta E_n}\langle n| c^\dagger_{a\sigma} [z-H]^{-1} c_{b\sigma'} |n \rangle + \langle n | c_{a\sigma} [z-H]^{-1} c^\dagger_{b\sigma'} | n \rangle\]

are evaluated using dynamical Lanczos method: a) the partial tridiagonalization of the sector Hamiltonian \(H\) with quantum numbers \(\vec{Q}=N_{\rm tot} = N_\uparrow+N\downarrow\) on the Krylov basis of \(c_{a\sigma}|n\rangle\) or \(c^\dagger_{a\sigma}|n\rangle\) is obtained; b) the resulting tridiagonal matrix is further diagonalized to obtained excitations amplitudes or weights \(\langle m | c_{a\sigma} | n \rangle\) or \(\langle m | c^\dagger_{a\sigma} | n \rangle\) for any state \(| m \rangle\) in the spectrum (without knowing the state itself ) and the excitations energies \(\delta E = E_m - E_n\) or poles; c) an controlled approximation to the Kallen-Lehmann sum is constructed for any value of \(z\in{\mathbb C}\) and \(a,b=1,\dots,N_{\rm orb}\), \(\sigma=\uparrow,\downarrow\).

While the Green's functions are evaluated in a given set of Matsubara impgmats and Real-axis points impgreal, the weights and the poles obtained in this calculation are stored in a dedicated data structure gfmatrix for a fast recalculation on any given intervals of frequencies in the complex plane.

Finally, the self-energy functions are constructed using impurity Dyson equation \(\hat{\Sigma}(z) = \hat{G}^{-1}_0(z) - \hat{G}^{-1}(z)\).

Quick access

Routines:

build_impg_nonsu2(), get_impg_nonsu2(), get_sigma_nonsu2()

Used modules

  • ed_input_vars: User-accessible input variables

  • ed_vars_global: Global variable accessible throughout the code

  • ed_aux_funx: Assortment of auxiliary procedures required throughout the code

  • ed_eigenspace: Data types for the eigenspace

  • ed_bath: Routines for bath creation and manipulation

  • ed_setup: Routines for solver environment initialization and finalization

  • ed_sector: Routines for Fock space sectors creation and manipulation

  • ed_hamiltonian_nonsu2: Routines for Hamiltonian construction, NONSU2 case

External modules

Subroutines and functions

subroutine  ed_gf_nonsu2/build_impg_nonsu2()
Use :

ed_input_vars (nspin, norb)

function  ed_gf_nonsu2/get_impg_nonsu2(zeta[, axis])
Parameters:

zeta (•) [complex, in]

Options:

axis [character(len=*)]

Result:

gf (nspin, nspin, norb, norb, size(zeta)) [complex]

Use :

ed_input_vars (nspin, norb)

function  ed_gf_nonsu2/get_sigma_nonsu2(zeta[, axis])
Parameters:

zeta (•) [complex, in]

Options:

axis [character(len=*)] – string indicating the desired axis, 'm' for Matsubara (default), 'r' for Real-axis

Result:

sigma (nspin, nspin, norb, norb, size(zeta)) [complex]

Use :

ed_input_vars (nspin, norb)