filter_ras_occs Subroutine

public subroutine filter_ras_occs(ras, occs_in, occs_out)

filters set of occupation numbers to meet ras restrictions

Arguments

Type IntentOptional Attributes Name
type(gas), intent(in) :: ras(:)
integer, intent(in), allocatable :: occs_in(:,:)
integer, intent(out), allocatable :: occs_out(:,:)