cunqa.qutils.get_QPUs
- cunqa.qutils.get_QPUs(local: bool = True, family: str | None = None) list[QPU]
Returns
QPU
objects corresponding to the virtual QPUs raised by the user.- Parameters:
local (
bool
) – ifTrue
, filters by the virtual QPUs available at the local node.family (
str
) – filters virtual QPUs by their family name.
- Returns:
List of
QPU
objects.