Portuguese, Brazilian
Idiomas
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.qobj.QasmExperimentCalibrations

class QasmExperimentCalibrations(gates)[código fonte]

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

Initialize a container for calibrations.

Parâmetros

gates (list(GateCalibration)) –

__init__(gates)[código fonte]

Initialize a container for calibrations.

Parâmetros

gates (list(GateCalibration)) –

Methods

__init__(gates)

Initialize a container for calibrations.

from_dict(data)

Create a new GateCalibration object from a dictionary.

to_dict()

Return a dictionary format representation of the calibrations.

classmethod from_dict(data)[código fonte]

Create a new GateCalibration object from a dictionary.

Parâmetros

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

Retorna

The QasmExperimentCalibrations from the input dictionary.

Tipo de retorno

QasmExperimentCalibrations

to_dict()[código fonte]

Return a dictionary format representation of the calibrations.

Retorna

The dictionary form of the GateCalibration.

Tipo de retorno

dict