pygsti.extras.crosstalk.objects
Functions for crosstalk detection from time-stamped data
Module Contents
Classes
- class pygsti.extras.crosstalk.objects.CrosstalkResults
Bases:
object- name = 'None'
- data = 'None'
- pygsti_ds = 'None'
- number_of_regions = 'None'
- settings = 'None'
- number_of_datapoints = 'None'
- number_of_columns = 'None'
- confidence = 'None'
- skel = 'None'
- sep_set = 'None'
- graph = 'None'
- node_labels = 'None'
- setting_indices = 'None'
- cmatrix = 'None'
- crosstalk_detected = 'None'
- is_edge_ct = 'None'
- edge_weights = 'None'
- edge_tvds = 'None'
- max_tvds = 'None'
- median_tvds = 'None'
- max_tvd_explanations = 'None'
- 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)
- 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()