Effective Hamiltonian¶
In conventional perturbation theory, each electronic state is treated independently. This approach works well when the states are well separated in energy.
Many photochemical systems, however, contain several electronic states that lie close together and interact strongly. In such cases, applying perturbation theory to each state separately can lead to inaccurate energies and unstable results.
XMCQDPT overcomes this limitation by constructing an effective Hamiltonian that describes all reference states simultaneously.
Why Is an Effective Hamiltonian Needed?¶
Consider three CASSCF reference states,
with similar energies.
Because these states are close in energy, electron correlation can mix them together.
Instead of correcting each state independently,
XMCQDPT allows all states to interact simultaneously,
┌──────────────┐
State 1 ───►│ │
│ │
State 2 ───►│ H_eff │──► Corrected States
│ │
State 3 ───►│ │
└──────────────┘
The perturbation therefore acts on the entire state manifold, rather than on individual states.
Effective Hamiltonian¶
The multistate interaction is represented by the effective Hamiltonian
where
- \(\mathbf H^{(0)}\) is the zeroth-order Hamiltonian obtained from CASSCF,
- \(\Delta\mathbf H\) contains the perturbative corrections.
Unlike the ordinary Hamiltonian, the effective Hamiltonian is a matrix whose elements describe the interactions between different electronic states.
Matrix Representation¶
For three electronic states,
Each element has a physical meaning.
Diagonal Elements¶
The diagonal elements
represent the energies of the individual electronic states after perturbative corrections.
These values become the corrected state energies.
Off-Diagonal Elements¶
The off-diagonal elements
describe the interaction between different electronic states.
Large off-diagonal elements indicate strong mixing between states.
If the states are nearly independent, these elements are very small.
Zeroth-Order Effective Hamiltonian¶
Before second-order corrections are added, XMCQDPT first constructs the zeroth-order effective Hamiltonian.
In the GAMESS output this appears as
For the example calculation,
Several observations can be made.
- The diagonal elements correspond to the zeroth-order energies.
- The off-diagonal elements are small but non-zero.
- The three electronic states are therefore weakly coupled even before perturbation corrections are applied.
Why Diagonalization Is Necessary¶
Because the electronic states interact,
the effective Hamiltonian is not diagonal.
To obtain physically meaningful electronic states, XMCQDPT diagonalizes the effective Hamiltonian,
where
- \(\mathbf C\) contains the mixing coefficients,
- \(\mathbf E\) contains the corrected energies.
The resulting eigenvectors define new electronic states that already include state interaction.
These states are referred to as the intermediate states.
Connection with the GAMESS Output¶
Immediately after printing the zeroth-order Hamiltonian,
GAMESS prints
This matrix contains the eigenvectors obtained by diagonalizing the effective Hamiltonian.
For the example,
1 2 3
1 0.9908850 0.1297189 0.0363299
2 0.1335261 -0.9101029 -0.3922800
3 0.0178222 -0.3935554 0.9191281
Each column represents one intermediate state as a linear combination of the original CASSCF states.
For example,
- Intermediate State 1 is composed primarily of CAS-CI State 1.
- Intermediate State 2 contains significant contributions from States 2 and 3.
- Intermediate State 3 also mixes States 2 and 3.
Thus, before any second-order energy correction is applied, XMCQDPT has already transformed the CASSCF states into a basis that better represents the interacting electronic manifold.
Key Points¶
- Ordinary perturbation theory treats each state independently.
- XMCQDPT treats all selected states simultaneously.
- The effective Hamiltonian contains both state energies and state interactions.
- Diagonal elements represent corrected state energies.
- Off-diagonal elements describe interstate coupling.
- Diagonalizing the effective Hamiltonian produces the intermediate-state basis used throughout the remainder of the XMCQDPT calculation.