---
title: QasmExperimentCalibrations (v0.46)
description: API reference for qiskit.qobj.QasmExperimentCalibrations in qiskit v0.46
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit/0.46/qiskit.qobj.QasmExperimentCalibrations
---

# QasmExperimentCalibrations

*class* `qiskit.qobj.QasmExperimentCalibrations(gates)`

[GitHub](https://github.com/qiskit/qiskit/tree/stable/0.46/qiskit/qobj/qasm_qobj.py)

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

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

Initialize a container for calibrations.

**Parameters**

**gates** ([*list*](https://docs.python.org/3/library/stdtypes.html#list)*(*[*GateCalibration*](/docs/api/qiskit/0.46/qiskit.qobj.GateCalibration "qiskit.qobj.GateCalibration")*)*) –

## Methods

### from\_dict

*classmethod* `from_dict(data)`

Create a new GateCalibration object from a dictionary.

**Parameters**

**data** ([*dict*](https://docs.python.org/3/library/stdtypes.html#dict)) – A dictionary representing the QasmExperimentCalibrations to create. It will be in the same format as output by [`to_dict()`](#qiskit.qobj.QasmExperimentCalibrations.to_dict "qiskit.qobj.QasmExperimentCalibrations.to_dict").

**Returns**

The QasmExperimentCalibrations from the input dictionary.

**Return type**

[QasmExperimentCalibrations](#qiskit.qobj.QasmExperimentCalibrations "qiskit.qobj.QasmExperimentCalibrations")

### to\_dict

`to_dict()`

Return a dictionary format representation of the calibrations.

**Returns**

The dictionary form of the GateCalibration.

**Return type**

[dict](https://docs.python.org/3/library/stdtypes.html#dict)
