ExpansionCoefficients Subroutine

public subroutine ExpansionCoefficients(Lambda1, Lambda2, lcut, meshpoints, nr, chi1array, chi2array, theta_array, phi_array, weight_array, nuL, nuR, vcoeff)

Arguments

Type IntentOptional Attributes Name
integer :: Lambda1
integer :: Lambda2
integer :: lcut
double precision :: meshpoints(:)
integer :: nr
complex(kind=dp), allocatable :: chi1array(:,:)
complex(kind=dp), allocatable :: chi2array(:,:)
double precision :: theta_array(integrationpoints)
double precision :: phi_array(integrationpoints)
double precision :: weight_array(integrationpoints)
complex(kind=dp), allocatable :: nuL(:,:,:)
complex(kind=dp), allocatable :: nuR(:,:,:)
complex(kind=dp), dimension(4) :: vcoeff