readDcoeff Subroutine

public subroutine readDcoeff(lcut, DcoeffIndexListA, DcoeffIndexListB, DcoeffListA, DcoeffListB)

Arguments

Type IntentOptional Attributes Name
integer :: lcut
integer, allocatable :: DcoeffIndexListA(:,:)
integer, allocatable :: DcoeffIndexListB(:,:)
complex(kind=dp), allocatable :: DcoeffListA(:)
complex(kind=dp), allocatable :: DcoeffListB(:)