Quantum Expectation Extremum Estimation Under Measurement Uncertainty
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Noisy Intermediate-Scale Quantum (NISQ) quantum computers face challenges in accurately estimating expectation values due to noise and errors, which standard optimization algorithms struggle to address effectively, particularly in variational quantum eigensolver (VQE) algorithms, where noisy measurements complicate the optimization process.
Innovation Solution
The BayesMGD algorithm incorporates Bayesian analysis to utilize the uncertainty information from noisy quantum computer measurements, performing iterative updates of a local quadratic surrogate model to improve optimization efficiency by adapting to the noisy environment.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Reliability
If standard optimization algorithms like BFGS are used for VQE, then the optimization process can be performed with simple implementation, but the algorithms struggle with noisy measurements and produce inaccurate results
Solution Approach 1:
The patent introduces a surrogate model as an intermediary between the noisy quantum measurements and the optimization algorithm. This surrogate model learns from the noisy measurements and provides clean gradient information to the optimizer, effectively mediating the interaction between quantum noise and classical optimization. The surrogate model acts as a buffer that filters out noise while preserving useful optimization signals.
Solution Approach 2:
The patent replaces direct mechanical gradient computation (which is sensitive to noise) with a machine learning-based surrogate model that learns the gradient structure. Instead of directly computing gradients from noisy measurements, the system uses neural networks to approximate the energy landscape and its derivatives, substituting a noisy mechanical process with a learned statistical model.
2Measurement precision
If more iterations are performed to achieve accurate results with noisy measurements, then measurement precision improves, but the number of quantum circuit executions increases significantly
Solution Approach 1:
The patent performs preliminary action by training the surrogate model on initial noisy measurements before the main optimization loop. This pre-training phase allows the surrogate model to learn the underlying energy landscape structure from relatively few noisy samples. Once trained, the surrogate model can provide accurate gradient information without requiring additional noisy quantum measurements, thus reducing the total number of iterations needed.
Solution Approach 2:
The patent creates a copy of the energy landscape through the surrogate model. Instead of repeatedly querying the noisy quantum system to obtain gradient information, the system creates a learned copy (the surrogate model) that can be queried indefinitely without additional quantum measurements. This copy captures the essential features of the energy landscape and provides accurate gradients at minimal cost.
3Adaptability or versatility
If the number of qubits and circuit depth are increased to improve computational capability, then the ability to simulate quantum systems improves, but decoherence renders the results meaningless
Solution Approach 1:
The patent segments the optimization process into two distinct parts: a quantum subroutine that only needs to provide noisy energy measurements, and a classical surrogate model that handles the complex optimization logic. This segmentation allows the quantum system to operate at lower depths with higher fidelity, while the surrogate model performs the heavy computational lifting classically, avoiding the decoherence problem.
Solution Approach 2:
The surrogate model serves as an intermediary that bridges the gap between limited-capability noisy quantum hardware and the requirements of complex optimization algorithms. It translates noisy quantum measurements into reliable optimization signals, enabling the use of sophisticated optimization techniques without requiring correspondingly sophisticated quantum hardware.
Data Source
Figure 1
Figure 2
Figure 3
AI summary
A method of estimating an extremum of an expectation value of a random field, the method executed on a computer and utilising a quantum computer. The quantum computer comprises a quantum circuit parameterised by a set of circuit parameters and configured to estimate an expectation value of a random variable of interest for the set of circuit parameters. The method uses an iterative optimisation algorithm to update the circuit parameters based on a sampling of the expectation value of a random variable of interest by the quantum computer in each iteration of the optimisation algorithm. The method utilises information related to the uncertainty of the estimates of the expectation values returned by the quantum computer to perform an optimal update of the circuit parameters in each iteration.