CQCL / pytket-docs

User manual and example notebooks for the pytket quantum computing toolkit
https://docs.quantinuum.com/tket/user-guide/
Apache License 2.0
331 stars 90 forks source link

Remove deprecated `BackendSampler` from examples #383

Open cqc-melf opened 4 weeks ago

cqc-melf commented 4 weeks ago

The BackendSampler is deprecated and should be removed from the examples, see:


DeprecationWarning: The class ``qiskit.primitives.backend_sampler.BackendSampler`` is deprecated as of qiskit 1.2. It will be removed no earlier than 3 months after the release date. All implementations of the `BaseSamplerV1` interface have been deprecated in favor of their V2 counterparts. The V2 alternative for the `BackendSampler` class is `BackendSamplerV2`.
cqc-melf commented 4 weeks ago

Enable the disabled cell from #379 again