int_T_res Function

private function int_T_res(nn, iperp, p_res, mode)

Uses

  • proc~~int_t_res~~UsesGraph proc~int_t_res alps_fns::int_T_res module~alps_var alps_var proc~int_t_res->module~alps_var mpi mpi module~alps_var->mpi

This function returns the T-tensor according to Eq. (2.10) of the code paper for the case in which it is evaluated at the complex resonance momentum.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nn

Order of the Bessel function.

integer, intent(in) :: iperp

Index to loop over perpendicular momentum.

double complex, intent(in) :: p_res

Complex resonance momentum.

integer, intent(in) :: mode

Index of the entries in the T-tensor of Eq. (2.10).

Return Value doublecomplex


Called by

proc~~int_t_res~~CalledByGraph proc~int_t_res alps_fns::int_T_res proc~landau_integrate alps_fns::landau_integrate proc~landau_integrate->proc~int_t_res proc~full_integrate alps_fns::full_integrate proc~full_integrate->proc~landau_integrate proc~disp alps_fns::disp proc~disp->proc~full_integrate proc~calc_eigen alps_fns::calc_eigen proc~calc_eigen->proc~disp proc~map_search alps_fns::map_search proc~map_search->proc~disp proc~refine_guess alps_fns::refine_guess proc~map_search->proc~refine_guess proc~om_double_scan alps_fns::om_double_scan proc~om_double_scan->proc~disp proc~om_double_scan->proc~calc_eigen proc~secant alps_fns::secant proc~om_double_scan->proc~secant proc~om_scan alps_fns::om_scan proc~om_scan->proc~disp proc~om_scan->proc~calc_eigen proc~om_scan->proc~secant proc~refine_guess->proc~disp proc~refine_guess->proc~secant proc~secant->proc~disp program~alps alps program~alps->proc~map_search program~alps->proc~om_double_scan program~alps->proc~om_scan program~alps->proc~refine_guess

Contents