Skip to content

Commit

Permalink
Remove additional uses of BIPMapping
Browse files Browse the repository at this point in the history
There were still two locations where the BIPMapping pass was being used.
First the dedicated unit tests, and then also import redirects for the
docs and easier access. This commit removes these locations so nothing
left is using the BIPMapping pass.
  • Loading branch information
mtreinish committed Sep 11, 2023
1 parent 960912d commit 88aef1e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 382 deletions.
2 changes: 0 additions & 2 deletions qiskit/transpiler/passes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
LookaheadSwap
StochasticSwap
SabreSwap
BIPMapping
Commuting2qGateRouter
Basis Change
Expand Down Expand Up @@ -199,7 +198,6 @@
from .routing import LookaheadSwap
from .routing import StochasticSwap
from .routing import SabreSwap
from .routing import BIPMapping
from .routing import Commuting2qGateRouter

# basis change
Expand Down
1 change: 0 additions & 1 deletion qiskit/transpiler/passes/routing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
from .lookahead_swap import LookaheadSwap
from .stochastic_swap import StochasticSwap
from .sabre_swap import SabreSwap
from .bip_mapping import BIPMapping
from .commuting_2q_gate_routing.commuting_2q_gate_router import Commuting2qGateRouter
from .commuting_2q_gate_routing.swap_strategy import SwapStrategy
Loading

0 comments on commit 88aef1e

Please sign in to comment.