Computing Dissociation Curves
A single energy number is rarely the goal. Chemists want the potential energy surface: total energy as a function of nuclear geometry. The simplest slice is the dissociation curve of a diatomic molecule — energy versus bond length — from which the equilibrium bond length, the dissociation energy, and vibrational frequencies all follow.
Building the curve
To compute a dissociation curve you repeat the whole chemistry pipeline at each bond length :
- Recompute the molecular integrals , for the new geometry.
- Re-map to a qubit Hamiltonian (the Pauli coefficients change with ).
- Run VQE to obtain the ground-state energy .
- Add the constant nuclear–nuclear repulsion .
Plotting against traces the curve: it falls to a minimum at the equilibrium bond length (about for ), then rises and flattens to the dissociation limit as the atoms separate. The depth of the well below the dissociation limit is the bond dissociation energy .
The exact ground state of two-qubit H₂
For the two-qubit Hamiltonian the ground state always lies in the single-excitation subspace , where restricts to a matrix
with diagonal energies , (from the , , terms) and off-diagonal coupling from the terms. Diagonalizing a real symmetric matrix is exact:
The ground-state energy is the lower root . Because VQE's one-parameter ansatz can reach the exact eigenvector of this block, VQE recovers exactly at every bond length — the computed curve has no approximation error beyond the basis set itself.
Why the off-diagonal term matters most at dissociation
Near equilibrium the diagonal gap is large, so the ground state is close to the Hartree–Fock determinant and the correlation energy is small. As the bond stretches, the bonding and antibonding orbitals become degenerate (), and the ground state becomes an equal mix of and . There Hartree–Fock fails badly, and the term — pure correlation — dominates.
Try it
For one geometry the subspace block has diagonal energies , and off-diagonal coupling (Hartree). Compute the ground-state energy — the smaller eigenvalue of — and return it.
Repeating this calculation across bond lengths and connecting the points is the dissociation curve.
Sign in on the full site to ask questions and join the discussion.