Density Matrices¶
After completing the CASSCF optimization, we have obtained a multiconfigurational wavefunction,
Although this wavefunction completely describes the electronic structure of the molecule, it is not convenient for calculating molecular properties directly.
Instead, quantum chemistry programs construct density matrices.
The density matrix provides a compact description of the electronic distribution and serves as the starting point for calculating almost every molecular property.
Why Do We Need Density Matrices?¶
Imagine trying to calculate the electron density directly from the complete CASSCF wavefunction.
For a calculation containing hundreds or thousands of Configuration State Functions,
Performing property calculations directly from the wavefunction would be extremely inefficient.
Instead,
the wavefunction is transformed into a much smaller mathematical object,
Almost all post-processing calculations use the density matrix rather than the wavefunction itself.
What Does the Density Matrix Describe?¶
The density matrix tells us
- where electrons are located,
- how electrons are distributed among molecular orbitals,
- how strongly orbitals interact,
- how electron correlation changes orbital occupations.
It is therefore one of the most information-rich quantities produced by a CASSCF calculation.
One-Particle Density Matrix¶
The most commonly used density matrix is the one-particle density matrix,
where
- \(a_p^\dagger\) creates an electron in orbital \(p\),
- \(a_q\) removes an electron from orbital \(q\),
- \(D_{pq}\) measures the probability of finding an electron in orbital \(p\) while removing one from orbital \(q\).
Although this expression appears abstract, its interpretation is straightforward.
Physical Meaning¶
Each element of the density matrix describes the relationship between two molecular orbitals.
For example,
The matrix therefore summarizes how electrons occupy and interact between orbitals.
Matrix Representation¶
For four orbitals,
the density matrix has the form
Each element has a different physical meaning.
Diagonal Elements¶
The diagonal elements,
represent the electron population of each orbital.
For example,
or
These values provide direct information about electron occupation.
Off-Diagonal Elements¶
The off-diagonal elements,
measure the interaction between different orbitals.
Large values indicate
- orbital mixing,
- electron delocalization,
- strong correlation between orbitals.
Small values indicate weak interaction.
Density Matrix in RHF¶
For a closed-shell RHF calculation,
the density matrix is very simple.
Occupied orbitals have
Virtual orbitals have
The density matrix therefore resembles
The occupations are fixed because RHF assumes a single electronic configuration.
Density Matrix in CASSCF¶
In CASSCF,
electrons are shared among many configurations.
As a result,
orbital occupations become fractional.
For example,
Notice that
the occupations are no longer limited to
Instead,
they reflect the multiconfigurational nature of the wavefunction.
Why Fractional Occupations Matter¶
Fractional occupations indicate that electrons are distributed over several configurations.
For example,
Occupation
2.00
↓
Fully Occupied
1.50
↓
Strongly Correlated
0.80
↓
Partially Occupied
0.02
↓
Nearly Empty
This behaviour is one of the clearest signatures of static electron correlation.
Properties Calculated from the Density Matrix¶
Once the density matrix has been constructed,
many molecular properties can be calculated directly.
These include
- electron density,
- Mulliken populations,
- dipole moments,
- atomic charges,
- expectation values,
- natural orbitals,
- natural occupation numbers.
Thus,
One-Particle vs Two-Particle Density Matrices¶
CASSCF also constructs the two-particle density matrix.
The two-particle density matrix is required for
- electron correlation energy,
- orbital optimization,
- analytical gradients,
- post-CASSCF methods.
Although more computationally demanding,
it contains additional information about electron-electron interactions.
Connection with Orbital Optimization¶
During every CASSCF iteration,
the density matrices are recomputed.
Thus,
the density matrix is an essential ingredient in the self-consistent optimization procedure.
Looking Ahead¶
Although the density matrix itself is useful,
its true power appears after diagonalization.
Diagonalizing the one-particle density matrix produces
- natural orbitals,
- natural occupation numbers,
which provide one of the most powerful tools for analysing multiconfigurational wavefunctions and assessing the quality of the chosen active space.
This is the subject of the next chapter.
Key Takeaways¶
- The density matrix provides a compact description of the electronic structure.
- Most molecular properties are calculated from the density matrix rather than directly from the wavefunction.
- The diagonal elements correspond to orbital occupations.
- The off-diagonal elements describe orbital interactions and electron delocalization.
- RHF produces occupations of approximately 2 or 0, whereas CASSCF naturally yields fractional occupations.
- Density matrices are fundamental for orbital optimization, property calculations, and post-CASSCF methods.