DerivCalcType

class psi4.core.DerivCalcType

Bases: pybind11_builtins.pybind11_object

Members:

Default : Use internal logic.

SCF : SCF methods.

SCFandDF : Correlated methods using DF (no reference contribution).

Correlated : Correlated methods that write RDMs and Lagrangian to disk.

Attributes Summary

Correlated

Default

SCF

SCFandDF

name

value

Attributes Documentation

Correlated = <DerivCalcType.Correlated: 3>
Default = <DerivCalcType.Default: 0>
SCF = <DerivCalcType.SCF: 1>
SCFandDF = <DerivCalcType.SCFandDF: 2>
name
value