Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IQM backend to work with new client and server #132

Merged
merged 12 commits into from
Feb 7, 2025
Merged

Conversation

cqc-alec
Copy link
Collaborator

@cqc-alec cqc-alec commented Feb 6, 2025

Fixes #124 .

@cqc-alec cqc-alec changed the title Ae/fixup Update IQM backend to work with new client and server Feb 6, 2025
@cqc-alec cqc-alec requested a review from cqc-melf February 6, 2025 17:01
@cqc-alec cqc-alec marked this pull request as ready for review February 6, 2025 17:01
x = int(qname[2:])
assert x >= 1
return Node(x - 1)
if qname == "COMP_R":
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We currently fail with devices (such as "deneb") that contain "resonator" qubits. I will make a new issue for this.

@cqc-melf
Copy link
Collaborator

cqc-melf commented Feb 6, 2025

Should we do a release after this is merged?

@cqc-alec
Copy link
Collaborator Author

cqc-alec commented Feb 7, 2025

Should we do a release after this is merged?

Yes I plan to do that.

@cqc-alec cqc-alec merged commit 2c0a593 into main Feb 7, 2025
5 checks passed
@cqc-alec cqc-alec deleted the ae/fixup branch February 7, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to new cloud backend
2 participants