Rename IBM Direct Access API#90
Conversation
|
To further "shield" users during the transition period, should we accept the old qrmi_slurm.json env vars, ie, QRMI_IBM_DA_? I did not see this support in src/ibm/quantum_system.rs. |
you can find src/ibm/direct_access.rs for old settings.
Please keep this as it is. Almost all of the source code are come from that repository. |
|
Ah, I scrolled over the src/ibm/direct_access.rs diff! Sure, we can keep the repository in Cargo.toml. |
|
@awennersteen @OkuyanBoga You were asked to review this PR based on the current CODEOWNERS file. As I described in our slack channel, this PR addresses the API name changes for IBM Direct Access API. I don’t think this will affect other components, but just in case, could you take a quick look if you have time? I'm going to merge my tomorrow morning. Thanks, |
awennersteen
left a comment
There was a problem hiding this comment.
As far as I can see nothing that should impact us
Description of Change
The IBM Direct Access API has been renamed to the IBM Quantum System API.
This PR addresses this API name change only and does not include any functional changes.
Important
The IBM Direct Access API has been renamed to the IBM Quantum System API.
As part of this change, the previously available resource type name has been updated from
direct-accesstoibm-quantum-system.During a transition period, both
direct-accessandibm-quantum-systemresource type names will be supported.After the transition period ends, support for the
direct-accessresource type name will be discontinued.Checklist ✅
Ticket