Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
decide_on_PCHB_options
Function
23 statements
Source File
gasci_pchb_main.F90
gasci_pchb_main
decide_on_PCHB_options
Contents
public pure function decide_on_PCHB_options(GAS_PCHB_user_input, loc_nBasis, loc_nEl, loc_tUHF) result(res)
Arguments
Type
Intent
Optional
Attributes
Name
type(
GAS_PCHB_OptionsUserInput_t
),
intent(in)
::
GAS_PCHB_user_input
integer,
intent(in)
::
loc_nBasis
integer,
intent(in)
::
loc_nEl
logical,
intent(in)
::
loc_tUHF
Return Value
type(
GAS_PCHB_options_t
)
Contents