iqm.cpc

iqm.cpc#

IQM Circuit to Pulse Compiler.

IQM Circuit to Pulse Compiler is a Python-based library for converting quantum circuits into instruction schedules (which map Station Control controller names to their pulse playlists) and Station Control settings required for circuit execution, using the calibration data it is given. The generated schedules and settings can be sent to Station Control for execution on real or simulated quantum hardware.

CPC is normally only accessed indirectly through Cocos or its reference client IQM client, or a frontend such as Cirq on IQM or Qiskit on IQM.

Subpackages and modules

compiler

Compile quantum circuits into instruction schedules and settings that can be executed on a station.

interface

Pydantic models used by the API.