iqm.benchmarks.utils_plots.rx_to_nx_graph

Contents

iqm.benchmarks.utils_plots.rx_to_nx_graph#

iqm.benchmarks.utils_plots.rx_to_nx_graph(backend_coupling_map: CouplingMap) Graph#

Convert the Rustworkx graph returned by a backend to a Networkx graph.

Parameters:

backend_coupling_map (CouplingMap) – The coupling map of the backend.

Returns:

The Networkx Graph corresponding to the backend graph.

Return type:

networkx.Graph