apiVersion: naftiko.dev/v1
kind: Capability
metadata:
name: ionq-quantum-cloud-backends
provider: ionq
api: ionq-quantum-cloud-api
tags:
- Quantum Computing
- Backends
- Characterizations
spec:
summary: Discover IonQ quantum backends and read calibration characterizations.
description: |
List available IonQ backends (simulator, qpu.aria-1, qpu.aria-2, qpu.forte-1,
qpu.forte-enterprise-1), inspect a backend's queue, qubit count, degraded state, and current
characterization, and read historical or current characterization snapshots used for the most
recent calibration.
baseUrl: https://api.ionq.co/v0.4
authentication:
type: apiKey
in: header
name: Authorization
valuePrefix: apiKey
operations:
- id: listBackends
method: GET
path: /backends
summary: List Backends
- id: getBackend
method: GET
path: /backends/{backend}
summary: Get a Backend by Name
- id: getBackendCharacterizations
method: GET
path: /backends/{backend}/characterizations
summary: List Backend Characterizations
- id: getBackendCharacterization
method: GET
path: /backends/{backend}/characterizations/{UUID}
summary: Get a Backend Characterization