pygsti.extras.crosstalk.objects

Functions for crosstalk detection from time-stamped data

Module Contents

Classes

CrosstalkResults

class pygsti.extras.crosstalk.objects.CrosstalkResults

Bases: object

any_crosstalk_detect()
plot_crosstalk_matrices(figsize=(15, 3), savepath=None)
plot_crosstalk_dag(savepath=None)
plot_crosstalk_graph(savepath=None)
show_crosstalk_table(precision=5, savepath=None)
offset_label_positions(pos)

From https://stackoverflow.com/questions/11946005/label-nodes-outside-with-minimum-overlap-with-other-nodes-edges-in-networkx?

setting_region_and_number(idx)

For a graph node with index idx that is a setting, work out the region it belongs to, and its number as a setting in that region

show_tvd_explanations()