GetHolePosIdentifier Function

public function GetHolePosIdentifier(session) result(posId)

Arguments

Type IntentOptional Attributes Name
type(ExcitGenSessionType), intent(in) :: session

Return Value integer


Contents

Source Code


Source Code

    function GetHolePosIdentifier(session) result(posId)
        implicit none
        type(excitGenSessionType), intent(in) :: session
        integer :: posId
        posId = GetPosIdentifier(session%holeIndices, session%rank, nBasis - nEl)
    end function GetHolePosIdentifier