Skip to content

Integrate QRAO #473

@t-imamichi

Description

@t-imamichi

What should we add?

Integrate qrao-prototype into Qiskit optimization.

  • discuss whether to_ising returns identity matrix as offset instead of returning offset float value
    • Currently: operator, offset = qp.to_ising()
    • Newly: operator = qp.to_ising()
    • In order not to break API, introducing an option to control output may be useful, e.g., to_ising(offset: bool) to return operator and offset if offset=True, otherwise return only operator.
  • magic rounding needs to be migrated to sampler
  • refactor solve so that QRAO solver can access the problem to be encoded
  • discuss whether allow pytest for unit tests because qrao-prototype uses pytest for unit tests.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions