wPotentialExpansion Subroutine

public subroutine wPotentialExpansion(lcut, lcut_input, zatom, meshpoints, nr, chi1array, chi2array, theta_array, phi_array, weight_array, DcoeffIndexListA, DcoeffIndexListB, DcoeffListA, DcoeffListB, VLLin, wcoeff)

Arguments

Type IntentOptional Attributes Name
integer :: lcut
integer :: lcut_input
double precision :: zatom
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)
integer, allocatable :: DcoeffIndexListA(:,:)
integer, allocatable :: DcoeffIndexListB(:,:)
complex(kind=dp), allocatable :: DcoeffListA(:)
complex(kind=dp), allocatable :: DcoeffListB(:)
double precision :: VLLin(:,:,:)
complex(kind=dp), allocatable :: wcoeff(:,:,:)