cunqa.qutils.info_QPUs
- cunqa.qutils.info_QPUs(local: 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 local is
True
and node_name provided is different from the local node, only information at local node will be displayed.- Parameters:
local (
bool
) – ifTrue
information 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
dict
objects that display the information of the virtual QPUs.