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