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.
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.