.. Generated automatically by cpp2rst .. highlight:: c .. role:: red .. role:: green .. role:: param .. _triqs_tprf__dynamic_and_constant_to_tr: triqs_tprf::dynamic_and_constant_to_tr ====================================== *#include * **Synopsis** .. rst-class:: cppsynopsis 1. | std::tuple :red:`dynamic_and_constant_to_tr` (chi_wk_vt :param:`Gamma_pp_dyn_wk`, | chi_k_vt :param:`Gamma_pp_const_k`) 2. | std::tuple :red:`dynamic_and_constant_to_tr` (chi_Dwk_vt :param:`Gamma_pp_dyn_wk`, | chi_k_vt :param:`Gamma_pp_const_k`) Documentation **1)** Fourier transform Gamma parts to imaginary time and real-space **2)** Fourier transform Gamma parts to imaginary time and real-space Parameters ^^^^^^^^^^ * :param:`Gamma_pp_dyn_wk` : The dynamic part of Gamma, which converges to zero for :math:`\omega_n \rightarrow \infty`. * :param:`Gamma_pp_const_k` : The part of Gamma that is constant in Matsubara frequency space :math:`\Gamma(\mathbf{k})`. Returns ^^^^^^^ Tuple of Gamma_pp_dyn_tr, the dynamic part of Gamma, which converges to zero for :math:`\omega_n \rightarrow \infty`, but now in :math:`\tau`-space, Gamma_pp_const_r, the constant part of Gamma in real-space.