qiskit.qobj.QobjMeasurementOption¶
-
class
QobjMeasurementOption
(name, params=None)[código fonte]¶ An individual measurement option.
Instantiate a new QobjMeasurementOption object.
- Parâmetros
name (str) – The name of the measurement option
params (list) – The parameters of the measurement option.
-
__init__
(name, params=None)[código fonte]¶ Instantiate a new QobjMeasurementOption object.
- Parâmetros
name (str) – The name of the measurement option
params (list) – The parameters of the measurement option.
Methods
__init__
(name[, params])Instantiate a new QobjMeasurementOption object.
from_dict
(data)Create a new QobjMeasurementOption object from a dictionary.
to_dict
()Return a dict format representation of the QobjMeasurementOption.
-
classmethod
from_dict
(data)[código fonte]¶ Create a new QobjMeasurementOption object from a dictionary.
- Parâmetros
data (dict) – A dictionary for the experiment config
- Retorna
The object from the input dictionary.
- Tipo de retorno
-
to_dict
()[código fonte]¶ Return a dict format representation of the QobjMeasurementOption.
- Retorna
The dictionary form of the QasmMeasurementOption.
- Tipo de retorno
dict