Skip to content

Commit

Permalink
Update ibm_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdilkes committed Nov 7, 2024
1 parent 481061a commit e0a4cdd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pytket/extensions/qiskit/backends/ibm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ def _gen_lightsabre_transformation(
routing_method="sabre",
seed_transpiler=seed,
)
vf2_call_limit, vf2_max_trials = common.get_vf2_limits(
optimization_level,
config.layout_method,
config.initial_layout,
)

sabre_pass: PassManager = PassManager(
[
SetLayout(config.initial_layout),
Expand Down

0 comments on commit e0a4cdd

Please sign in to comment.