Quantum Chemistry Workflow
The end-to-end pipeline from a molecular Hamiltonian to a ground-state energy estimate on a quantum computer.
Overview
Electronic structure asks for the energy and properties of electrons around fixed nuclei. The quantum chemistry workflow turns this continuous many-body problem into qubits and gates. It has a clear pipeline: choose a basis, build the second-quantized Hamiltonian, map fermions to qubits, prepare a trial state, and estimate energy, usually via the VQE workflow or phase estimation.
Steps
- Basis and integrals: pick a finite orbital basis; a classical package computes one- and two-electron integrals.
- Second quantization: assemble H = sum h_pq a_p^dagger a_q + (1/2) sum h_pqrs a_p^dagger a_q^dagger a_r a_s.
- Active space: freeze core orbitals and select an active set to fit the qubit budget.
- Fermion-to-qubit map: apply Jordan-Wigner, parity, or Bravyi-Kitaev to get a qubit Hamiltonian of Pauli terms.
- Ansatz and solve: prepare a trial state and minimize energy, or run phase estimation for a certified eigenvalue.
Reducing resources
Active-space selection, symmetry-based qubit tapering, and orbital freezing shrink the qubit count. Measurement grouping (partitioning Pauli terms into commuting sets) cuts the number of measurement circuits. These reductions are essential because the number of Pauli terms grows roughly as the fourth power of the orbital count.
Accuracy targets
Chemical accuracy, about 1.6 milli-Hartree, is the usual target for reaction energetics. Reaching it demands controlling ansatz error, Trotter error (for time-evolution methods), measurement statistics, and hardware noise together. Error mitigation (see zero-noise extrapolation) helps on noisy devices.
Beyond ground states
Excited states, forces (energy gradients for geometry optimization), and response properties extend the workflow. Methods include subspace expansion, equation-of-motion techniques, and variational excited-state solvers. The same tooling underlies materials studies relevant to component design, though such work is classical or simulated rather than tied to any built device.