This example illustrate the use of the RI-B05 and RI-PSTS functionals. These are presently available only for single-point calculations, and convergence is greatly facilitated by obtaining converged SCF orbitals from, e.g., an LDA or HF calculation first. (LDA is used in the example below but HF can be substituted.) Use of the RI approximation (Section 6.6) requires specification of an auxiliary basis set.
$comment H2, example of SP RI-B05. First do a well-converged LSD, G3LARGE is the basis of choice for good accuracy. $end $molecule 0 1 H 0. 0. 0.0 H 0. 0. 0.7414 $end $rem METHOD lda BASIS g3large SCF_GUESS core ! required PURECART 2222 ! required THRESH 14 INCDFT false SCF_CONVERGENCE 9 POINT_GROUP_SYMMETRY false INTEGRAL_SYMMETRY false $end @@@ $molecule read $end $rem EXCHANGE b05 ! or set to psts for ri-psts BASIS g3large AUX_BASIS rib05-cc-pvtz ! the aux basis for both RI-B05 and RI-PSTS SCF_GUESS read PURECART 2222 ! required THRESH 4 PRINT_INPUT true INCDFT false MAX_SCF_CYCLES 0 ! required DFT_CUTOFFS 0 ! required POINT_GROUP_SYMMETRY false INTEGRAL_SYMMETRY false $end