v1

latestOpenAPI 3.0.02026-07-2628145109.6 KB
characterizations

Get the Most Recent Backend Characterization

This endpoint retrieves the most recent backend characterization data available.

get/characterizations/backends/{backend}/current

Path parameters

backend'qpu.aria-1' | 'qpu.aria-2' | 'qpu.forte-1' | 'qpu.forte-enterprise-1' required

A backend where jobs can run on.

Response

Successfully retrieved current characterization

backendstring

The backend calibrated hardware: simulator, qpu.aria-1, qpu.aria-2, qpu.forte-1, qpu.forte-enterprise-1

datestring

Date time of the measurement, in ISO format.

idstring uuid

UUID of the characterization.

qubitsinteger

The number of qubits available.

Example response

{
  "connectivity": [
    [
      0,
      1
    ],
    [
      0,
      2
    ],
    [
      10,
      9
    ]
  ],
  "date": "2025-06-16T00:00:00Z",
  "fidelity": {
    "spam": {
      "median": 0.9962
    }
  },
  "qubits": 25,
  "timing": {
    "t1": 10,
    "t2": 1
  }
}