CQCL / pytket-qiskit

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

Remove some deprecation warnings #385

Closed cqc-alec closed 2 months ago

cqc-alec commented 2 months ago

Another step towards #350 ...

I think the only deprecation warnings now are from TketBackend, which is not so easy to update and may require a complete rewrite ...

I deleted a couple of tests that use qiskit_algorithms which depended on the deprecated classes. There is a similar example in the user manual. I've checked that it still works.