QasmExperimentCalibrations#

class qiskit.qobj.QasmExperimentCalibrations(gates)[ソース]#

ベースクラス: object

A container for any calibrations data. The gates attribute contains a list of GateCalibrations.

Initialize a container for calibrations.

パラメータ:

gates (list(GateCalibration)) –

Methods

classmethod from_dict(data)[ソース]#

Create a new GateCalibration object from a dictionary.

パラメータ:

data (dict) – A dictionary representing the QasmExperimentCalibrations to create. It will be in the same format as output by to_dict().

戻り値:

The QasmExperimentCalibrations from the input dictionary.

戻り値の型:

QasmExperimentCalibrations

to_dict()[ソース]#

Return a dictionary format representation of the calibrations.

戻り値:

The dictionary form of the GateCalibration.

戻り値の型:

dict