Skip to content

Commit e96a69f

Browse files
committed
Pre-commit
1 parent bd2c2b6 commit e96a69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bqskit/passes/mapping/sabre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def _can_exe(self, op: Operation, pi: list[int], cg: CouplingGraph) -> bool:
333333
"""Return true if `op` is executable given the current mapping `pi`."""
334334
if isinstance(op.gate, BarrierPlaceholder):
335335
return True
336-
336+
337337
if isinstance(op.gate, CircuitGate):
338338
if all(g.num_qudits == 1 for g in op.gate._circuit.gate_set):
339339
return True

0 commit comments

Comments
 (0)