qiskit-optimization icon indicating copy to clipboard operation
qiskit-optimization copied to clipboard

Enable using ``QAOAClient`` as input to the warmstart QAOA algorithm

Open Cryoris opened this issue 3 years ago • 0 comments

What should we add?

The WarmStartQAOAOptimizer currently only allows a QAOA object as input for the QAOA algorithm. It would be great to extend this to also support the QAOAClient so that we can use warmstarting in context of the runtime.

This could be done by either

  • explictly allowing the QAOAClient as input (easiest solution), or
  • derive the QAOAClient from QAOA (might be the cleaner solution)

Cryoris avatar Apr 07 '22 09:04 Cryoris