Skip to main content
IBM Quantum Platform
This page is from a dev version of Qiskit Runtime client. This is a new interface that does not exist in the stable version.

NoiseLearnerResult

class NoiseLearnerResult(data, metadata=None)

GitHub

Bases: object

A container for the results of a noise learner experiment.

Parameters

  • data (Sequence[LayerError]) – The data of a noise learner experiment.
  • metadata (dict[str, Any] | None) – Metadata that is common to all pub results; metadata specific to particular pubs should be placed in their metadata fields. Keys are expected to be strings.

Attributes

data

The data of this noise learner result.

metadata

The metadata of this noise learner result.


Methods

__getitem__

__getitem__(index)

GitHub

Parameters

index (int)

Return type

LayerError

__len__

__len__()

GitHub

Return type

int

Was this page helpful?
Report a bug, typo, or request content on GitHub.