iqm.error_reduction_tools.readout_characterization.topologies#
QPU topology utilities for readout error characterization.
This module provides topology data for IQM quantum processing units (QPUs).
For production use, coupler connectivity and probe-line groupings are fetched
directly from the quantum computer via
topology_from_qc().
Qubit grid positions are computed from the connectivity using
compute_crystal_layout().
- Usage with data_collection and data_processing:
>>> from iqm.error_reduction_tools.utils.topology_utils import topology_from_qc >>> topology = topology_from_qc(client) >>> qubit_list = topology.get_qubit_labels() >>> # Use qubit_list with run_calibration_circuits or create_calibration_circuits
Functions
|
Get qubit labels grouped by control lines. |
|
Get positions for a subset of qubits from a topology. |
Classes
|
Container for QPU topology information. |
Inheritance
