From 79e5ab80cf7f4994ed2b38bda0b47e4260ad8bc3 Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Tue, 31 Oct 2023 11:47:09 -0400 Subject: [PATCH] Add release note --- .../notes/qpdgate-serialization-710ce2fc6ab898e0.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/qpdgate-serialization-710ce2fc6ab898e0.yaml diff --git a/releasenotes/notes/qpdgate-serialization-710ce2fc6ab898e0.yaml b/releasenotes/notes/qpdgate-serialization-710ce2fc6ab898e0.yaml new file mode 100644 index 000000000..bf3cb0a3b --- /dev/null +++ b/releasenotes/notes/qpdgate-serialization-710ce2fc6ab898e0.yaml @@ -0,0 +1,8 @@ +--- +fixes: + - | + It is now possible to serialize :class:`.SingleQubitQPDGate`, but + there are still some other issues that remain with serialization + and deserialization. See issue `#455 + `__ + for details.