Bi-orthogonal Hartree-Fock

ElemCo.BOHFModule

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

Exported functions

ElemCo.BOHF.bohfMethod
bohf(EC::ECInfo)

Perform BO-HF using integrals from fcidump EC.fd.

ElemCo.BOHF.bouhfMethod
bouhf(EC::ECInfo)

Perform BO-UHF using integrals from fcidump EC.fd.

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!)