Bi-orthogonal Hartree-Fock

ElemCo.BOHFModule

bi-orthogonal Hartree-Fock method (using a similarity-transformed FciDump)

source

Exported functions

ElemCo.BOHF.guess_boorbFunction
guess_boorb(EC::ECInfo, guess::Symbol, uhf=false)

Calculate starting guess for BO-MO coefficients (left and right). Type of initial guess for MO coefficients is given by guess. uhf indicates whether the calculation is restricted or unrestricted.

See ScfOptions.guess for possible values. (Note: :SAD` is not possible here and will be replaced by identity matrix!)

source