- Algorithms
Variational Quantum Simulation
Variational quantum simulation uses parametric circuits and classical optimization to approximate the time evolution or ground state of quantum systems, adapting the VQE approach to dynamics.
Hamiltonian simulation on a quantum computer can be performed exactly using Trotter decomposition or qubitization, but these approaches demand circuit depths that exceed what current noisy hardware supports. Variational quantum simulation (VQS) offers an alternative: instead of decomposing the time evolution operator into many gates, it encodes the system state in a parametric ansatz circuit and updates the parameters classically to track the state as it evolves. The approach adapts the variational quantum eigensolver philosophy (cheap parametric circuits plus classical optimizer) to the problem of quantum dynamics rather than just ground-state energy estimation.
The mathematical foundation of VQS is the McLachlan variational principle, which selects parameter updates that minimize the difference between the ansatz trajectory and the true Schrodinger equation. At each timestep, the algorithm measures a set of expectation values on the current quantum state, assembles a classically tractable system of equations relating parameter velocities to the Hamiltonian, and solves for the next parameter values. This avoids the deep circuits of Trotter methods by offloading the evolution logic to the classical optimizer. For real-time dynamics, the method approximates e^{-iHt}|psi> by following a path through the parametric manifold closest to the true path.
The choice of ansatz is critical. Fixed-structure ansatze such as hardware-efficient circuits or chemically motivated UCC-style circuits are cheap to run but may not capture all the relevant physics as the state evolves. Adaptive methods such as ADAPT-VQE grow the ansatz on the fly by adding the operator gradient that reduces the energy the most, producing a compact circuit tailored to the specific system. For dynamics, adaptive approaches can track the evolving state with fewer parameters than a fixed circuit, but each adaptation step adds classical overhead and additional quantum measurements. Imaginary-time evolution, a variant that projects onto the ground state rather than real-time dynamics, follows the same variational framework and has been demonstrated on both superconducting and trapped-ion hardware.
Practical limitations of VQS mirror those of other variational quantum algorithms. Barren plateaus (exponentially vanishing parameter gradients) can stall optimization for deep or randomly initialized circuits, making convergence to the physical trajectory unreliable for large systems. Circuit noise introduces errors that accumulate over many optimization iterations. Applications in condensed matter physics (spin chains, Hubbard model dynamics) and quantum chemistry (photochemical reaction dynamics, non-equilibrium electron correlation) have been demonstrated at small scales of 4-20 qubits. Whether VQS achieves a practical advantage over tensor-network classical simulators for systems large enough to be classically hard remains an open question that will likely be settled by the hardware progress of the next several years.