CQCL / pytket-qiskit

pytket-qiskit, extensions for pytket quantum SDK
Apache License 2.0
17 stars 13 forks source link

fix: Warn user about implicit qubit permutations in `tk_to_qiskit` #412

Closed CalMacCQ closed 2 weeks ago

CalMacCQ commented 2 weeks ago

Description

Minor change to tk_to_qiskit. The user now gets a warning if the input pytket Circuit contains implicit qubit permutations.

closes #411

Related issues

411

Checklist