Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ewinston committed Sep 2, 2022
1 parent ee78880 commit ca4f477
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qiskit/transpiler/passes/routing/stochastic_swap.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ def _mapper(self, circuit_graph, coupling_graph, trials=20):
def _transpile_controlflow_op(self, cf_op, current_layout, qubits):
"""handle controlflow ops by type"""
new_coupling = layout_transform(self.coupling_map, current_layout, qubits)
breakpoint()
_pass = self.__class__(new_coupling, initial_layout=None, seed=self.seed)
if isinstance(cf_op, IfElseOp):
return transpile_cf_multiblock(
Expand Down

0 comments on commit ca4f477

Please sign in to comment.