Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Implement implicit conversion to a QUBO (and interpretation of results) #10

Open
garrison opened this issue May 6, 2022 · 0 comments
Open
Labels
enhancement New feature or request optimizer QuantumRandomAccessOptimizer

Comments

@garrison
Copy link
Member

garrison commented May 6, 2022

What is the expected enhancement?

In Qiskit Optimization, it is customary for an OptimizationAlgorithm to attempt to convert a problem to a QUBO if necessary, by invoking QuadraticProgramToQubo (see also the converter tutorial). However, QRAO requires the user to perform this conversion manually, in large part because the current explicit interface requires the problem to be in its final form before the QuantumRandomAccessOptimizer is even constructed (#9). Once this requirement is dropped, it would be nice to allow implicit conversion to QUBOs as well.

When closing this, we should also remove the corresponding usage note from the README.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request optimizer QuantumRandomAccessOptimizer
Projects
None yet
Development

No branches or pull requests

1 participant