qilisdk.digital.topology
Functions
|
Return a topology as a |
Module Contents
- build_topology_graph(topology: qilisdk.digital.types.Topology) rustworkx.PyGraph[int, None][fuente]
Return a topology as a
rustworkx.PyGraph.- Parámetros:
topology (
Topology) – Coupling map provided either as a list of connected physical-qubit pairs or as an existingPyGraph.- Muestra:
ValueError –
- Devuelve:
Coupling map in
PyGraphform.- Tipo del valor devuelto:
PyGraph[int, None]