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