qiskit-ibm-runtime icon indicating copy to clipboard operation
qiskit-ibm-runtime copied to clipboard

New IQP API integration

Open raulotaolea opened this issue 9 months ago • 3 comments

With the launch of the new IQP API, all URLs used in this lib will be redirected to it. We have to check that the new API works as the previous one.

@SooluThomas You mentioned a problem with /versions. Could you report it here?

raulotaolea avatar Feb 18 '25 15:02 raulotaolea

The gateway URL to run tests wasn't working well. I have DM'ed you with details

SooluThomas avatar Feb 18 '25 16:02 SooluThomas

What are the action items here? Is there an issue with one of the endpoints?

kt474 avatar Feb 26 '25 16:02 kt474

I believe what this is referring to is for the cloud channel, you have this today:

  • staging: https://us-east.quantum-computing.test.cloud.ibm.com (swagger)
  • production: https://us-east.quantum-computing.cloud.ibm.com (swagger)

That's one of multiple services that are exposed publicly now but won't be in the future (their DNS will go away). Everything that's meant to be publicly accessible is going to go through a new gateway service and set of endpoints here:

  • staging: https://quantum.test.cloud.ibm.com/api (swagger)
  • production: https://quantum.cloud.ibm.com/api (swagger)

The gateway service acts as a proxy to the other multiple internal services (traditional runtime API, but also other accounting, device and scheduling services).

The IQP on Cloud docs talk about the REST API here as well.

mriedem avatar Mar 19 '25 17:03 mriedem