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

qiskit.qobj.QasmQobjExperiment

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

A QASM Qobj Experiment.

Each instance of this class is used to represent a QASM experiment as part of a larger QASM qobj.

Instatiate a QasmQobjExperiment.

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

Instatiate a QasmQobjExperiment.

매개변수

Methods

__init__([config, header, instructions])

Instatiate a QasmQobjExperiment.

from_dict(data)

Create a new QasmQobjExperiment object from a dictionary.

to_dict()

Return a dictionary format representation of the Experiment.

classmethod from_dict(data)[소스]

Create a new QasmQobjExperiment object from a dictionary.

매개변수

data (dict) – A dictionary for the experiment config

반환값

The object from the input dictionary.

반환 형식

QasmQobjExperiment

to_dict()[소스]

Return a dictionary format representation of the Experiment.

반환값

The dictionary form of the QasmQObjExperiment.

반환 형식

dict