From ddddbdb56d836cba7b3f9ad717efe5f9bc824349 Mon Sep 17 00:00:00 2001 From: gadial Date: Thu, 6 Feb 2025 09:13:08 +0200 Subject: [PATCH] Update releasenotes/notes/deprecate-classical-function-3bf44ef26d984366.yaml Co-authored-by: Julien Gacon --- .../notes/deprecate-classical-function-3bf44ef26d984366.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/deprecate-classical-function-3bf44ef26d984366.yaml b/releasenotes/notes/deprecate-classical-function-3bf44ef26d984366.yaml index 7eedfb3ea48..4367a3b9d60 100644 --- a/releasenotes/notes/deprecate-classical-function-3bf44ef26d984366.yaml +++ b/releasenotes/notes/deprecate-classical-function-3bf44ef26d984366.yaml @@ -5,5 +5,5 @@ deprecations_circuits: the :class:`.ClassicalFunction` and its related :func:`.classical_function` have been deprecated as of Qiskit 1.4 and will be removed in Qiskit 2.0. This change is done to stop relying on the `tweedledum` external library. - For a similar functionality please use the :class:`BooleanExpression` which + For a similar functionality please use the :class:`.BooleanExpression` which is going to have a `tweedledum` independent implementation..