Korean
언어
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.qobj.PulseQobjExperiment

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

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.

매개변수
__init__(instructions, config=None, header=None)[소스]

Instantiate a PulseQobjExperiment.

매개변수

Methods

__init__(instructions[, config, header])

Instantiate a PulseQobjExperiment.

from_dict(data)

Create a new PulseQobjExperiment object from a dictionary.

to_dict()

Return a dictionary format representation of the Experiment.

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