Diagonalization and Excited States¶
In the previous chapter, we derived the CIS secular equation,
where
- \(\mathbf H\) is the Configuration Interaction Hamiltonian,
- \(\mathbf c\) is the vector of CI coefficients,
- \(E\) is the energy of an excited state.
The final step of a CIS calculation is to diagonalize the Hamiltonian matrix. This single operation determines both the excitation energies and the electronic character of each excited state.
Why Diagonalize the Hamiltonian?¶
The Hamiltonian matrix contains all the interactions between the singly excited electronic configurations.
Each basis function corresponds to one singly excited Slater determinant,
Before diagonalization, these determinants are only possible electronic configurations.
Diagonalization determines how these configurations combine to form the actual excited states of the molecule.
The Eigenvalue Problem¶
Mathematically, the CIS calculation solves
This is the standard matrix eigenvalue problem encountered throughout quantum mechanics.
Solving this equation produces
- a set of eigenvalues, and
- a corresponding set of eigenvectors.
The Eigenvalues¶
The eigenvalues are
Each eigenvalue corresponds to the energy of one electronic excited state.
The ordering is
where
- \(E_1\) is the first excited state,
- \(E_2\) is the second excited state,
- \(E_3\) is the third excited state,
- and so on.
The excitation energy reported by GAMESS is simply the difference between an excited-state energy and the Hartree–Fock ground-state energy,
These excitation energies are commonly reported in
- Hartree,
- electron volts (eV),
- or wavenumbers (cm\(^{-1}\)).
The Eigenvectors¶
Each eigenvalue has an associated eigenvector,
The components of each eigenvector are the CI coefficients.
For example,
means that the first excited state is
Thus, the eigenvector describes the composition of the excited-state wavefunction.
Configuration Mixing¶
One of the most important consequences of diagonalization is configuration mixing.
Suppose two singly excited determinants have similar energies.
Instead of remaining independent,
they interact through the Hamiltonian and form new excited states,
Each excited state therefore becomes a mixture of several electronic configurations.
This mixing is responsible for the CI coefficients reported in the output.
Dominant Electronic Transitions¶
Although many configurations contribute to an excited state, only a few usually have significant coefficients.
For example,
| Excitation | Coefficient |
|---|---|
| HOMO → LUMO | 0.89 |
| HOMO−1 → LUMO | 0.24 |
| HOMO → LUMO+1 | 0.06 |
This tells us that the excited state is primarily a
HOMO → LUMO
transition.
The smaller coefficients represent secondary contributions.
This is why most quantum chemistry programs report only the dominant configurations.
Connection with GAMESS Output¶
During a CIS calculation, GAMESS diagonalizes the CI Hamiltonian and prints the resulting eigenvectors in a compact form.
A typical output might contain
This corresponds to the wavefunction
The reported coefficients are simply the components of the first eigenvector.
Similarly,
represents the second eigenvector obtained during diagonalization.
Interpreting the Results¶
After diagonalization, every excited state can be characterized by
- its excitation energy,
- its dominant orbital transitions,
- its CI coefficients,
- and its electronic wavefunction.
These quantities allow us to
- identify the nature of the excited state,
- assign UV–Visible absorption bands,
- compare different excited states,
- and select orbitals for multiconfigurational calculations such as CASSCF.
Summary of the CIS Procedure¶
The complete mathematical workflow of a CIS calculation is
Hartree–Fock Calculation
│
▼
Generate Singly Excited Determinants
│
▼
Construct the CI Wavefunction
│
▼
Build the Hamiltonian Matrix
│
▼
Solve
Hc = Ec
│
▼
Diagonalize the Hamiltonian
│
▼
Obtain
• Excitation Energies
• CI Coefficients
• Excited-State Wavefunctions
Key Takeaways¶
- Diagonalizing the CIS Hamiltonian produces the excited-state energies.
- Each eigenvalue corresponds to one electronic excited state.
- Each eigenvector contains the CI coefficients describing that state.
- Large CI coefficients indicate the dominant electronic transitions.
- The excitation energies and coefficients printed by GAMESS are direct results of this matrix diagonalization.
- These results provide the foundation for interpreting excited-state properties and constructing active spaces for multiconfigurational methods.
Looking Ahead¶
CIS provides a computationally efficient description of electronically excited states by considering only single excitations.
While this approximation is useful for many systems, it also introduces important limitations.
The next chapter discusses the strengths and weaknesses of the CIS method and explains why more advanced approaches such as TDDFT, CASSCF, CASPT2, and XMCQDPT are often required for quantitative excited-state studies.