Skip to content

Commit

Permalink
Remove out of date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Mar 2, 2023
1 parent 37f3975 commit b8992a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/transpiler/passes/synthesis/unitary_synthesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def run(self, unitary, **options):
_decomposer1q = Optimize1qGatesDecomposition(basis_gates, target)
return _decomposer1q._gate_sequence_to_dag(
_decomposer1q._resynthesize_run(unitary, qubits[0])
) # already in dag format
)
elif unitary.shape == (4, 4):
# select synthesizers that can lower to the target
if target is not None:
Expand Down

0 comments on commit b8992a7

Please sign in to comment.