Skip to content

Commit

Permalink
Update releasenotes/notes/followup_13150-5bd0c77248601e1a.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryoris authored Feb 5, 2025
1 parent 9b50a55 commit 7ee5df5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion releasenotes/notes/followup_13150-5bd0c77248601e1a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
deprecations_circuits:
- |
The Multiple-Control-Multiple-Target in :class:`~qiskit.circuit.library.generalized_gates.MCMT` is now deprecated
and replaced by :class:`MCMTGate`, which is a proper :class:`Gate` subclass.
and replaced by :class:`.MCMTGate`, which is a proper :class:`.Gate` subclass. Using
a gate instead of a circuit allows the compiler to reason about the object at a higher
level of abstraction and allows for multiple synthesis plugins.

0 comments on commit 7ee5df5

Please sign in to comment.