CQCL / pytket-qiskit

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

fix: Allow circuits containing CnZ gates to run on `AerBackend` #369

Closed yoshi-qc closed 1 month ago

yoshi-qc commented 3 months ago

Description

Replace CnY and CnZ in qiskit gates https://github.com/CQCL/pytket-qiskit/commit/519a5123e4c0a4ff93c7077b3cb2f827522ebe87?diff=split&w=1

Make a test function https://github.com/CQCL/pytket-qiskit/commit/94128565c8edfa5a8fd461459f315932f4299cb9?diff=split&w=0

Related issues

https://github.com/CQCL/pytket-qiskit/issues/368

Checklist

CalMacCQ commented 2 months ago

Maybe the changelog should be updated as well for this fix?

https://github.com/CQCL/pytket-qiskit/blob/main/docs/changelog.rst

CalMacCQ commented 1 month ago

Changed the PR title for clarity