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

Allow versions of qiskit >= 1.3.1 but < 2. #456

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Allow versions of qiskit >= 1.3.1 but < 2. #456

merged 1 commit into from
Jan 28, 2025

Conversation

cqc-alec
Copy link
Collaborator

This relaxes the condition in line with the general policy of having upper bounds only when known to be necessary. The upper bound of 2 is needed bacause qiskit 2 will remove some things like Instruction.c_if() that we depend on, and we can't yet remove that dependence because of limitations in current qiskit. (I've made a qiskit-2 branch which we can hopefully merge after the release of qiskit 2.)

@cqc-alec cqc-alec marked this pull request as ready for review January 28, 2025 14:58
@cqc-alec cqc-alec requested a review from cqc-melf as a code owner January 28, 2025 14:58
@cqc-alec cqc-alec merged commit 8499fa7 into main Jan 28, 2025
5 checks passed
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.

2 participants