load_orb_perm Subroutine

public subroutine load_orb_perm(perm)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: perm(:)

Contents

Source Code


Source Code

    subroutine load_orb_perm(perm)
        integer, intent(in) :: perm(:)

        orbital_permutation = perm
    end subroutine load_orb_perm