iqm.benchmarks.utils_plots

iqm.benchmarks.utils_plots#

Plotting and visualization utility functions

Functions

draw_graph_edges(backend_coupling_map, ...)

Draw given edges on a graph within the given backend.

evaluate_hamiltonian_paths(N, path_samples, ...)

Evaluates Hamiltonian paths according to the product of 2Q gate fidelities on the corresponding edges of the backend graph.

plot_layout_fidelity_graph(cal_url[, ...])

Plot a graph showing the quantum chip layout with fidelity information.

rx_to_nx_graph(backend_coupling_map)

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

Classes

GraphPositions()

A class to store and generate graph positions for different chip layouts.

Inheritance

Inheritance diagram of iqm.benchmarks.utils_plots