SCF_SUBTYPE¶
For certain SCF_TYPE algorithms that have internal sub-algorithms depending on available memory or other hardware constraints, allow the best sub-algorithm for the molecule and conditions (
AUTO
; usual mode) or forcibly select a sub-algorithm (usually only for debugging or profiling). Presently,SCF_SUBTYPE=DF
,SCF_SUBTYPE=MEM_DF
, andSCF_SUBTYPE=DISK_DF
can haveINCORE
andOUT_OF_CORE
selected; andSCF_TYPE=PK
can haveINCORE
,OUT_OF_CORE
,YOSHIMINE_OUT_OF_CORE
, andREORDER_OUT_OF_CORE
selected.
Type: string
Possible Values: AUTO, INCORE, OUT_OF_CORE, YOSHIMINE_OUT_OF_CORE, REORDER_OUT_OF_CORE
Default: AUTO