Skip to content

Commit 46e7472

Browse files
committed
reno
1 parent 271bb5e commit 46e7472

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
:class:`.SamplerV2` won't accept ``np.random.Generator`` as ``seed``
9+
because :meth:`.AerSimulator.run` does not support it.
10+
- |
11+
Qiskit Aer requires Qiskit 1.1.0 or later.
12+

0 commit comments

Comments
 (0)