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_TYPE=DF,SCF_TYPE=MEM_DF, andSCF_TYPE=DISK_DFcan haveINCOREandOUT_OF_COREselected; andSCF_TYPE=PKcan haveINCORE,OUT_OF_CORE,YOSHIMINE_OUT_OF_CORE, andREORDER_OUT_OF_COREselected.
Type: string
Possible Values: AUTO, INCORE, OUT_OF_CORE, YOSHIMINE_OUT_OF_CORE, REORDER_OUT_OF_CORE
Default: AUTO