Skip to content

Commit 7e8a805

Browse files
alexanderivriiElePT
authored andcommitted
typos (Qiskit#12316)
1 parent c02ebdc commit 7e8a805

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

qiskit/transpiler/passes/synthesis/high_level_synthesis.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -732,9 +732,9 @@ class KMSSynthesisLinearFunction(HighLevelSynthesisPlugin):
732732
733733
* use_inverted: Indicates whether to run the algorithm on the inverse matrix
734734
and to invert the synthesized circuit.
735-
In certain cases this provides a better decomposition then the direct approach.
735+
In certain cases this provides a better decomposition than the direct approach.
736736
* use_transposed: Indicates whether to run the algorithm on the transposed matrix
737-
and to invert the order oF CX gates in the synthesized circuit.
737+
and to invert the order of CX gates in the synthesized circuit.
738738
In certain cases this provides a better decomposition than the direct approach.
739739
740740
"""
@@ -778,9 +778,9 @@ class PMHSynthesisLinearFunction(HighLevelSynthesisPlugin):
778778
* section size: The size of each section used in the Patel–Markov–Hayes algorithm [1].
779779
* use_inverted: Indicates whether to run the algorithm on the inverse matrix
780780
and to invert the synthesized circuit.
781-
In certain cases this provides a better decomposition then the direct approach.
781+
In certain cases this provides a better decomposition than the direct approach.
782782
* use_transposed: Indicates whether to run the algorithm on the transposed matrix
783-
and to invert the order oF CX gates in the synthesized circuit.
783+
and to invert the order of CX gates in the synthesized circuit.
784784
In certain cases this provides a better decomposition than the direct approach.
785785
786786
References:

0 commit comments

Comments
 (0)