-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Deprecation of MCMT in favor of MCMTGate #13584
Conversation
One or more of the following people are relevant to this code:
|
I think we want to deprecate the circuit library objects for 1.4 and 2.0, but might not want to remove them for 2.0. Even though this PR only changes from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I was too eager to approve -- this should actually be merged both into 2.0 and 1.4 since we want to keep the MCMT
circuit (and all other library objects) deprecated throughout the 2.0 cycle and only remove them in 3.0.
7ee5df5
to
c4ea08a
Compare
@Mergifyio backport stable/1.4 |
✅ Backports have been created
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Pull Request Test Coverage Report for Build 13178622519Details
💛 - Coveralls |
* remove pending deprecations in mcmt * reno * testing a regression (cherry picked from commit 28a33d7) # Conflicts: # test/python/circuit/library/test_mcmt.py
* Deprecation of MCMT in favor of MCMTGate (#13584) * remove pending deprecations in mcmt * reno * testing a regression (cherry picked from commit 28a33d7) # Conflicts: # test/python/circuit/library/test_mcmt.py * Fix conflict --------- Co-authored-by: Luciano Bello <bel@zurich.ibm.com> Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com>
The Multiple-Control-Multiple-Target in
qiskit.circuit.library.generalized_gates.MCMT
was pending for deprecation in #13150 . This PR moves it to deprecated.