Hartree-Fock self-consistent field method
Anchor (Master): Landau, L. D. & Lifshitz, E. M., *Quantum Mechanics: Non-Relativistic Theory*, 3rd ed. (Pergamon, 1977), Ch. X §§69–70; Szabo & Ostlund, *Modern Quantum Chemistry* (Dover, 1996), Chs. 2–3; Helgaker, T., Jørgensen, P. & Olsen, J., *Molecular Electronic-Structure Theory* (Wiley, 2000), Chs. 10–11
Intuition Beginner
An atom with many electrons is a hard problem because every electron pushes on every other electron at once. You cannot solve for one electron without knowing where all the others are, and you cannot know where the others are without first solving for them. The Hartree-Fock method cuts this knot with a bold simplification: pretend each electron moves alone, not in the field of the other electrons one by one, but in the smooth average field they produce together. One genuine many-body tangle becomes many single-electron problems that talk to each other only through an averaged background.
The catch is that this averaged background depends on the very orbitals you are trying to find. So you guess a set of orbitals, build the average field they create, solve the single-electron problems in that field, and get a new set of orbitals. You repeat until the orbitals you put in match the orbitals you get out. That fixed point is the "self-consistent field." The name says exactly what it does: the field is consistent with the orbitals that generate it.
Why bother? Because this gives a recipe that actually computes. It turns an unsolvable wall of coupled equations into a loop you can run on paper for helium and on a computer for a protein. It is the foundation almost every practical method in quantum chemistry refines or corrects.
Visual Beginner
A flow diagram of the self-consistent loop. Start with a guess for the electron orbitals. From those orbitals, build the average electric field that all the electrons together produce. Put each electron into that field one at a time and solve its single-particle equation, which yields a fresh set of orbitals. Compare the fresh orbitals to the ones you started the loop with. If they disagree, feed the fresh ones back to the top and go around again. If they agree, you have found the self-consistent field and you stop.
The picture captures the essential idea: the field and the orbitals chase each other around a loop until they settle on a pair that match. The arrow that closes the circle is the heart of the method, because it is what makes the field consistent with the particles that create it.
Worked example Beginner
Take helium: two electrons around a nucleus of charge . We want an estimate of the ground-state energy using the simplest version of the averaging idea.
Step 1. Ignore the repulsion between the two electrons for a moment. Each electron then sees only the nucleus, and the lowest orbital is a hydrogen-like state for nuclear charge . The energy of one such electron is electron-volts, so two electrons give electron-volts. That is far too low, because we threw away the repulsion that pushes the energy up.
Step 2. Put the repulsion back in as an average. The two electrons repel, and the average repulsion energy for two electrons of nuclear charge works out to electron-volts. Adding this in gives electron-volts.
Step 3. Compare with experiment. The measured ground-state energy of helium is electron-volts. Our averaged estimate of is within about five percent.
Step 4. See where the leftover error comes from. We held each electron in a fixed orbital. A better method lets each orbital relax in response to the other electron, which is exactly what the self-consistent loop does, and it recovers most of the remaining gap.
What this tells us: averaging the repulsion turns an unsolvable two-electron problem into an arithmetic one, and it already lands close to the right answer. Letting the orbitals adjust to the averaged field, rather than freezing them, is the improvement that the full method delivers.
Check your understanding Beginner
Formal definition Intermediate+
Consider electrons with the non-relativistic electronic Hamiltonian, in atomic units, $$ \hat H = \sum_{i=1}^{N} \hat h(i) + \sum_{i<j} \frac{1}{|\mathbf r_i - \mathbf r_j|}, \qquad \hat h = -\tfrac{1}{2}\nabla^2 - \sum_{A} \frac{Z_A}{|\mathbf r - \mathbf R_A|}, $$ where collects the kinetic energy and the electron-nucleus attraction (the one-body part), and the pair sum is the electron-electron repulsion (the two-body part). The state space is the antisymmetric subspace of the -fold tensor product of the one-electron space , the factor carrying spin.
A spin-orbital is a one-particle state . Given orthonormal spin-orbitals , the Slater determinant is the normalised antisymmetrised product $$ \Psi(\mathbf x_1,\dots,\mathbf x_N) = \frac{1}{\sqrt{N!}} \det \big[ \chi_i(\mathbf x_j) \big]_{i,j=1}^{N}, $$ where bundles space and spin. The determinant changes sign under exchange of any two coordinates and vanishes whenever two spin-orbitals coincide, so it enforces both antisymmetry and the Pauli exclusion principle by construction.
The Hartree-Fock approximation is the restriction of the variational problem to single Slater determinants: minimise the energy expectation value $$ E[\Psi] = \langle \Psi | \hat H | \Psi \rangle $$ over all determinants built from orthonormal spin-orbitals. Using the Slater-Condon rules, the energy of a single determinant is $$ E_{\mathrm{HF}} = \sum_{i=1}^{N} \langle i | \hat h | i \rangle
- \frac{1}{2} \sum_{i,j=1}^{N} \big( [ii|jj] - [ij|ji] \big), [ij|kl] = \iint \chi_i^(\mathbf x_1)\chi_j(\mathbf x_1) \frac{1}{r_{12}} \chi_k^(\mathbf x_2)\chi_l(\mathbf x_2), d\mathbf x_1, d\mathbf x_2. $$ The term is the Coulomb integral (the classical repulsion of two charge clouds) and is the exchange integral (a purely quantum term with no classical analogue, surviving only for spin-orbitals of the same spin).
Counterexamples to common slips
- The exchange term is not a small correction added by hand. It arises automatically from antisymmetry; dropping it gives the older Hartree method, whose energy omits and uses orbitals that need not be orthogonal.
- The diagonal "self-interaction" terms cancel exactly: at one has , so an electron does not repel itself. This cancellation is a genuine virtue of Hartree-Fock and fails in approximate density-functional treatments.
- Orbital energies are Lagrange multipliers, not the pieces of the total energy. Summing them double-counts the electron-electron interaction: , not .
Key theorem with proof Intermediate+
Theorem (Hartree-Fock equations). Let be the energy of a single Slater determinant built from orthonormal spin-orbitals . A stationary point of subject to the orthonormality constraints satisfies, after a unitary rotation diagonalising the multiplier matrix, the canonical Hartree-Fock equations $$ \hat f, \chi_i = \big[ \hat h + \hat V_H - \hat K \big], \chi_i = \varepsilon_i, \chi_i, \qquad i = 1,\dots,N, $$ where the local Hartree (direct) potential acts by multiplication, $$ (\hat V_H \chi_i)(\mathbf x_1) = \left[ \sum_{j=1}^{N} \int \frac{|\chi_j(\mathbf x_2)|^2}{r_{12}}, d\mathbf x_2 \right] \chi_i(\mathbf x_1), $$ and the non-local exchange operator acts by an integral kernel, $$ (\hat K \chi_i)(\mathbf x_1) = \sum_{j=1}^{N} \left[ \int \frac{\chi_j^*(\mathbf x_2)\chi_i(\mathbf x_2)}{r_{12}}, d\mathbf x_2 \right] \chi_j(\mathbf x_1). $$
Proof. Form the constrained functional with a Hermitian matrix of Lagrange multipliers , $$ \mathcal L = E_{\mathrm{HF}}[{\chi_i}] - \sum_{i,j=1}^{N} \lambda_{ij}\big( \langle \chi_i | \chi_j \rangle - \delta_{ij} \big). $$ Vary with respect to , treating and as independent (the standard device for complex variations). From the one-body part, $$ \frac{\delta}{\delta \chi_i^} \sum_k \langle k | \hat h | k \rangle = \hat h, \chi_i. $$ For the two-body part, write the interaction energy as and differentiate. The variation of in $\chi_i^ik,lJ_{kl}=J_{lk}$ gives $$ \frac{\delta}{\delta \chi_i^}, \tfrac12 \sum_{k,l} J_{kl} = \left[ \sum_{j} \int \frac{|\chi_j(\mathbf x_2)|^2}{r_{12}}, d\mathbf x_2 \right] \chi_i(\mathbf x_1) = (\hat V_H \chi_i)(\mathbf x_1). $$ The same bookkeeping for the exchange energy yields $$ \frac{\delta}{\delta \chi_i^}, \tfrac12 \sum_{k,l} K_{kl} = \sum_{j} \left[ \int \frac{\chi_j^*(\mathbf x_2)\chi_i(\mathbf x_2)}{r_{12}}, d\mathbf x_2 \right] \chi_j(\mathbf x_1) = (\hat K \chi_i)(\mathbf x_1). $$
The variation of the constraint term is . Setting gives the coupled system $$ \hat f, \chi_i := \big(\hat h + \hat V_H - \hat K\big)\chi_i = \sum_{j} \lambda_{ij}, \chi_j. $$ The operator , the Fock operator, is Hermitian, and it is invariant under any unitary mixing of the occupied spin-orbitals because and depend only on the projector onto the occupied space, which a unitary mixing leaves fixed. Choose the mixing that diagonalises the Hermitian multiplier matrix, . In this canonical basis the system decouples into the stated eigenvalue equations .
Bridge. The Hartree-Fock equations build toward every orbital-based model of matter, and the structural reason is the invariance just used: the Fock operator depends on the occupied orbitals only through the density projector , which is exactly why a stationary point can be presented as an eigenvalue problem rather than a generic coupled system. This is exactly the same density-dependence that makes the equations nonlinear, since is built from the orbitals it acts on, and that nonlinearity is the foundational reason an iterative solution is unavoidable — the central insight of the self-consistent field. The construction generalises in two directions that appear again in later units: replacing the exchange operator by a density functional gives Kohn-Sham theory, and projecting onto a finite basis gives the Roothaan-Hall matrix equations. Putting these together, the single-determinant variational principle identifies the best mean field with the eigenstates of an operator that the mean field itself defines, and that circular definition is the bridge between the abstract minimisation and the concrete computational loop.
Exercises Intermediate+
Advanced results Master
Theorem (Koopmans, 1934). Within the frozen-orbital approximation — the occupied spin-orbitals of the - and -electron determinants are held identical — the ionisation potential for removing an electron from canonical occupied spin-orbital equals , and the electron affinity for filling canonical virtual spin-orbital equals . The proof computes directly from the Slater-Condon energy expression; all one- and two-electron terms not involving cancel between the two determinants, and the surviving terms assemble into . The result is an approximation by two compensating errors: it neglects orbital relaxation of the cation (which lowers , overestimating the ionisation potential) and it neglects the differing correlation energies of the two systems (which acts in the opposite direction). For valence ionisations of closed-shell molecules the two errors partially cancel, and Koopmans estimates are useful to within an electron-volt.
Theorem (Brillouin, 1934). The Hartree-Fock determinant does not couple to any singly excited determinant through the Hamiltonian: for every occupied and virtual . This is the matrix element , which vanishes because the canonical orbitals diagonalise and occupied and virtual labels are distinct. Brillouin's theorem is the statement that the Hartree-Fock determinant is stationary against single excitations, which is the variational condition itself, and it explains why the leading correlation correction in configuration interaction comes from double, not single, excitations.
Self-consistent-field iteration. The nonlinear eigenproblem is solved as a fixed point. Given a density projector , build , diagonalise it, occupy the lowest spin-orbitals (the aufbau prescription), and form . Iterate until falls below tolerance. Plain iteration can oscillate or diverge; in practice it is stabilised by density mixing or, most commonly, by Pulay's direct inversion in the iterative subspace (DIIS), which extrapolates a new density from a least-squares combination of previous error vectors built from the commutator , whose vanishing is equivalent to self-consistency.
Restricted and unrestricted formulations. For a closed-shell system, restricted Hartree-Fock (RHF) forces each spatial orbital to hold one spin-up and one spin-down electron, halving the number of independent orbitals and giving a spin-pure singlet. For open-shell systems, unrestricted Hartree-Fock (UHF) lets spin-up and spin-down spatial orbitals differ, gaining variational freedom at the cost of spin contamination, since the UHF determinant is not generally an eigenstate of . The two coincide for closed shells away from the regime where RHF becomes unstable.
The Hartree limit and its defect. Dropping returns the Hartree equations, in which each electron moves in the classical averaged charge density of the others. The Hartree wavefunction is a plain product, not antisymmetrised, so it violates the Pauli principle and suffers an uncancelled self-interaction . Fock's 1930 antisymmetrisation supplies exactly the exchange term that cancels the self-interaction and enforces the exclusion principle, which is why the Hartree-Fock energy of a closed shell is strictly below the Hartree energy.
Stability and symmetry breaking. A Hartree-Fock stationary point is a minimum only if the orbital Hessian (the electronic Hessian, whose blocks are the response of to orbital rotations) is positive definite. When it develops a negative eigenvalue, the symmetric solution is a saddle and a lower-energy symmetry-broken solution exists, the molecular analogue of the Stoner instability. This is the mean-field shadow of strong correlation: where Hartree-Fock breaks a symmetry of the exact Hamiltonian, the single-determinant ansatz is signalling its own inadequacy.
Synthesis. The Hartree-Fock construction is the foundational reason the independent-particle picture survives into a genuinely interacting many-electron world: the central insight is that capping the variational search at single determinants converts the two-body Hamiltonian into a one-body Fock operator whose own definition depends on its eigenvectors, and this is exactly the self-consistency that the Hartree limit, the exchange correction, and the Roothaan matrix form all inherit. The same density-projector structure that makes the Fock operator orbital-rotation invariant generalises directly: replacing by a local exchange-correlation potential identifies the Hartree-Fock equations with the Kohn-Sham equations of density-functional theory, and projecting onto a finite basis identifies them with the Roothaan-Hall generalised eigenproblem. Putting these together, Koopmans' theorem reads the orbital energies as ionisation data, Brillouin's theorem certifies stationarity against single excitations, and the correlation energy measures precisely what the single determinant cannot reach — the three of them triangulate the exact boundary of the mean-field approximation. The bridge from this unit to the rest of electronic-structure theory is that every post-Hartree-Fock method is defined as a correction to this determinant, so the self-consistent field is not merely one method among many but the reference state against which the others are calibrated.
Full proof set Master
Proposition (variational lower bound and the Hartree-Fock inequality). Let be the electronic Hamiltonian with ground-state energy , and let be the set of normalised single Slater determinants. Then $$ E_0 ;\le; E_{\mathrm{HF}} := \min_{\Psi\in\mathcal S} \langle\Psi|\hat H|\Psi\rangle, $$ and the minimising determinant exists when is bounded below with discrete low-lying spectrum.
Proof. Every normalised state, determinant or not, satisfies the Rayleigh-Ritz inequality , since expanding in exact eigenstates with energies gives . The Slater determinants form a subset of the normalised antisymmetric states, so the infimum of the energy over is bounded below by , giving . Existence of the minimiser is the content of the Lieb-Simon theorem: for the molecular Hamiltonian with total nuclear charge exceeding the electron number, the Hartree-Fock functional attains its minimum on the manifold of orthonormal orbital frames, because the functional is weakly lower semicontinuous and coercive on that manifold once the negative ions are excluded. The minimiser is a stationary point and therefore satisfies the canonical Hartree-Fock equations of the Key-theorem section.
Proposition (the canonical condition ). At a Hartree-Fock stationary point the Fock operator commutes with the density projector .
Proof. The off-diagonal multiplier equation says that maps the occupied space into itself, so , where . Taking the adjoint, and using that and the projectors are Hermitian, gives . Then $$ [\hat f, \hat P] = \hat f\hat P - \hat P\hat f = (\hat P + \hat P^\perp)\hat f\hat P - \hat P\hat f(\hat P + \hat P^\perp) = \hat P^\perp \hat f\hat P - \hat P\hat f\hat P^\perp = 0. $$ Conversely, if then preserves the occupied space, which is the stationarity condition. The commutator is therefore the natural residual measuring departure from self-consistency, and driving it to zero is the target of the iteration.
Proposition (Koopmans' identity for the orbital energy). In the canonical basis, , and the frozen-orbital energy difference equals .
Proof. Diagonal of the Fock eigenvalue equation: , and inserting the kernels gives and , hence . Now write the -electron energy and the frozen -electron energy with the sum restricted to . Subtracting, the terms with neither index equal to cancel, and the terms with exactly one index equal to appear twice in at half weight, assembling to . Since , this equals .
Proposition (Brillouin's theorem). for every singly excited determinant obtained from the Hartree-Fock determinant by promoting occupied to virtual .
Proof. By the Slater-Condon rule for determinants differing in one spin-orbital, . In the canonical basis is diagonal, so because the occupied and virtual are distinct orthonormal eigenvectors.
Connections Master
Fermionic Fock space, Pauli exclusion, and anticommutators
12.13.02. The Slater determinant is the configuration-space face of a single occupied state in fermionic Fock space; antisymmetry under exchange, the vanishing of a determinant with a repeated orbital, and the canonical anticommutation relations are three presentations of the same exclusion principle, and the Hartree-Fock determinant is precisely a product of creation operators acting on the vacuum. The exchange operator is the one-body shadow of the anticommutator structure of the two-body interaction.Time-independent perturbation theory
12.07.01. Hartree-Fock is the natural zeroth-order reference for many-body perturbation theory: Møller-Plesset perturbation theory partitions , with the sum of Fock operators as the unperturbed Hamiltonian and the fluctuation potential as the perturbation, and Brillouin's theorem is exactly what makes the first correction to the energy vanish so that correlation enters at second order.Operators, observables, and Hermiticity
12.02.02. The Fock operator is a self-adjoint one-body operator whose eigenvalues are the orbital energies and whose eigenvectors are the canonical orbitals; the entire method rests on the spectral theorem for Hermitian operators applied to an operator that is itself a functional of its own occupied eigenspace, the self-referential structure that distinguishes mean-field theory from ordinary linear eigenproblems.Hilbert-space formalism
12.02.01. The antisymmetric -electron state space is the -th exterior power of the one-particle Hilbert space, and the variational principle is the Rayleigh-Ritz minimisation restricted to decomposable wedge tensors; the inner-product geometry that defines orthonormality of spin-orbitals and the overlap matrix in a non-orthonormal basis is the same Hilbert-space structure that underlies every expectation value in the theory.
Historical & philosophical context Master
Douglas Hartree introduced the self-consistent field in two 1928 papers in the Proceedings of the Cambridge Philosophical Society [Hartree 1928], building on his father William Hartree's facility with numerical computation. Hartree's electrons each moved in the spherically averaged field of the others, and he iterated the orbitals by hand until the input and output fields matched, coining the phrase "self-consistent field" for the converged result. The wavefunction was a simple product of one-electron orbitals, which respected neither antisymmetry nor the exclusion principle as a property of the trial function — these were imposed afterward by the aufbau filling of states.
Vladimir Fock supplied the missing ingredient in 1930 in Zeitschrift für Physik [Fock 1930], replacing Hartree's product by an antisymmetrised wavefunction and deriving the additional exchange term that the antisymmetry forces. Independently, John Slater had introduced the determinantal many-electron wavefunction in his 1929 Physical Review paper on complex spectra [Slater 1929], where the determinant form made the antisymmetry manifest and led to the systematic Slater-Condon rules for matrix elements. The synthesis — Slater's determinant as the trial function, Fock's variational treatment producing the exchange operator — is the method now called Hartree-Fock, with the determinant frequently named for Slater.
The theory acquired its computational form through Clemens Roothaan's 1951 Reviews of Modern Physics paper [Roothaan 1951], which recast the integro-differential equations as the matrix generalised eigenproblem in a finite basis, the form implemented in essentially every electronic-structure program since. Tjalling Koopmans' 1934 theorem connecting orbital energies to ionisation potentials, and Léon Brillouin's contemporaneous result on the vanishing of single-excitation matrix elements, fixed the interpretive scaffolding. Landau and Lifshitz present the atomic self-consistent field compactly in §§69–70 of Quantum Mechanics, deriving the Hartree and Hartree-Fock equations from the variational principle and emphasising the exchange term as the non-local correction that distinguishes the antisymmetrised treatment from Hartree's original product ansatz [Landau-Lifshitz 1977].
Bibliography Master
@article{Hartree1928,
author = {Hartree, Douglas R.},
title = {The Wave Mechanics of an Atom with a Non-Coulomb Central Field. Part I. Theory and Methods},
journal = {Proceedings of the Cambridge Philosophical Society},
volume = {24},
number = {1},
year = {1928},
pages = {89--110}
}
@article{Fock1930,
author = {Fock, Vladimir},
title = {N{\"a}herungsmethode zur L{\"o}sung des quantenmechanischen Mehrk{\"o}rperproblems},
journal = {Zeitschrift f{\"u}r Physik},
volume = {61},
number = {1--2},
year = {1930},
pages = {126--148}
}
@article{Slater1929,
author = {Slater, John C.},
title = {The Theory of Complex Spectra},
journal = {Physical Review},
volume = {34},
number = {10},
year = {1929},
pages = {1293--1322}
}
@article{Roothaan1951,
author = {Roothaan, Clemens C. J.},
title = {New Developments in Molecular Orbital Theory},
journal = {Reviews of Modern Physics},
volume = {23},
number = {2},
year = {1951},
pages = {69--89}
}
@article{Koopmans1934,
author = {Koopmans, Tjalling},
title = {{\"U}ber die Zuordnung von Wellenfunktionen und Eigenwerten zu den einzelnen Elektronen eines Atoms},
journal = {Physica},
volume = {1},
number = {1--6},
year = {1934},
pages = {104--113}
}
@book{LandauLifshitzQM1977,
author = {Landau, Lev D. and Lifshitz, Evgeny M.},
title = {Quantum Mechanics: Non-Relativistic Theory},
edition = {3},
publisher = {Pergamon Press},
year = {1977},
note = {Course of Theoretical Physics, Vol. 3, Ch. X}
}
@book{SzaboOstlund1996,
author = {Szabo, Attila and Ostlund, Neil S.},
title = {Modern Quantum Chemistry: Introduction to Advanced Electronic Structure Theory},
publisher = {Dover Publications},
year = {1996}
}
@book{SlaterAtomicStructure1960,
author = {Slater, John C.},
title = {Quantum Theory of Atomic Structure, Vol. I},
publisher = {McGraw-Hill},
year = {1960}
}
@book{HelgakerJorgensenOlsen2000,
author = {Helgaker, Trygve and J{\o}rgensen, Poul and Olsen, Jeppe},
title = {Molecular Electronic-Structure Theory},
publisher = {Wiley},
year = {2000}
}
@article{LiebSimon1977,
author = {Lieb, Elliott H. and Simon, Barry},
title = {The Hartree-Fock theory for Coulomb systems},
journal = {Communications in Mathematical Physics},
volume = {53},
number = {3},
year = {1977},
pages = {185--194}
}
@article{Pulay1980,
author = {Pulay, P{\'e}ter},
title = {Convergence acceleration of iterative sequences. The case of {SCF} iteration},
journal = {Chemical Physics Letters},
volume = {73},
number = {2},
year = {1980},
pages = {393--398}
}