int_T_res_rel Function

private function int_T_res_rel(sproc_rel, nn, igamma, pparbar, mode)

Uses

  • proc~~int_t_res_rel~~UsesGraph proc~int_t_res_rel alps_fns_rel::int_T_res_rel module~alps_var alps_var proc~int_t_res_rel->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 for the relativistic calculation.

Arguments

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

is_rel of the current process.

integer, intent(in) :: nn

Order of the Bessel function.

integer, intent(in) :: igamma

Index to loop over .

double complex, intent(in) :: pparbar

Relativistic parallel momentum.

integer, intent(in) :: mode

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

Return Value doublecomplex


Calls

proc~~int_t_res_rel~~CallsGraph proc~int_t_res_rel alps_fns_rel::int_T_res_rel proc~cbessj alps_fns_rel::CBESSJ proc~int_t_res_rel->proc~cbessj proc~fact alps_fns_rel::Fact proc~cbessj->proc~fact

Called by

proc~~int_t_res_rel~~CalledByGraph proc~int_t_res_rel alps_fns_rel::int_T_res_rel proc~landau_integrate_rel alps_fns_rel::landau_integrate_rel proc~landau_integrate_rel->proc~int_t_res_rel proc~full_integrate alps_fns::full_integrate proc~full_integrate->proc~landau_integrate_rel 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