:py:mod:`pygsti.extras.crosstalk.objects` ========================================= .. py:module:: pygsti.extras.crosstalk.objects .. autoapi-nested-parse:: Functions for crosstalk detection from time-stamped data Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: pygsti.extras.crosstalk.objects.CrosstalkResults .. py:class:: CrosstalkResults Bases: :py:obj:`object` .. py:attribute:: name :value: 'None' .. py:attribute:: data :value: 'None' .. py:attribute:: pygsti_ds :value: 'None' .. py:attribute:: number_of_regions :value: 'None' .. py:attribute:: settings :value: 'None' .. py:attribute:: number_of_datapoints :value: 'None' .. py:attribute:: number_of_columns :value: 'None' .. py:attribute:: confidence :value: 'None' .. py:attribute:: skel :value: 'None' .. py:attribute:: sep_set :value: 'None' .. py:attribute:: graph :value: 'None' .. py:attribute:: node_labels :value: 'None' .. py:attribute:: setting_indices :value: 'None' .. py:attribute:: cmatrix :value: 'None' .. py:attribute:: crosstalk_detected :value: 'None' .. py:attribute:: is_edge_ct :value: 'None' .. py:attribute:: edge_weights :value: 'None' .. py:attribute:: edge_tvds :value: 'None' .. py:attribute:: max_tvds :value: 'None' .. py:attribute:: median_tvds :value: 'None' .. py:attribute:: max_tvd_explanations :value: 'None' .. py:method:: any_crosstalk_detect() .. py:method:: plot_crosstalk_matrices(figsize=(15, 3), savepath=None) .. py:method:: plot_crosstalk_dag(savepath=None) .. py:method:: plot_crosstalk_graph(savepath=None) .. py:method:: show_crosstalk_table(precision=5, savepath=None) .. py:method:: offset_label_positions(pos) From https://stackoverflow.com/questions/11946005/label-nodes-outside-with-minimum-overlap-with-other-nodes-edges-in-networkx? .. py:method:: 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 .. py:method:: show_tvd_explanations()