Excited-State Methods¶
Excited-state workflows either build reduced eigenproblems around a converged reference state or solve for excited states directly with variational penalties.
The VQD workflow uses the deflated objective in (1) to discourage collapse back to lower-energy states.
Excited states require additional structure beyond ground-state minimization.
Two main approaches are implemented.
Post-VQE linear-algebra methods¶
Construct reduced eigenproblems around a converged reference state.
Methods:
QSE
EOM-QSE
LR-VQE
EOM-VQE
These rely on:
high-quality ground-state reference
well-conditioned reduced manifolds
Generally noiseless-only due to reliance on statevector information.
QSE¶
Construct operator-generated subspace:
Solve:
where:
EOM-QSE¶
Commutator-based reduced problem:
Solve:
Typically non-Hermitian.
Positive real-dominant roots selected.
LR-VQE¶
Tangent-space linear response around converged parameters:
Solve:
Approximate excited energies:
Corresponds to a Tamm–Dancoff style approximation.
EOM-VQE¶
Full-response tangent-space formulation.
Produces paired roots:
Positive solutions correspond to excitation energies.
More expressive but more numerically sensitive.
Variational excited states¶
Solve excited states directly.
SSVQE¶
Shared unitary applied to orthogonal inputs:
Minimize:
VQD¶
Sequential deflation:
Supports noisy evaluation using density matrices.
Excited-state summary¶
method |
category |
noise |
|---|---|---|
QSE |
operator subspace |
noiseless |
EOM-QSE |
operator EOM |
noiseless |
LR-VQE |
tangent response |
noiseless |
EOM-VQE |
full response |
noiseless |
SSVQE |
variational |
supported |
VQD |
deflation |
supported |