FCI_PCHB_SinglesOptions_vals_t Derived Type

type, private :: FCI_PCHB_SinglesOptions_vals_t


Contents


Components

Type Visibility Attributes Name Initial
type(FCI_PCHB_singles_algorithm_vals_t), public :: algorithm = FCI_PCHB_singles_algorithm_vals_t()
type(PC_WeightedSinglesOptions_vals_t), public :: PC_weighted = PC_WeightedSinglesOptions_vals_t()

Type-Bound Procedures

procedure, public, nopass :: from_str => singles_from_keyword

  • private pure function singles_from_keyword(w) result(res)

    Parse a given keyword into the possible weighting schemes

    Arguments

    Type IntentOptional Attributes Name
    character(len=*), intent(in) :: w

    Return Value type(FCI_PCHB_SinglesOptions_t)