cunqa.qutils.info_QPUs
- cunqa.qutils.info_QPUs(on_node: bool = True, node_name: str | None = None) list[dict]
Provides information about the virtual QPUs available either in the local node, an specific node or globally.
If on_node is
Trueand node_name provided is different from the local node, only information at local node will be displayed.- Parameters:
on_node (
bool) – ifTrueinformation at local node is displayed, else all information is displayed.node_name (
str) – filters the displayed information by an specific node.
- Returns:
A list with
dictobjects that display the information of the virtual QPUs.