The CASSCF Wavefunction¶
After selecting the active space and generating the Configuration State Functions (CSFs), the next objective is to construct the electronic wavefunction.
Unlike Hartree–Fock (RHF), which represents the entire electronic structure using a single Slater determinant, CASSCF expresses the wavefunction as a linear combination of many Configuration State Functions (CSFs).
This multiconfigurational description enables CASSCF to accurately describe systems where several electronic configurations contribute significantly to the electronic structure.
Review: The RHF Wavefunction¶
In RHF, the wavefunction is remarkably simple.
It consists of a single Slater determinant,
where
- \(\Psi_{\mathrm{RHF}}\) is the Hartree–Fock wavefunction,
- \(\Phi_0\) is the single Slater determinant constructed from the occupied molecular orbitals.
Conceptually,
This approximation assumes that one electronic configuration dominates the molecule.
For many systems this works well.
However, when several configurations have comparable energies, this description becomes insufficient.
Why One Configuration Is Not Enough¶
Consider a molecule undergoing bond breaking.
Near equilibrium,
The RHF approximation is excellent.
As the bond stretches,
Now both configurations contribute significantly.
The exact wavefunction must therefore include both configurations.
This motivates the multiconfigurational expansion used in CASSCF.
The CASSCF Wavefunction¶
Instead of using a single determinant, CASSCF writes the wavefunction as
This is the fundamental equation of the CASSCF method.
Understanding the Equation¶
The equation
contains three important quantities.
1. The Wavefunction¶
represents the complete electronic wavefunction of the molecule.
It contains all information about
- electronic energy,
- electron density,
- molecular properties,
- excited states,
- transition moments.
Every observable quantity can ultimately be calculated from this wavefunction.
2. Configuration State Functions¶
Each \(\Phi_I\) is a Configuration State Function (CSF).
A CSF represents
- one allowed electronic configuration,
- with the correct spin symmetry,
- constructed from one or more Slater determinants.
For example,
Another CSF might be
Each CSF represents a different arrangement of electrons inside the active space.
3. CI Coefficients¶
The coefficients
are called the Configuration Interaction (CI) coefficients.
These numbers determine the contribution of each CSF to the total wavefunction.
For example,
Here,
- \(\Phi_1\) dominates the wavefunction,
- while the remaining configurations contribute smaller corrections.
During the CASSCF calculation, these coefficients are not known beforehand.
Determining them is one of the primary goals of the CI calculation.
Physical Meaning of the CI Coefficients¶
The magnitude of a coefficient indicates the importance of its corresponding configuration.
For example,
| Coefficient | Interpretation |
|---|---|
| 0.98 | Dominant configuration |
| 0.80 | Significant contribution |
| 0.50 | Strong multiconfigurational mixing |
| 0.10 | Minor contribution |
| ≈0 | Negligible contribution |
The larger the coefficient,
the more important that electronic configuration becomes.
Normalization of the Wavefunction¶
Because the total probability of finding the electrons must equal one,
the wavefunction must satisfy the normalization condition
This means the squared CI coefficients behave like probabilities.
For example,
gives
Thus,
the larger the squared coefficient,
the greater the contribution of that configuration.
Why Do We Use Many Configurations?¶
Suppose the active space contains four orbitals.
Instead of
CASSCF considers
Every allowed electronic arrangement contributes to the final wavefunction.
The exact contribution is determined by solving the CI problem.
Comparison with RHF¶
The difference between RHF and CASSCF can now be summarized mathematically.
Hartree–Fock¶
One determinant.
One electronic configuration.
CASSCF¶
Many configurations.
One optimized wavefunction.
Why Is This More Accurate?¶
Suppose two configurations have nearly identical energies.
RHF chooses only one,
while CASSCF uses
Both configurations contribute naturally to the electronic structure.
This enables CASSCF to describe
- excited states,
- bond dissociation,
- conical intersections,
- transition-metal complexes,
- photochromic reactions,
- diradicals,
much more accurately than RHF.
How Are the CI Coefficients Obtained?¶
The coefficients
are not guessed.
Instead,
GAMESS
- constructs the Hamiltonian matrix,
- evaluates the interaction between every pair of CSFs,
- diagonalizes the Hamiltonian,
- obtains the energies and the CI coefficients simultaneously.
This is the Configuration Interaction (CI) step of the CASSCF calculation.
The mathematical details of this procedure are presented in the next chapters.
Looking Ahead¶
Now that the wavefunction has been defined,
the next question is
How are the coefficients \(c_I\) determined?
To answer this,
we first need to construct the Hamiltonian matrix describing the interactions between all Configuration State Functions.
This leads naturally to the next chapter,
The CASSCF Hamiltonian.
Key Takeaways¶
- RHF uses a single Slater determinant to represent the electronic wavefunction.
- CASSCF expresses the wavefunction as a linear combination of Configuration State Functions.
- Each CSF represents one spin-adapted electronic configuration.
- The CI coefficients determine the contribution of each configuration.
- The wavefunction is normalized so that the sum of the squared coefficients equals one.
- Determining the CI coefficients is the central objective of the Configuration Interaction calculation.