-
Notifications
You must be signed in to change notification settings - Fork 20
✨ Qiskit v2.0 Compatibility #534
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
base: main
Are you sure you want to change the base?
✨ Qiskit v2.0 Compatibility #534
Conversation
Signed-off-by: simon1hofmann <[email protected]>
This is probably blocked by #429, right? |
Not necessarily. The main problem is that in Qiskit v2.0, From the migration guide (https://docs.quantum.ibm.com/migration-guides/qiskit-2.0):
How should we handle that on the target independent level? with:
|
Signed-off-by: simon1hofmann <[email protected]>
Yeah. I saw that. But this basically means that we should be switching to defining gate sets not as lists of strings, but rather as Qiskit Target objects. And this is somewhat intertwined with the device refactor in #429. As for the |
Resolves #521