Maps a set of six indices from pre-freeze to post-freeze orbital indexing
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(inout) | :: | indices(:) |
subroutine map_indices(indices) integer(int64), intent(inout) :: indices(:) indices = indices - numBasisIndices(nFrozen) end subroutine map_indices