Skip to content

Commit

Permalink
typos in 1.0 renos (#20)
Browse files Browse the repository at this point in the history
* InverseModifier

* add-commutation-library

* Update add-commutation-library-88b7ff65b3d35f9a.yaml

---------

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
  • Loading branch information
1ucian0 and mtreinish committed Feb 15, 2024
1 parent c936720 commit a634bae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/Qiskit/qiskit-terra/issues/8020>_` and
`#7101 <https://github.com/Qiskit/qiskit-terra/issues/7101>_`
execution. Addresses `#8020 <https://github.com/Qiskit/qiskit-terra/issues/8020>`__ and
`#7101 <https://github.com/Qiskit/qiskit-terra/issues/7101>`__
- |
Adds a `SessionCommutationChecker`, i.e. a commutation checker with commutations that are cached
consistently during the runtime of a python execution.

0 comments on commit a634bae

Please sign in to comment.