get_supergroup_idx_det Function

private pure function get_supergroup_idx_det(this, nI) result(idx)

Calculate the supergroup index for a determinant nI

Type Bound

SuperGroupIndexer_t

Arguments

Type IntentOptional Attributes Name
class(SuperGroupIndexer_t), intent(in) :: this
integer, intent(in) :: nI(:)

The determinant for which the supergroup index should be calculated.

Return Value integer


Contents