Skip to main contentIBM Quantum Documentation

QasmQobjConfig

qiskit.qobj.QasmQobjConfig(shots=None, seed_simulator=None, memory=None, parameter_binds=None, meas_level=None, meas_return=None, memory_slots=None, n_qubits=None, pulse_library=None, calibrations=None, rep_delay=None, qubit_lo_freq=None, meas_lo_freq=None, **kwargs) GitHub(opens in a new tab)

Bases: SimpleNamespace(opens in a new tab)

A configuration for an OpenQASM 2 Qobj.

Model for RunConfig.

Parameters


Methods

from_dict

classmethod from_dict(data)

Create a new QasmQobjConfig object from a dictionary.

Parameters

data (dict(opens in a new tab)) – A dictionary for the config

Returns

The object from the input dictionary.

Return type

QasmQobjConfig

to_dict

to_dict()

Return a dictionary format representation of the OpenQASM 2 Qobj config.

Returns

The dictionary form of the QasmQobjConfig.

Return type

dict(opens in a new tab)

Was this page helpful?