GAS_PCHB_options_t Derived Type

type, public :: GAS_PCHB_options_t


Contents


Components

Type Visibility Attributes Name Initial
type(GAS_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(GAS_PCHB_options_t), intent(in) :: options

    Return Value character(len=:), allocatable