PulseQobjExperiment

class PulseQobjExperiment(instructions, config=None, header=None)[source]

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.

Parameters

Methods

PulseQobjExperiment.from_dict(data)

Create a new PulseQobjExperiment object from a dictionary.

PulseQobjExperiment.to_dict()

Return a dictionary format representation of the Experiment.