qiskit.qobj.PulseQobjExperiment.from_dict¶
- classmethod PulseQobjExperiment.from_dict(data)[código fonte]¶
Create a new PulseQobjExperiment object from a dictionary.
- Parâmetros
data (dict) – A dictionary for the experiment config
- Retorno
The object from the input dictionary.
- Tipo de retorno