We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa2366 commit bc500cfCopy full SHA for bc500cf
releasenotes/notes/update-primitive-v2-b5c7d6c700df0bd6.yaml
@@ -0,0 +1,9 @@
1
+---
2
+upgrade:
3
+ - |
4
+ :meth:`.SamplerV2.run` returns ``SamplerPubResult``, which was introduced in Qiskit 1.1.
5
+ More precisely, the return type is ``PrimitiveJob[PrimitiveResult[SamplerPubResult]]``.
6
+ Previously, it used to be PrimitiveJob[PrimitiveResult[PubResult]].
7
8
+ Qiskit Aer requires Qiskit 1.1.0 or later.
9
+
0 commit comments