Hartree-Fock method


The Hartree-Fock method is a variational method that uses a Slater determinant of single-particle wavefunctions as a trial function. It is used to solve many fermion systems, such as the many-electron atom.

Description

The method starts by claiming that the state of the system is described by a Slater determinant

Ψ(q1,q2,,qN)=1N!uα(q1)uβ(q1)uν(q1)uα(q2)uβ(q2)uν(q2)uα(qN)uβ(qN)uν(qN)\Psi(q_{1},q_{2},\ldots,q_{N})=\frac{1}{\sqrt{ N! }}\begin{vmatrix} u_{\alpha}(q_{1}) & u_{\beta}(q_{1}) & \ldots & u_{\nu}(q_{1}) \\ u_{\alpha}(q_{2}) & u_{\beta}(q_{2}) & \ldots & u_{\nu}(q_{2}) \\ \vdots \\ u_{\alpha}(q_{N}) & u_{\beta}(q_{N}) & \ldots & u_{\nu}(q_{N}) \end{vmatrix}

where u(q)u(q) are the single-particle wavefunctions, which are assumed to be orthonormal to each other, uλuμ=δλμ\braket{ u_{\lambda} | u_{\mu} }=\delta_{\lambda \mu}. As per the variational method, the energy is this state is the minimum of the Functional

E[Ψ]=ΨH^ΨE[\Psi]=\braket{ \Psi | \hat{H}| \Psi }

A given Hamiltonian H^\hat{H} can be split in an independent term H^1\hat{H}_{1} and an interaction term H^2\hat{H}_{2} in the form H^=H^1+H^2\hat{H}=\hat{H}_{1}+\hat{H}_{2}. H^1\hat{H}_{1} is given by a sum of single-particle Hamiltonians h^i\hat{h}_{i}, whereas H^2\hat{H}_{2} is a sum of interaction terms dependent on the distance between particles. It consists of doing the typical variational method workflow using the Slater determinant as a trial function.

The energy in H^1\hat{H}_{1} is

ΨH^1Ψ=λuλ(qi)h^iuλ(qi)=λIλ\braket{ \Psi |\hat{H}_{1}|\Psi }=\sum_{\lambda}\braket{ u_{\lambda}(q_{i}) | \hat{h}_{i} | u_{\lambda}(q_{i}) } =\sum_{\lambda}\mathcal{I}_{\lambda}

Meanwhile, the energy in H^2\hat{H}_{2} is

ΨH^2Ψ=12λμ[uλ(qi)uμ(qj)1rijuλ(qi)uμ(qj)(direct term Fλμ)uλ(qi)uμ(qj)1rijuμ(qi)uλ(qj)](exchange term Kλμ)\begin{align} \braket{ \Psi | \hat{H}_{2} | \Psi } &=\frac{1}{2}\sum_{\lambda}\sum_{\mu}\left[ \left\langle u_{\lambda}(q_{i})u_{\mu}(q_{j})| \frac{1}{r_{ij}} | u_{\lambda}(q_{i})u_{\mu}(q_{j}) \right\rangle \right. \quad&(\text{direct term }\mathcal{F}_{\lambda \mu})\\ &\left.- \left\langle u_{\lambda}(q_{i})u_{\mu}(q_{j})| \frac{1}{r_{ij}} | u_{\mu}(q_{i})u_{\lambda}(q_{j}) \right\rangle \right]&(\text{exchange term } \mathcal{K}_{\lambda \mu}) \end{align}

The total energy to minimize then is

E[Ψ]=λIλ+12λμ[FλμKλμ]\boxed{E[\Psi]=\sum_{\lambda}\mathcal{I}_{\lambda}+ \frac{1}{2}\sum_{\lambda}\sum_{\mu}[\mathcal{F}_{\lambda \mu}-\mathcal{K}_{\lambda \mu}]}

If we impose stationariety on this functional we can obtain a set of single-particle eigenvalue equations

[h^i+μVdirectμ(qi)μVexchangeμ(qi)]uλ(ri)=Eλuλ(qi)\boxed{\left[ \hat{h}_{i}+\sum_{\mu}V_{\text{direct}}^{\mu}(q_{i})-\sum_{\mu}V_{\text{exchange}}^{\mu}(q_{i}) \right]u_{\lambda}(\mathbf{r}_{i})=E_{\lambda}u_{\lambda}(q_{i})}

where

Vdirectμ(ri)=uμ(rj)1rijuμ(rj)dqjVexchangeμ(qi)uλ(qi)=[uμ(qj)1rijuλ(qj)dqj]uμ(qi)\begin{align} V_\text{direct}^{\mu}(\mathbf{r}_{i})&=\int u_{\mu}^{*}(\mathbf{r}_{j}) \frac{1}{r_{ij}} u_{\mu}(\mathbf{r}_{j})dq_{j} \\ V_\text{exchange}^{\mu}(q_{i})u_{\lambda }(q_{i})&=\left[ \int u_{\mu}^{*}(q_{j}) \frac{1}{r_{ij}}u_{\lambda}(q_{j})dq_{j}\right]u_{\mu}(q_{i}) \end{align}

These are known as the Hartree-Fock equations. They can be solved computationally through an iterative algorithm.