get_orb_idx Function

private elemental function get_orb_idx(this, i, iGAS)

Returns the i-th spin orbital in the iGAS GAS space.

Can be seen as the preimage of get_iGAS (which is usually not injective).

Type Bound

GASSpec_t

Arguments

Type IntentOptional Attributes Name
class(GASSpec_t), intent(in) :: this
integer, intent(in) :: i
integer, intent(in) :: iGAS

Return Value integer


Contents