PulseQobjExperiment#

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

기반 클래스: 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.

매개변수:

Methods

classmethod from_dict(data)[소스]#

Create a new PulseQobjExperiment object from a dictionary.

매개변수:

data (dict) – A dictionary for the experiment config

반환:

The object from the input dictionary.

반환 형식:

PulseQobjExperiment

to_dict()[소스]#

Return a dictionary format representation of the Experiment.

반환:

The dictionary form of the PulseQobjExperiment.

반환 형식:

dict