PropVec_PCHB_options_t Derived Type

type, public :: PropVec_PCHB_options_t


Components

Type Visibility Attributes Name Initial
type(PropVec_PCHB_SinglesOptions_t), public :: singles
type(PCHB_DoublesOptions_t), public :: doubles
logical, public :: use_lookup = .false.

Use and/or create/manage the supergroup lookup.


Type-Bound Procedures

procedure, public :: assert_validity

procedure, public :: to_str

  • private function to_str(options) result(res)

    Arguments

    Type IntentOptional Attributes Name
    class(PropVec_PCHB_options_t), intent(in) :: options

    Return Value character(len=:), allocatable