Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ExcitGenSessionType), | intent(inout) | :: | session | |||
logical, | intent(out) | :: | tReachedLimit |
subroutine GoToNextElecIndices(session, tReachedLimit)
implicit none
type(ExcitGenSessionType), intent(inout) :: session
logical, intent(out) :: tReachedLimit
call IncrementIndex(session%elecIndices, session%rank, nEl, tReachedLimit)
! reset unoccupied indices
call ResetIndices(session%holeIndices, session%rank)
end subroutine GoToNextElecIndices