Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

MeasReturnType

class MeasReturnType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Backend return types for Qobj and backend.run jobs

Attributes

AVERAGE = 'avg'
SINGLE = 'single'