Results 29 comments of David McKay

Beside median ECR error (in the example above) and median CZ error (for heron). EPLG already has a tooltip.

Some code to test This builds the graphs ``` import networkx as nx import rustworkx as rx path_len = 10 path_cnt = 0 path_cnt2 = 0 cutoff=30 if True: #...

I guess I should have put more of the code down ``` # Compare the graphs... for edge in my_graph_nx.edges(): if not my_graph_rx.has_edge(node_map[edge[0]],node_map[edge[1]]): print('Missing edge in rustworkx: ', edge) #...

but I did just try it replacing with your suggestion and it was the same. For example the last block of code spits out this Not in rustworkx 5: [0,...

We can still park if here if people like the code

After skimming around this seems like the easiest way without making huge changes

@wshanks I tested with the t1 notebook here https://github.com/qiskit-community/qiskit-device-benchmarking/blob/main/notebooks/bell_tphi.ipynb and it worked fine.

I changed this up a bit. There's now a flag to use backend.run since that will be the outlier and we will have to retire it completely soon. You can...