From a634baed80ef76af48df806718ba1a350df7fd13 Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Tue, 13 Feb 2024 14:09:39 +0100 Subject: [PATCH] typos in 1.0 renos (#20) * InverseModifier * add-commutation-library * Update add-commutation-library-88b7ff65b3d35f9a.yaml --------- Co-authored-by: Matthew Treinish --- .../notes/1.0/add-annotated-to-drawers-8bcc3a069dd981ad.yaml | 2 +- .../notes/1.0/add-commutation-library-88b7ff65b3d35f9a.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/releasenotes/notes/1.0/add-annotated-to-drawers-8bcc3a069dd981ad.yaml b/releasenotes/notes/1.0/add-annotated-to-drawers-8bcc3a069dd981ad.yaml index e3a28e68adf9..64b1e57db156 100644 --- a/releasenotes/notes/1.0/add-annotated-to-drawers-8bcc3a069dd981ad.yaml +++ b/releasenotes/notes/1.0/add-annotated-to-drawers-8bcc3a069dd981ad.yaml @@ -11,5 +11,5 @@ features: information for operations of :class:`.AnnotatedOperation`. If the :attr:`.AnnotatedOperation.modifiers` contains a :class:`.ControlModifier` the operation will be displayed the same way as controlled gates. If - the :class:'.InverseModifier` or :class:`.PowerModifier` is used, + the :class:`.InverseModifier` or :class:`.PowerModifier` is used, these will be indicated with the base operation name. diff --git a/releasenotes/notes/1.0/add-commutation-library-88b7ff65b3d35f9a.yaml b/releasenotes/notes/1.0/add-commutation-library-88b7ff65b3d35f9a.yaml index 38df7cb2beac..330977500948 100644 --- a/releasenotes/notes/1.0/add-commutation-library-88b7ff65b3d35f9a.yaml +++ b/releasenotes/notes/1.0/add-commutation-library-88b7ff65b3d35f9a.yaml @@ -6,8 +6,8 @@ features: lookup at runtime. Furthermore, the :class:`.CommutationChecker` was refactored and an upper limit was set to the number of cached commutation relations that are not in the commutation library. A session commutation checker was added, that can be used to cache commutations computed during one qiskit - execution. Addresses `#8020 _` and - `#7101 _` + execution. Addresses `#8020 `__ and + `#7101 `__ - | Adds a `SessionCommutationChecker`, i.e. a commutation checker with commutations that are cached consistently during the runtime of a python execution.