Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Nov 27, 2024
1 parent 63434d7 commit 651dbc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ features_circuits:
- |
Added binary arithmetic gates for inplace addition of two :math:`n`-qubit registers,
that is :math:`|a\rangle |b\rangle \mapsto |a\rangle |a+b\rangle`.
The :class:`.ModularAdderGate` implements addition modulo :math:`2^n`, the
:class:`.AdderGate` implements standard addition including a carry-out, and the
:class:`.FullAdderGate` includes a carry-in qubit. See the respective documentation for
The :class:`.ModularAdderGate` implements addition modulo :math:`2^n`, and the
:class:`.FullAdderGate` includes a carry-in qubit. See the respective documentation for
details and examples.
In contrast to the existing library circuits, such as :class:`.CDKMRippleCarryAdder`,
Expand All @@ -22,4 +21,4 @@ features_synthesis:
:class:`.FullAdderGate`.
- |
Added :func:`.multiplier_cumulative_h18` and :func:`.multiplier_qft_r17`
to synthesize the :class:`.MultiplierGate`.
to synthesize the :class:`.MultiplierGate`.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fixes:
- |
The transpilation pass :class:`.InverseCancellation` now will recurse into :class`.ControlFlowOp`
The transpilation pass :class:`.InverseCancellation` now will recurse into :class:`.ControlFlowOp`
operations present in a :class:`.QuantumCircuit`. Previously, the pass would ignore
inverse gate pairs inside control flow blocks that could have been cancelled. Refer to
`#13437 <https://github.com/Qiskit/qiskit/issues/13437>`__ for more details.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ features_transpiler:
* :class:`.Size`
* :class:`.GatesInBasis`
* :class:`.InverseCancellation`
* :class:`.BarrierBeforeFinalMeasure`
* :class:`.BarrierBeforeFinalMeasurements`
features_circuits:
- |
Expand Down

0 comments on commit 651dbc2

Please sign in to comment.