Skip to main contentIBM Quantum Documentation

QasmQobjExperimentConfig

qiskit.qobj.QasmQobjExperimentConfig(calibrations=None, qubit_lo_freq=None, meas_lo_freq=None, **kwargs) GitHub(opens in a new tab)

Bases: QobjDictField

Configuration for a single OpenQASM 2 experiment in the qobj.

Parameters


Methods

from_dict

classmethod from_dict(data)

Create a new QobjHeader object from a dictionary.

Parameters

data (dict(opens in a new tab)) – A dictionary representing the QobjHeader to create. It will be in the same format as output by to_dict().

Returns

The QobjDictField from the input dictionary.

Return type

QobjDictFieldr

to_dict

to_dict()

Return a dictionary format representation of the OpenQASM 2 Qobj.

Returns

The dictionary form of the QobjHeader.

Return type

dict(opens in a new tab)

Was this page helpful?