Commit 7e8a805 1 parent c02ebdc commit 7e8a805 Copy full SHA for 7e8a805
File tree 1 file changed +4
-4
lines changed
qiskit/transpiler/passes/synthesis
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -732,9 +732,9 @@ class KMSSynthesisLinearFunction(HighLevelSynthesisPlugin):
732
732
733
733
* use_inverted: Indicates whether to run the algorithm on the inverse matrix
734
734
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.
736
736
* 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.
738
738
In certain cases this provides a better decomposition than the direct approach.
739
739
740
740
"""
@@ -778,9 +778,9 @@ class PMHSynthesisLinearFunction(HighLevelSynthesisPlugin):
778
778
* section size: The size of each section used in the Patel–Markov–Hayes algorithm [1].
779
779
* use_inverted: Indicates whether to run the algorithm on the inverse matrix
780
780
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.
782
782
* 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.
784
784
In certain cases this provides a better decomposition than the direct approach.
785
785
786
786
References:
You can’t perform that action at this time.
0 commit comments