triqs_tprf::dynamical_screened_interaction_W_from_generalized_susceptibility
#include <triqs_tprf.hpp>
Synopsis
chi_wk_t dynamical_screened_interaction_W_from_generalized_susceptibility (chi_wk_cvt chi_wk,chi_k_cvt V_k) chi_fk_t dynamical_screened_interaction_W_from_generalized_susceptibility (chi_fk_cvt chi_fk,chi_k_cvt V_k) chi_wk_t dynamical_screened_interaction_W_from_generalized_susceptibility (chi_wk_cvt chi_wk,chi_wk_cvt V_wk) chi_fk_t dynamical_screened_interaction_W_from_generalized_susceptibility (chi_fk_cvt chi_fk,chi_fk_cvt V_fk)
Documentation
1) Dynamical screened interaction \(W(i\omega_n, \mathbf{k})\) calculator for static momentum-dependent bare interactions \(V(\mathbf{k})\) and known generalized susceptibility \(\chi(i\omega_n, \mathbf{k})\)
The full screened interaction \(W(i\omega_n, \mathbf{k})\) is given by
\[W^{(full)}_{abcd}(i\omega_n, \mathbf{k}) = V_{abcd}(\mathbf{k}) + \sum_{efgh} V_{abef}(\mathbf{k}) \cdot \chi_{fegh}(i\omega_n, \mathbf{k}) \cdot V_{hgcd}(\mathbf{k})\]2) Dynamical screened interaction \(W(\omega, \mathbf{k})\) calculator for static momentum-dependent bare interactions \(V(\mathbf{k})\) and known generalized susceptibility \(\chi(\omega, \mathbf{k})\)
The full screened interaction \(W(\omega, \mathbf{k})\) is given by
\[W^{(full)}_{abcd}(\omega, \mathbf{k}) = V_{abcd}(\mathbf{k}) + \sum_{efgh} V_{abef}(\mathbf{k}) \cdot \chi_{fegh}(\omega, \mathbf{k}) \cdot V_{hgcd}(\mathbf{k})\]3) Dynamical screened interaction \(W(i\omega_n, \mathbf{k})\) calculator for dynamic momentum-dependent bare interactions \(V(i\omega_n, \mathbf{k})\) and known generalized susceptibility \(\chi(i\omega_n, \mathbf{k})\)
The full screened interaction \(W(i\omega_n, \mathbf{k})\) is given by
\[W^{(full)}_{abcd}(i\omega_n, \mathbf{k}) = V_{abcd}(i\omega_n, \mathbf{k}) + \sum_{efgh} V_{abef}(i\omega_n, \mathbf{k}) \cdot \chi_{fegh}(i\omega_n, \mathbf{k}) \cdot V_{hgcd}(i\omega_n, \mathbf{k})\]4) Dynamical screened interaction \(W(\omega, \mathbf{k})\) calculator for dynamic momentum-dependent bare interactions \(V(\omega, \mathbf{k})\) and known generalized susceptibility \(\chi(\omega, \mathbf{k})\)
The full screened interaction \(W(\omega, \mathbf{k})\) is given by
\[W^{(full)}_{abcd}(\omega, \mathbf{k}) = V_{abcd}(\omega, \mathbf{k}) + \sum_{efgh} V_{abef}(\omega, \mathbf{k}) \cdot \chi_{fegh}(\omega, \mathbf{k}) \cdot V_{hgcd}(\omega, \mathbf{k})\]
Parameters
chi_wk generalized susceptibility \(\chi_{abcd}(i\omega_n, \mathbf{k})\)
V_k static bare interaction \(V_{abcd}(\mathbf{k})\)
chi_fk generalized susceptibility \(\chi_{abcd}(\omega, \mathbf{k})\)
V_wk dynamic bare interaction \(V_{abcd}(i\omega_n, \mathbf{k})\)
V_fk dynamic bare interaction \(V_{abcd}(\omega, \mathbf{k})\)
Returns
dynamical screened interaction \(W_{abcd}(i\omega_n, \mathbf{k})\)