pygsti.extras.drift.stabilityanalyzer#
Defines the DriftResults class
Functions
|
Checks whether all the tuples in tests constitute valid tests, as specified. |
|
Finds the automatic weighting used between classes of test, e.g., a "top level" Bonferroni correction, or no correction, etc. |
|
The default method for estimating the parameters of a parameterized probability trajectory (i.e., this is not the method used for the model selection, only the method used to estimate the amplitudes in the parameterized model). |
|
Returns the tests we'll automatically perform on time-series data, when a specific sets of tests is not given. |
Returns the set of all valid inclass_correction dicts -- an input to the .run_instability_detection() of a StabilityAnalyzer. |
|
Returns the set of all valid tests (specified by tuples), in the form of a list. |
|
|
Condenses a set of tests, by removing any tests that are equivalent given the meta-parameters of the data (e.g., the number of circuits). |
|
Populates empty parts of an inclass_correction dictionary with auto values. |
Classes
|
The StabilityAnalyzer is designed to implement a stability analysis on time-series data from quantum circuits. |