get_available_doubles Function

public pure function get_available_doubles(GAS_spec, det_I) result(doubles_exc_list)

@brief Get all double excitated determinants from det_I that are allowed under GAS constraints.

Arguments

Type IntentOptional Attributes Name
class(GASSpec_t), intent(in) :: GAS_spec
integer, intent(in) :: det_I(:)

Return Value integer, allocatable, (:,:)


Contents