Dirac–Hartree–Fock¶
Description¶
The Dirac–Hartree–Fock method performs a self-consistent field orbital optimization and energy calculation within a four-component relativistic framework. The Dirac–Coulomb, Dirac–Coulomb–Gaunt, or full Dirac–Coulomb–Breit Hamiltonian can be used. Density fitting is used for the two-electron integrals, and 2-spinor basis functions are generated using restricted kinetic balance (RKB). External magnetic fields can be applied, in which case the spinor basis functions are generated using restricted magnetic balance (RMB) instead.
Dirac–Hartree–Fock (DHF) should not be run with an odd number of electrons in the absence of an external magnetic field, due to the Kramers degeneracy. For open-shell molecules, it is recommended to run relativistic complete active space self-consistent field (ZCASSCF). Dirac HF can be used to generate guess orbitals by increasing the molecular charge to remove unpaired electrons.
Calculations using DHF can be done using the keyword "title" : "dhf"
.
Keywords¶
The default values are recommended unless mentioned otherwise.
gaunt
breit
robust
maxiter (or maxiter_scf)
conv_ignore
diis_start
thresh (or thresh_scf)
thresh_overlap
charge
pop
Example¶
{ "bagel" : [
{
"title" : "molecule",
"basis" : "svp",
"df_basis" : "svp-jkfit",
"angstrom" : "false",
"geometry" : [
{ "atom" : "F", "xyz" : [ -0.000000, -0.000000, 2.720616]},
{ "atom" : "H", "xyz" : [ -0.000000, -0.000000, 0.305956]}
]
},
{
"title" : "hf"
},
{
"title" : "dhf",
"gaunt" : true,
"breit" : true
}
]}
The non-relativistic SCF calculation converges in 13 iterations to \(-99.84772354\), and the Dirac HF converges after 9 iterations to \(-99.92755305\).
References¶
BAGEL references¶
Description of Reference |
Reference |
---|---|
Density fitted Dirac–Hartree–Fock method |
M. S. Kelley and T. Shiozaki, J. Chem. Phys. 138, 204113 (2013). |
GIAO extension |
R. D. Reynolds and T. Shiozaki, Phys. Chem. Chem. Phys. 17, 14280 (2015). |
General references¶
Description of Reference |
Reference |
---|---|
General text on relativistic electronic structure, including Dirac–Hartree–Fock. |
M. Reiher and A. Wolf, Relativistic Quantum Chemistry (Wiley-VCH, Weinheim, 2009). |