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 Oct 10, 2024
1 parent 9f7846f commit 2f0d232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytket/extensions/qiskit/backends/ibm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ def _gen_lightsabre_transformation(
architecture: Architecture, optimization_level: int = 2, seed=0
) -> Callable[Circuit, Circuit]:
"""
Generates a function that can be passed to CustomPass for running LightSABRE routing.
Generates a function that can be passed to CustomPass for running
LightSABRE routing.
:param architecture: Architecture LightSABRE routes circuits to match
:param optimization_level: Corresponds to qiskit optmization levels
Expand Down

0 comments on commit 2f0d232

Please sign in to comment.