PulseQobjExperiment#

class qiskit.qobj.PulseQobjExperiment(instructions, config=None, header=None)[fuente]#

Bases: object

A Pulse Qobj Experiment.

Each instance of this class is used to represent an individual Pulse experiment as part of a larger Pulse Qobj.

Instantiate a PulseQobjExperiment.

Parámetros:

Methods

classmethod from_dict(data)[fuente]#

Create a new PulseQobjExperiment object from a dictionary.

Parámetros:

data (dict) – A dictionary for the experiment config

Devuelve:

The object from the input dictionary.

Tipo del valor devuelto:

PulseQobjExperiment

to_dict()[fuente]#

Return a dictionary format representation of the Experiment.

Devuelve:

The dictionary form of the PulseQobjExperiment.

Tipo del valor devuelto:

dict