Quantum Analytic Descent¶
Implements Quantum Analytic Descent, a hybrid optimizer that fits a classical analytic surrogate of a variational quantum energy landscape and descends on it.
In each outer iteration a small batch of quantum expectation values is measured around the current point \(\theta_t\). These fix the coefficients of a closed-form trigonometric model \(E(\theta)\) that approximates the true cost surface in a neighborhood. The inner loop then runs ordinary gradient descent on this cheap classical surrogate, whose gradient is available analytically, before re-measuring at the new point. This amortizes expensive quantum queries across many cheap classical steps.
where \(\theta\) are the variational circuit parameters, \(\eta\) the learning rate, and the scalar reference energies \(E^{(A)}, E_k^{(B)}, E_k^{(C)}, E_{kl}^{(D)}\) are obtained from quantum measurements at parameter-shifted points (multiples of \(\pi/2\)) about the current reference, held fixed while the analytic gradient \(\nabla E\) drives the inner descent.
Reference: Bálint Koczor, Simon C. Benjamin, "Quantum Analytic Descent", Physical Review Research 2022. https://journals.aps.org/prresearch/abstract/10.1103/PhysRevResearch.4.023017