Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderivrii committed Jan 19, 2025
1 parent c86aaca commit 998233e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def run(self, dag: DAGCircuit) -> DAGCircuit:

# ignore operations on which the algorithm cannot run
if (
(not node.op.num_qubits == 1)
(node.op.num_qubits != 1)
or node.is_parameterized()
or (not hasattr(node.op, "to_matrix"))
):
Expand Down

0 comments on commit 998233e

Please sign in to comment.