qaoaResult
Installation Required: This functionality requires MATLAB Support Package for Quantum Computing.
Description
The properties of the qaoaResult
object provide information
about the QAOA solution process for solving a QUBO problem. If you solve a QUBO problem using
the solve
function
with Algorithm
set to a qaoa
object, then
the resulting solution is a quboResult
object
that contains a qaoaResult
object.
Properties
Examples
Algorithms
QAOA is a quantum-classical hybrid approach to solving optimization problems. In general, a quantum circuit represents possible solutions to the problem and a classical optimizer iteratively adjusts the angles in the circuit to improve the quality of the solution. The quantum circuit uses alternating layers of cost and mixer gates to approximately solve the provided problem. For details, see Solve Max-Cut Problem Using QAOA.
References
[1] Farhi, Edward, Jeffrey Goldstone, and Sam Gutmann. “A Quantum Approximate Optimization Algorithm.” arXiv, November 14, 2014. https://doi.org/10.48550/arXiv.1411.4028.
Version History
Introduced in R2024b