Skip to content

Commit

Permalink
typos (#12316)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderivrii committed May 1, 2024
1 parent c6ba3a8 commit a4f272f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qiskit/transpiler/passes/synthesis/high_level_synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,9 +732,9 @@ class KMSSynthesisLinearFunction(HighLevelSynthesisPlugin):
* use_inverted: Indicates whether to run the algorithm on the inverse matrix
and to invert the synthesized circuit.
In certain cases this provides a better decomposition then the direct approach.
In certain cases this provides a better decomposition than the direct approach.
* use_transposed: Indicates whether to run the algorithm on the transposed matrix
and to invert the order oF CX gates in the synthesized circuit.
and to invert the order of CX gates in the synthesized circuit.
In certain cases this provides a better decomposition than the direct approach.
"""
Expand Down Expand Up @@ -778,9 +778,9 @@ class PMHSynthesisLinearFunction(HighLevelSynthesisPlugin):
* section size: The size of each section used in the Patel–Markov–Hayes algorithm [1].
* use_inverted: Indicates whether to run the algorithm on the inverse matrix
and to invert the synthesized circuit.
In certain cases this provides a better decomposition then the direct approach.
In certain cases this provides a better decomposition than the direct approach.
* use_transposed: Indicates whether to run the algorithm on the transposed matrix
and to invert the order oF CX gates in the synthesized circuit.
and to invert the order of CX gates in the synthesized circuit.
In certain cases this provides a better decomposition than the direct approach.
References:
Expand Down

0 comments on commit a4f272f

Please sign in to comment.