modules.applications.simulation.backends.backend_result.BackendResult

class BackendResult(counts: list[dict[str, int]], n_shots: int)

Bases: object

Result returned from a quantum backend.

__init__(counts: list[dict[str, int]], n_shots: int) None

Methods

__init__(counts, n_shots)

Attributes

counts

n_shots