From b66926a76f514f63a0a9f1bb76e6da26b0d49bd4 Mon Sep 17 00:00:00 2001 From: Ibrahim Date: Wed, 3 Apr 2024 14:23:11 -0400 Subject: [PATCH] add release note --- releasenotes/notes/deprecate-cutqc-7541c514bd96fb05.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/deprecate-cutqc-7541c514bd96fb05.yaml diff --git a/releasenotes/notes/deprecate-cutqc-7541c514bd96fb05.yaml b/releasenotes/notes/deprecate-cutqc-7541c514bd96fb05.yaml new file mode 100644 index 000000000..1730b679a --- /dev/null +++ b/releasenotes/notes/deprecate-cutqc-7541c514bd96fb05.yaml @@ -0,0 +1,7 @@ +--- +deprecations: + - | + The ``circuit_cutting.cutqc`` package is deprecated and will be removed no sooner than Circuit Knitting Toolbox 0.8.0. + The wire cutting functionality in the ``circuit_knitting.cutting`` package will be maintained going forward. + Additionally, there is new automated LO gate and wire cut-finding functionality in the ``circuit_knitting.cutting.automated_cut_finding`` module. + See the ``docs/tutorials/04_automatic_cut_finding`` notebook for a tutorial on automated LO cut-finding.