PotentialMatrixArray Subroutine

public subroutine PotentialMatrixArray(lcut, lcut_input, zatom, meshpoints, nrmax, kinenergy, VLLin, PotMatrixArray)

Arguments

Type IntentOptional Attributes Name
integer :: lcut
integer :: lcut_input
double precision :: zatom
double precision :: meshpoints(nrmax)
integer :: nrmax
complex(kind=dp) :: kinenergy
double precision :: VLLin(nrmax,(2*lcut+1)**2,2)
complex(kind=dp) :: PotMatrixArray(:,:,:)