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(*values)[source]

Backend return types for Qobj and backend.run jobs

Attributes

AVERAGE = 'avg'
SINGLE = 'single'