contains_conf Function

private pure function contains_conf(this, nI) result(res)

Query wether a determinant or CSF is contained in the GAS space.

Type Bound

GASSpec_t

Arguments

Type IntentOptional Attributes Name
class(GASSpec_t), intent(in) :: this

Specification of GAS spaces.

integer, intent(in) :: nI(:)

An index of occupied spin orbitals.

Return Value logical


Contents