From 099189b4a7d283ae9c2319101cf27c68994510c1 Mon Sep 17 00:00:00 2001 From: Takashi Imamichi Date: Tue, 30 Jul 2024 23:41:16 +0900 Subject: [PATCH] udpate reno --- .../notes/update-primitive-v2-metadata-cf1226e2d6477688.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releasenotes/notes/update-primitive-v2-metadata-cf1226e2d6477688.yaml b/releasenotes/notes/update-primitive-v2-metadata-cf1226e2d6477688.yaml index faaa49910945..a639acc01f71 100644 --- a/releasenotes/notes/update-primitive-v2-metadata-cf1226e2d6477688.yaml +++ b/releasenotes/notes/update-primitive-v2-metadata-cf1226e2d6477688.yaml @@ -4,3 +4,8 @@ features_primitives: The metadata of Primitives V2 implementations, i.e., :class:`.StatevectorSampler`, :class:`.StatevectorEstimator`, :class:`.BackendSamplerV2` and :class:`.BackendEstimatorV2`, has been updated to match that of IBM quantum devices. + + * ``version`` and ``circuit_metadata`` are added to all V2 implementations. + * ``shots`` is added to :class:`.BackendSamplerV2` and :class:`.BackendEstimatorV2` + * ``precision`` is renamed with ``target_precision`` for :class:`.StatevectorEstimator` +