The CIS Secular Equation¶
In the previous chapter, we constructed the Configuration Interaction Hamiltonian matrix using singly excited Slater determinants as the basis functions.
The remaining task is to determine the unknown CI coefficients,
that define the excited-state wavefunction.
These coefficients are obtained by applying the variational principle, leading to the CIS secular equation, which is solved by diagonalizing the Hamiltonian matrix.
The CIS Wavefunction¶
Recall that the CIS wavefunction is written as
where
- \(\Phi_i^a\) represents a singly excited Slater determinant,
- \(c_i^a\) is the corresponding CI coefficient.
The coefficients are initially unknown.
Our goal is to determine the values of these coefficients that best describe the excited state.
Applying the Variational Principle¶
The Schrödinger equation is
Substituting the CIS wavefunction gives
To isolate the unknown coefficients, we project this equation onto another singly excited determinant,
Taking the inner product gives
Expanding the Equation¶
Substituting the wavefunction expansion,
The singly excited determinants are orthonormal,
where
- \(\delta_{ij}\) is the Kronecker delta,
- \(\delta_{ab}\) is the Kronecker delta.
Therefore, the overlap matrix becomes the identity matrix.
Defining the Hamiltonian Matrix¶
The Hamiltonian matrix elements are defined as
Substituting this definition simplifies the previous equation to
This is the Configuration Interaction secular equation.
Matrix Form¶
Collecting all coefficients into a vector,
the CIS equations become
This is an ordinary matrix eigenvalue equation.
The matrix
is the CIS Hamiltonian,
the vector
contains the CI coefficients,
and
is the energy of the excited state.
Physical Meaning¶
The eigenvalue equation tells us two things simultaneously.
The eigenvalues
are the electronic energies of the excited states.
The corresponding eigenvectors
contain the CI coefficients describing each excited state.
Thus,
one matrix diagonalization produces
- all excitation energies,
- all excited-state wavefunctions.
Matrix Diagonalization¶
Suppose the Hamiltonian matrix is
Diagonalizing this matrix yields
Each diagonal element corresponds to one excited-state energy.
The associated eigenvector contains the CI coefficients for that state.
Connection to GAMESS Output¶
During a CIS calculation, GAMESS performs exactly this diagonalization.
For every excited state, it prints
- excitation energy,
- dominant orbital transitions,
- CI coefficients.
For example,
These coefficients are simply components of the eigenvector
Similarly,
the second excited state corresponds to another eigenvector,
the third excited state to a third eigenvector,
and so on.
Comparison with Hartree–Fock¶
Readers who completed the RHF mathematics section will notice a close analogy.
| Hartree–Fock | CIS |
|---|---|
| Roothaan–Hall equation | CI secular equation |
| Solve for molecular orbitals | Solve for excited states |
| Eigenvectors are MO coefficients | Eigenvectors are CI coefficients |
| Eigenvalues are orbital energies | Eigenvalues are excited-state energies |
Both methods ultimately solve a matrix eigenvalue problem.
The difference lies in what the matrix represents.
Key Takeaways¶
- The variational principle is used to determine the CI coefficients.
- Projecting the Schrödinger equation onto each singly excited determinant produces the CIS secular equation.
- The CIS secular equation is
- The eigenvalues are the excited-state energies.
- The eigenvectors contain the CI coefficients printed in GAMESS.
- CIS therefore reduces the excited-state problem to a matrix diagonalization.
Looking Ahead¶
We now understand how the CIS eigenvalue problem is formulated mathematically.
The next chapter focuses on diagonalization and the interpretation of the resulting eigenvalues and eigenvectors, explaining how excitation energies, dominant electronic transitions, and excited-state wavefunctions are obtained from the solution of the CIS secular equation.