Electronic States and Configuration State Functions¶
After the MCSCF optimization has converged, GAMESS prints the properties of the optimized electronic states.
Unlike RHF, where the wavefunction consists of a single Slater determinant, a CASSCF wavefunction is expressed as a linear combination of many Configuration State Functions (CSFs).
This section explains how to interpret these electronic states and identify the dominant electronic configurations.
1. State Energies¶
Search for
You will find a section similar to
----------------------------------------
STATE # 1
----------------------------------------
Energy = ...
----------------------------------------
STATE # 2
----------------------------------------
Energy = ...
----------------------------------------
STATE # 3
----------------------------------------
Energy = ...
These correspond to the three electronic states requested in the input file.
What do these states represent?¶
Because we requested
GAMESS optimizes
| State | Physical Meaning |
|---|---|
| State 1 | Ground electronic state (S₀) |
| State 2 | First excited singlet (S₁) |
| State 3 | Second excited singlet (S₂) |
Each state possesses
- its own electronic energy,
- its own CI expansion,
- and its own electronic structure,
while sharing the same optimized molecular orbitals obtained from the state-averaged calculation.
2. Configuration State Functions (CSFs)¶
Immediately below each state, search for
You will find a table similar to
This is one of the most important sections of the entire CASSCF output.
What is a CSF?¶
A Configuration State Function (CSF) is a spin-adapted electronic configuration.
Instead of describing the wavefunction using individual Slater determinants,
GAMESS combines determinants with the correct spin symmetry to form CSFs.
The electronic wavefunction is written as
where
- \( \Phi_i \) is a Configuration State Function,
- \( c_i \) is its CI coefficient.
Each coefficient indicates how much that configuration contributes to the electronic state.
3. Interpreting the CI Coefficients¶
Consider the following example.
The largest coefficient is
This means
- CSF 1 dominates the wavefunction.
- The remaining configurations contribute only small corrections.
Such a wavefunction is still largely single-reference.
Now consider another example.
Now several configurations contribute significantly.
This indicates a strongly multiconfigurational wavefunction.
This is exactly the type of system where RHF is no longer adequate.
4. When is a Molecule Multiconfigurational?¶
A useful guideline is
| Largest CI Coefficient | Interpretation |
|---|---|
| > 0.95 | Nearly single-reference |
| 0.80–0.95 | Moderate multiconfigurational character |
| < 0.80 | Strong multiconfigurational character |
The smaller the dominant coefficient,
the more important the remaining configurations become.
5. Occupation Strings¶
Beside each CSF, GAMESS prints occupation strings such as
or
These numbers describe the occupation of the active orbitals.
Example 1¶
Suppose the active space contains four orbitals.
Graphically,
This is the dominant closed-shell configuration.
Example 2¶
Now the occupation becomes
Graphically,
This represents an excited electronic configuration.
Example 3¶
This corresponds to
This configuration represents a double excitation inside the active space.
6. Why Are There Many Configurations?¶
In RHF,
only one configuration exists.
In CASSCF,
every allowed electron arrangement inside the active space is considered.
The CI coefficients determine the importance of each configuration.
7. Which Configurations Matter?¶
Usually,
only a few configurations possess large coefficients.
For practical interpretation,
it is common to examine only configurations satisfying
or
depending on the system.
Configurations with very small coefficients contribute little to the overall wavefunction.
8. Why Is This Important?¶
The CI expansion tells us
- whether RHF would have been sufficient,
- whether strong static correlation exists,
- whether the chosen active space is reasonable,
- and which electronic configurations dominate each excited state.
This information is invaluable when analysing
- excited-state reactions,
- conical intersections,
- bond-breaking processes,
- photochemistry,
- and spin-state changes.
9. Connection to the Active Space¶
Recall that the active space was selected from the CIS calculation.
Only those orbitals are allowed to change their occupation during the CASSCF calculation.
The occupation strings printed here demonstrate exactly how electrons move among these active orbitals.
Thus,
the CIS calculation determines which orbitals are important,
while the CASSCF calculation determines how electrons are distributed among them.
Key Takeaways¶
- Every electronic state has its own CI expansion.
- A CASSCF wavefunction is a linear combination of Configuration State Functions.
- The CI coefficients measure the contribution of each configuration.
- Large coefficients correspond to dominant electronic configurations.
- Occupation strings describe how electrons populate the active orbitals.
- The CI expansion provides a direct measure of multiconfigurational character.