StarQPU

Contents

StarQPU#

class iqm.qaoa.transpiler.quantum_hardware.StarQPU(n)[source]#

Bases: QPU

A star-shaped QPU (Daneb, Sirius, …).

Importantly, the central resonator always has label 0 in the QPU graph. This is used in circuits built on the star.

Parameters:

n (int) – The number of the spokes of the star graph, so that the graph as a whole has n+1 vertices, including the central vertex.

Attributes

Methods