-
Notifications
You must be signed in to change notification settings - Fork 165
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
Fix DeprecationWarning introduced by Qiskit 1.3 #2091
Labels
enhancement
New feature or request
Comments
Is this a duplicate with #2069? |
Is pulse the only deprecation warning we get from Qiskit 1.3? |
mostly. Like
|
The Qiskit PR that deprecated pulse restructured their DD passes to avoid using pulse modules. Presumably we can do something similar. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the expected feature or enhancement?
Qiskit 1.3 deprecated the Pulse package, causing a bunch of deprecation warnings to be raised when the transpiler passes in this package are used. For example:
Acceptance criteria
No Qiskit deprecation warnings are issued when using functions in this package.
The text was updated successfully, but these errors were encountered: