Japanese
言語
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