-
Notifications
You must be signed in to change notification settings - Fork 171
Fix DeprecationWarning introduced by Qiskit 1.3 #2091
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
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. |
There are also non DD related uses of the pulse module in our codebase:
Are we expected to wait until these are all copied to qiskit dynamics? Or copy them into this repo? |
fixed in #2116 |
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: