gen_double Function

public function gen_double(nI, nJ, ExcitMat, tParity, store, excitType) result(pGen)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nI(nel)
integer, intent(out) :: nJ(nel)
integer, intent(out) :: ExcitMat(2,maxExcit)
logical, intent(out) :: tParity
type(excit_gen_store_type), intent(inout), target :: store
integer, intent(in) :: excitType

Return Value real(kind=dp)


Contents