get_idx_prop_vec_det Function

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

Calculate the property vector index for a determinant nI

Type Bound

PropertyIndexer_t

Arguments

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

The determinant for which the prop_vec index should be calculated.

Return Value integer