The Fock Operator¶
In the previous chapter, we derived the Hartree–Fock energy expression using the Variational Principle. The total electronic energy was shown to consist of three contributions:
- One-electron energy
- Coulomb interaction
- Exchange interaction
While this energy expression is useful conceptually, it is not practical for determining the molecular orbitals directly.
To solve the Hartree–Fock problem efficiently, these contributions are combined into a single effective operator known as the Fock operator.
The Fock operator is the central quantity in Hartree–Fock theory. Solving its eigenvalue equation yields the molecular orbitals and their corresponding orbital energies.
The One-Electron Hamiltonian¶
Before constructing the Fock operator, recall the one-electron Hamiltonian
where
- the first term represents the kinetic energy of an electron,
- the second term represents the attraction between the electron and all nuclei.
This operator describes how an electron behaves if no other electrons were present.
However, real molecules contain many electrons.
Their mutual repulsion must also be included.
Electron–Electron Interaction¶
Each electron experiences the electric field generated by every other electron.
Instead of solving the exact many-electron problem,
Hartree–Fock replaces these interactions by an average field.
This average field consists of two parts:
- Coulomb interaction
- Exchange interaction
The Coulomb Operator¶
The Coulomb operator represents the classical electrostatic repulsion between electron clouds.
It is written as
Acting on an orbital,
gives the electrostatic potential generated by electron \(j\).
Physically,
every electron experiences the average charge distribution of all other electrons.
The Coulomb interaction therefore acts like the familiar repulsion between charged particles in classical electrostatics.
Physical Interpretation¶
Imagine each electron as a diffuse cloud of negative charge.
The Coulomb operator calculates the repulsive potential generated by this cloud.
Every other electron feels this average potential.
This is why Hartree–Fock is often called a mean-field theory.
The Exchange Operator¶
The exchange operator is very different.
Unlike the Coulomb interaction,
it has no classical analogue.
The exchange operator appears solely because the electronic wavefunction is antisymmetric.
It is written as
Unlike the Coulomb operator,
the exchange operator exchanges the coordinates of two electrons.
Its mathematical origin lies entirely in the Slater determinant.
Physical Meaning¶
The exchange interaction is a purely quantum mechanical effect.
It
- depends on electron spin,
- exists only between electrons having the same spin,
- lowers the total electronic energy.
Without antisymmetry,
there would be no exchange interaction.
Note
The exchange operator should not be confused with electrostatic repulsion. It arises solely from the quantum mechanical nature of electrons.
Constructing the Fock Operator¶
Rather than evaluating
- kinetic energy,
- nuclear attraction,
- Coulomb interaction,
- exchange interaction
individually,
Hartree–Fock combines them into one operator,
This equation is called the Fock operator.
It is the effective Hamiltonian experienced by each electron.
Understanding Each Term¶
The Fock operator contains three contributions.
One-Electron Operator¶
describes
- electron kinetic energy,
- attraction to the nuclei.
Coulomb Operator¶
adds the average electrostatic repulsion generated by all other electrons.
Exchange Operator¶
corrects the wavefunction to satisfy the Pauli Exclusion Principle.
Together,
these terms produce an effective one-electron equation.
The Hartree–Fock Equation¶
Using the Fock operator,
the Hartree–Fock equations become
This equation closely resembles the Schrödinger equation,
but there is one important difference.
The Fock operator itself depends on the molecular orbitals.
Therefore,
the equation cannot be solved in a single step.
Why the Equation Must Be Solved Iteratively¶
Notice that
The Coulomb and exchange operators depend on the occupied orbitals.
However,
the occupied orbitals are precisely what we are trying to determine.
This creates a circular problem.
-
We need the orbitals to build the Fock operator.
-
We need the Fock operator to obtain the orbitals.
The only solution is to use an iterative procedure.
This iterative process is called the Self-Consistent Field (SCF) method.
Orbital Energies¶
Each solution of
produces
- a molecular orbital
and
- an orbital energy
The orbital energies are not the total energy of the molecule.
Instead,
they represent the energies associated with the individual molecular orbitals.
The total Hartree–Fock energy is obtained by combining all occupied orbital contributions while avoiding double-counting of electron–electron interactions.
Why the Fock Operator Matters¶
The Fock operator transforms a difficult many-electron problem into a sequence of effective one-electron problems.
Instead of solving directly for the many-electron wavefunction,
Hartree–Fock solves for one orbital at a time in the average field created by all other electrons.
This simplification makes Hartree–Fock computationally practical while retaining much of the essential quantum mechanical physics.
Key Takeaways¶
- The Fock operator is the effective Hamiltonian used in Hartree–Fock theory.
- It combines one-electron, Coulomb, and exchange contributions.
- The exchange operator arises solely from the antisymmetry of the electronic wavefunction.
- The Hartree–Fock equation has the form
- Because the Fock operator depends on the orbitals themselves, the equations must be solved iteratively.
Looking Ahead¶
The Hartree–Fock equation derived in this chapter is still an integro-differential equation, which cannot be solved directly for most molecules.
The next chapter introduces the Roothaan–Hall equations, where the molecular orbitals are expanded in a finite basis set. This transforms the Hartree–Fock equations into a matrix eigenvalue problem that can be solved efficiently on a computer.
-
Previous
Hartree–Fock Approximation
-
Next
Roothaan–Hall Equations