Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Nov 8, 2024
1 parent 58817c8 commit af965ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/extensions/qiskit/qiskit_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ def append_tk_command_to_qiskit(


def _has_implicit_permutation(circ: Circuit) -> bool:
return any(q0 != q1 for q0, q1 in circ.implicit_qubit_permuation().items())
return any(q0 != q1 for q0, q1 in circ.implicit_qubit_permutation().items())


def tk_to_qiskit(
Expand Down

0 comments on commit af965ef

Please sign in to comment.