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