From c4ea08aed9e6978d31dcbb23a21d3c90c9183982 Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Wed, 5 Feb 2025 22:32:31 +0100 Subject: [PATCH] reno --- releasenotes/notes/followup_13150-5bd0c77248601e1a.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/followup_13150-5bd0c77248601e1a.yaml diff --git a/releasenotes/notes/followup_13150-5bd0c77248601e1a.yaml b/releasenotes/notes/followup_13150-5bd0c77248601e1a.yaml new file mode 100644 index 000000000000..6eaa0e7a0d43 --- /dev/null +++ b/releasenotes/notes/followup_13150-5bd0c77248601e1a.yaml @@ -0,0 +1,8 @@ +--- +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. 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. +