CQCL / pytket-qiskit

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

Fix symbol conversion into qiskit #377

Closed cqc-alec closed 1 month ago

cqc-alec commented 1 month ago

Description

Fix the conversion of symbols from pytket circuits to qiskit so that round-trip equality checks pass.

This needs qiskit >= 1.2.0 to work, so bump the minimum qiskit version.

Related issues

Fixes #376 .

Checklist

cqc-alec commented 1 month ago

We should bump up the pytket version, too. Do you want to do that in this PR?

I was thinking to do that in a separate PR.