qiskit-ibm-runtime
qiskit-ibm-runtime copied to clipboard
Convert all backend.run test cases to use SamplerV2
What is the expected feature or enhancement?
As we prepare for the deprecation of backend.run()
, one good step is to convert all the test cases to use SamplerV2
. This would also help us verify that SamplerV2
supports all the features that backend.run()
supports.
Acceptance criteria
- Convert all tests that use
backend.run
to useSamplerV2
.