PubResult
class qiskit.primitives.PubResult(data, metadata=None)
Bases: object
Result of Primitive Unified Bloc.
Initialize a pub result.
Parameters
- data (DataBin) – Result data.
- metadata (dict[str, Any] | None) – Metadata specific to this pub. Keys are expected to be strings.
Attributes
data
Result data for the pub.
metadata
Metadata for the pub.
Was this page helpful?
Report a bug or request content on GitHub.