This function performs the integral in Eq. (2.9) of the code paper, but without accounting for the Landau contour integral. It is called by full_integrate.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
double complex, | intent(in) | :: | om |
Complex wave frequency . |
||
integer, | intent(in) | :: | nn |
Order of the Bessel function. |
||
integer, | intent(in) | :: | mode |
Index of the entries in the T-tensor of Eq. (2.10). |
||
integer | :: | iparmin |
Minimum limit index of parallel momentum for integration. |
|||
integer | :: | iparmax |
Maximum limit index of parallel momentum for integration. |