pygsti.algorithms.fiducialpairreduction

pygsti.algorithms.fiducialpairreduction#

Functions for reducing the number of required fiducial pairs for analysis.

Functions

compute_jacobian_dicts(model, germs, ...[, ...])

Function for precomputing the jacobian dictionaries from bulk_dprobs for a model with its SPAM parameters frozen, as needed for certain FPR applications.

construct_compact_evd_cache(...[, ...])

filter_useless_fid_pairs(fiducial_indices, ...)

find_sufficient_fiducial_pairs_per_germ(...)

Finds a per-germ set of fiducial pairs that are amplificationally complete.

find_sufficient_fiducial_pairs_per_germ_global(...)

Finds a per-germ set of fiducial pairs that are amplificationally complete.

find_sufficient_fiducial_pairs_per_germ_greedy(...)

Finds a per-germ set of fiducial pairs that are amplificationally complete.

find_sufficient_fiducial_pairs_per_germ_power(...)

Finds a per-germ set of fiducial pairs that are amplificationally complete.

get_per_germ_fid_pairs_global(...[, ...])

test_fiducial_pairs(fid_pairs, target_model, ...)

Tests a set of global or per-germ fiducial pairs.