The Active Space Concept¶
The defining feature of the Complete Active Space Self-Consistent Field (CASSCF) method is the active space.
Unlike RHF, where every occupied orbital remains doubly occupied throughout the calculation, CASSCF allows electrons to redistribute among a carefully selected subset of orbitals. These orbitals form the active space.
The active space determines which electronic configurations are included in the wavefunction and therefore has the greatest influence on the quality of a CASSCF calculation.
Why Do We Need an Active Space?¶
A molecule may contain hundreds of molecular orbitals.
For example,
Allowing electrons to occupy every orbital in every possible way would generate an astronomical number of electronic configurations.
Even modern supercomputers cannot perform such a calculation.
Instead, CASSCF focuses only on the orbitals that are chemically important.
This dramatically reduces the computational cost while retaining the essential physics.
Dividing the Molecular Orbitals¶
CASSCF separates the molecular orbitals into three regions.
Higher Energy
Secondary (Virtual)
──────────────────────
Active Orbitals
──────────────────────
Inactive (Core)
Lower Energy
Each region plays a different role during the calculation.
1. Inactive Orbitals¶
Inactive orbitals are always doubly occupied.
Characteristics:
- Always contain two electrons.
- Never participate in electronic excitations.
- Their occupation remains fixed throughout the calculation.
- They provide the core electronic structure of the molecule.
These orbitals are not included in the CI expansion.
2. Active Orbitals¶
The active orbitals are the heart of the CASSCF method.
Electrons are free to move among these orbitals.
Possible occupations include
or
or any other arrangement consistent with the total number of electrons and the spin multiplicity.
Every allowed arrangement becomes part of the multiconfigurational wavefunction.
3. Secondary Orbitals¶
Secondary orbitals are virtual orbitals outside the active space.
Characteristics:
- Remain unoccupied.
- Do not participate in the CI expansion.
- Are ignored during configuration generation.
Although these orbitals are not explicitly included in CASSCF, they may become important in post-CASSCF methods such as XMCQDPT or CASPT2.
A Simple Example¶
Consider a molecule with eight molecular orbitals.
MO8 Secondary
MO7 Secondary
────────────────
MO6 Active
MO5 Active
MO4 Active
MO3 Active
────────────────
MO2 Inactive
MO1 Inactive
Suppose there are four active electrons.
The notation becomes
meaning
- 4 active electrons
- 4 active orbitals
Only these four orbitals are allowed to change their occupations.
What Does CAS(m,n) Mean?¶
The active space is written as
where
- m = number of active electrons
- n = number of active orbitals
Examples:
| Active Space | Meaning |
|---|---|
| CAS(2,2) | 2 electrons in 2 orbitals |
| CAS(4,4) | 4 electrons in 4 orbitals |
| CAS(6,6) | 6 electrons in 6 orbitals |
| CAS(10,8) | 10 electrons in 8 orbitals |
Larger active spaces provide a more complete description of electron correlation but also increase the computational cost.
Electron Redistribution¶
One of the most important differences between RHF and CASSCF is how electrons are treated.
In RHF,
This occupation never changes.
In CASSCF,
the active electrons may occupy the active orbitals in many different ways.
Every allowed configuration contributes to the final wavefunction.
Choosing the Active Space¶
Selecting the active space is the most important decision in any CASSCF calculation.
A good active space should include orbitals that
- participate in chemical bonding,
- are involved in electronic excitations,
- change occupation during a reaction,
- contribute significantly to excited states,
- are near the HOMO–LUMO region.
In practice, these orbitals are often identified using a preceding CIS calculation, where dominant excited-state transitions reveal which occupied and virtual orbitals are most important.
What Happens If the Active Space Is Too Small?¶
If important orbitals are omitted,
The wavefunction cannot describe all relevant electronic configurations.
This often leads to inaccurate excitation energies and unreliable potential energy surfaces.
What Happens If the Active Space Is Too Large?¶
Including too many orbitals also has consequences.
The computational cost increases rapidly with active-space size.
A larger active space is not always a better active space.
The Goal¶
The ideal active space contains all chemically important orbitals while excluding orbitals that contribute very little to the electronic structure.
A good active space provides
- accurate energies,
- reliable excited states,
- balanced electron correlation,
- and reasonable computational cost.
Connection to the Previous Chapters¶
In the previous CIS tutorial, we analysed the dominant electronic transitions and selected the orbitals with the largest CI coefficients.
Those orbitals now become the active orbitals used in CASSCF.
Thus,
The CIS calculation therefore serves as the bridge between RHF and CASSCF.
Key Takeaways¶
- The active space is the defining feature of CASSCF.
- Molecular orbitals are divided into inactive, active, and secondary regions.
- Only the active orbitals participate in the multiconfigurational expansion.
- The notation CAS(m,n) specifies the number of active electrons and active orbitals.
- Choosing an appropriate active space is the single most important step in a successful CASSCF calculation.
- CIS calculations are commonly used to identify orbitals for inclusion in the active space.