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

Deprecate CXCancellation after 1.0 release #11212

Closed
mtreinish opened this issue Nov 7, 2023 · 0 comments · Fixed by #11937
Closed

Deprecate CXCancellation after 1.0 release #11212

mtreinish opened this issue Nov 7, 2023 · 0 comments · Fixed by #11937
Milestone

Comments

@mtreinish
Copy link
Member

What should we add?

In Qiskit 1.0 we'll stop using CXCancellation as part of the preset pass managers as it's been superseded by InverseCancellation (see #11210 ). At that point we can deprecate and remove the CXCancellation pass because it's not providing any real value over InverseCancellation. But because the 0.45.x and by extension 0.46.x release series are using CXCancellation in the preset pass manager for optimization level 1 the normal pattern of deprecate for 0.46 and remove in 1.0 won't work here as that would result in calling a deprecated pass every time transpile() is called. This issue is to track the deprecation of CXCancellation pass for >=1.1.0 for eventual removal in a future 2.0 release.

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 a pull request may close this issue.

1 participant