pygsti.algorithms.scoring

pygsti.algorithms.scoring#

Common functions used in scoring germ and fiducial sets.

Functions

filter_composite_rcl(candidate_scores, alpha)

Create a restricted candidate list (RCL) based on CompositeScore objects.

list_score(input_array[, score_func])

Score an array of eigenvalues.

Classes

CompositeScore(major, minor, n)

Class for storing and comparing scores calculated from eigenvalues.