Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typos in 1.0 renos #20

Merged
merged 3 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.