PotentialExpansionNoB Subroutine

public subroutine PotentialExpansionNoB(lcut, lcut_input, zatom, meshpoints, nr, chi1array, chi2array, theta_array, phi_array, weight_array, VLLin, vcoeff)

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)
double precision :: VLLin(:,:,:)
complex(kind=dp), allocatable, dimension(:,:,:) :: vcoeff