Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone-Bordoni committed Jun 27, 2024
1 parent 1a5fe28 commit 1ea407d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_transpiler_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_star_circuit():


def test_star_circuit_custom_map():
placer = Custom(map=[1, 0, 2, 3, 4], connectivity=star_connectivity())
placer = Custom(initial_map=[1, 0, 2, 3, 4], connectivity=star_connectivity())
initial_layout = placer()
transpiler = ShortestPaths(connectivity=star_connectivity())
transpiled_circuit, final_qubit_map = transpiler(star_circuit(), initial_layout)
Expand Down

0 comments on commit 1ea407d

Please sign in to comment.