pygsti.circuits.circuitconstruction.list_circuits_lgst_can_estimate#
- list_circuits_lgst_can_estimate(dataset, prep_fiducials, meas_fiducials)#
Compute the circuits that LGST is able to estimate from dataset and sets of fiducials.
Here “estimate a circuit” means that LGST can estimate the process matrix associated with that circuit.
- Parameters:
dataset (DataSet) – The data used to generate the LGST estimates
prep_fiducials (list of Circuits) – The preparation fiducial circuits, used to construct an informationally complete effective preparation.
meas_fiducials (list of Circuits) – The measurement fiducial circuits, used to construct an informationally complete effective measurement.
- Returns:
each list of tuples specifyies a circuit that LGST can estimate.
- Return type:
list of lists of tuples