Skip to content

Commit

Permalink
export SamplerPubResult in qiskit.primitives module (#12406)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung authored May 15, 2024
1 parent 07c8f20 commit c6c45a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qiskit/primitives/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@
DataBin
PrimitiveResult
PubResult
SamplerPubResult
BasePrimitiveJob
PrimitiveJob
Expand Down Expand Up @@ -466,6 +467,7 @@
PubResult,
EstimatorPubLike,
SamplerPubLike,
SamplerPubResult,
BindingsArrayLike,
ObservableLike,
ObservablesArrayLike,
Expand Down

0 comments on commit c6c45a1

Please sign in to comment.