PSI4 Project Logo

DFOCC

Performs density-fitted orbital-optimized MPn and CC computations and conventional MPn computations.

General

CC_DIIS_MAX_VECS

Maximum number of vectors used in amplitude DIIS

  • Type: integer
  • Default: 6

CC_DIIS_MIN_VECS

Minimum number of vectors used in amplitude DIIS

  • Type: integer
  • Default: 2

CC_MAXITER

Maximum number of iterations to determine the amplitudes

  • Type: integer
  • Default: 50

CEPA_OS_SCALE

CEPA opposite-spin scaling value from SCS-CCSD

  • Type: double
  • Default: 1.27

CEPA_SOS_SCALE

CEPA Spin-opposite scaling (SOS) value

  • Type: double
  • Default: 1.3

CEPA_SS_SCALE

CEPA same-spin scaling value from SCS-CCSD

  • Type: double
  • Default: 1.13

CEPA_TYPE

CEPA type such as CEPA0, CEPA1 etc. currently we have only CEPA0.

  • Type: string
  • Possible Values: CEPA(0)
  • Default: CEPA(0)

CHOLESKY_TOLERANCE

tolerance for Cholesky decomposition of the ERI tensor

CONV_TEI_TYPE

The algorithm that used for 4 index MO TEIs.

  • Type: string
  • Possible Values: DIRECT, DISK
  • Default: DIRECT

CUTOFF

Cutoff value for numerical procedures

  • Type: integer
  • Default: 8

DO_DIIS

Do apply DIIS extrapolation?

DO_LEVEL_SHIFT

Do apply level shifting?

DO_SCS

Do perform spin-component-scaled OMP2 (SCS-OMP2)? In all computation, SCS-OMP2 energy is computed automatically. However, in order to perform geometry optimizations and frequency computations with SCS-OMP2, one needs to set ‘DO_SCS’ to true

DO_SOS

Do perform spin-opposite-scaled OMP2 (SOS-OMP2)? In all computation, SOS-OMP2 energy is computed automatically. However, in order to perform geometry optimizations and frequency computations with SOS-OMP2, one needs to set ‘DO_SOS’ to true

E3_SCALE

Scaling value for 3rd order energy correction (S. Grimme, Vol. 24, pp. 1529, J. Comput. Chem.)

  • Type: double
  • Default: 0.25

EKT_EA

Do compute virtual orbital energies based on extended Koopmans’ theorem?

EKT_IP

Do compute occupied orbital energies based on extended Koopmans’ theorem?

E_CONVERGENCE

Convergence criterion for energy. See Table Post-SCF Convergence for default convergence criteria for different calculation types.

HESS_TYPE

Type of the MO Hessian matrix

  • Type: string
  • Possible Values: APPROX_DIAG, APPROX_DIAG_EKT, APPROX_DIAG_HF, HF
  • Default: HF

LEVEL_SHIFT

Level shift to aid convergence

  • Type: double
  • Default: 0.02

LINEQ_SOLVER

The solver will be used for simultaneous linear equations.

  • Type: string
  • Possible Values: CDGESV, FLIN, POPLE
  • Default: CDGESV

MAX_MOGRAD_CONVERGENCE

Convergence criterion for maximum orbital gradient

MO_DIIS_NUM_VECS

Number of vectors used in orbital DIIS

  • Type: integer
  • Default: 6

MO_MAXITER

Maximum number of iterations to determine the orbitals

  • Type: integer
  • Default: 50

MO_STEP_MAX

Maximum step size in orbital-optimization procedure

  • Type: double
  • Default: 0.5

MP2_OS_SCALE

MP2 opposite-spin scaling value

  • Type: double
  • Default: 6.0/5.0

MP2_SOS_SCALE

MP2 Spin-opposite scaling (SOS) value

  • Type: double
  • Default: 1.3

MP2_SOS_SCALE2

Spin-opposite scaling (SOS) value for optimized-MP2 orbitals

  • Type: double
  • Default: 1.2

MP2_SS_SCALE

MP2 same-spin scaling value

  • Type: double
  • Default: 1.0/3.0

NAT_ORBS

Do compute natural orbitals?

OCC_ORBS_PRINT

Do print OCC orbital energies?

OO_SCALE

OO scaling factor used in MSD

  • Type: double
  • Default: 0.01

OPT_METHOD

The orbital optimization algorithm. Presently Quasy Newton-Raphson algorithm avaliable with several Hessian options.

  • Type: string
  • Possible Values: QNR
  • Default: QNR

ORB_OPT

Do optimize the orbitals?

ORB_RESP_SOLVER

The algorithm will be used for solving the orbital-response equations. The LINEQ option create the MO Hessian and solve the simultaneous linear equations with method choosen by the LINEQ_SOLVER option. The PCG option does not create the MO Hessian explicitly, instead it solves the simultaneous equations iteratively with the preconditioned conjugate gradient method.

  • Type: string
  • Possible Values: PCG, LINEQ
  • Default: PCG

ORTH_TYPE

The algorithm for orthogonalization of MOs

  • Type: string
  • Possible Values: GS, MGS
  • Default: MGS

PCG_BETA_TYPE

Type of PCG beta parameter (Fletcher-Reeves or Polak-Ribiere).

  • Type: string
  • Possible Values: FLETCHER_REEVES, POLAK_RIBIERE
  • Default: FLETCHER_REEVES

PCG_CONVERGENCE

Convergence criterion for residual vector of preconditioned conjugate gradient method.

PCG_MAXITER

Maximum number of preconditioned conjugate gradient iterations.

  • Type: integer
  • Default: 30

READ_SCF_3INDEX

Do read 3-index integrals from SCF files?

REGULARIZATION

Do use regularized denominators?

REG_PARAM

Regularization parameter

  • Type: double
  • Default: 0.004

RMS_MOGRAD_CONVERGENCE

Convergence criterion for RMS orbital gradient. Default adjusts depending on E_CONVERGENCE

R_CONVERGENCE

Convergence criterion for amplitudes (residuals).

SCS_TYPE

Type of the SCS method

  • Type: string
  • Possible Values: SCS, SCSN, SCSVDW, SCSMI
  • Default: SCS

SOS_TYPE

Type of the SOS method

  • Type: string
  • Possible Values: SOS, SOSPI
  • Default: SOS

WFN_TYPE

Type of the wavefunction.

  • Type: string
  • Possible Values: DF-OMP2, DF-OMP3, DF-OCEPA(0), DF-OMP2.5, DFGRAD, CD-OMP2
  • Default: DF-OMP2