API Reference#
The IQM Client library provides adapters for several quantum computing frameworks.
Each adapter exposes a dedicated Python package (iqm.*) with classes and
functions for circuit construction, transpilation, execution, and result retrieval.
The table below links to the API reference for each package.
Framework |
Description |
Documentation |
|---|---|---|
cirq_iqm |
Cirq adapter for IQM quantum computers. |
|
iqm_client |
Client-side library for executing quantum circuits on IQM hardware. |
|
iqm_server_client |
Client-side library for connecting to the IQM Server API. |
|
qiskit_iqm |
Qiskit adapter for IQM quantum computers. |
|
qrisp_iqm |
Qrisp adapter for IQM — curated reference covering backend infrastructure, transpilation (Plasma-SABRE), pulse operations & conversion, and quantum error correction. |
Backend Infrastructure, Transpilation, Pulse Operations, QEC |