Skip to content

Commit

Permalink
Update qiskit/quantum_info/synthesis/qsd.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ali Javadi-Abhari <[email protected]>
  • Loading branch information
ewinston and ajavadia authored Apr 25, 2022
1 parent cd69419 commit edda66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/quantum_info/synthesis/qsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def qs_decomposition(mat, opt_a1=True, decomposer_1q=None, decomposer_2q=None):
Arguments:
mat (ndarray): unitary matrix to decompose
opt_a1 (bool): whether to try optimization A.1 from Shende. This should elliminate 1 cnot
opt_a1 (bool): whether to try optimization A.1 from Shende. This should eliminate 1 cnot
per call. If True CZ gates are left in the output. If desired these can be further decomposed
to CX.
decomposer_1q (None or Object): optional 1Q decomposer. If None, uses
Expand Down

0 comments on commit edda66b

Please sign in to comment.