From d44dd11b5c143ed251893abe67faad427f875cb1 Mon Sep 17 00:00:00 2001 From: junnaka51 Date: Thu, 29 Jun 2023 13:03:43 +0000 Subject: [PATCH] add releasenote --- ...upports_discriminator_and_kernel-3b6048bf1499f9d3.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/qpy_supports_discriminator_and_kernel-3b6048bf1499f9d3.yaml diff --git a/releasenotes/notes/qpy_supports_discriminator_and_kernel-3b6048bf1499f9d3.yaml b/releasenotes/notes/qpy_supports_discriminator_and_kernel-3b6048bf1499f9d3.yaml new file mode 100644 index 000000000000..e730042274e0 --- /dev/null +++ b/releasenotes/notes/qpy_supports_discriminator_and_kernel-3b6048bf1499f9d3.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + QPY supports the :class:`~qiskit.pulse.configuration.Discriminator` and + :class:`~qiskit.pulse.configuration.Kernel` objects. + This feature enables users to serialize and deserialize the + :class:`~qiskit.pulse.instructions.Acquire` instructions with these objects + using QPY.