pygsti.algorithms.make_meas_mxs

pygsti.algorithms.make_meas_mxs(gs, prepMeasList)

Makes a list of matrices, where each matrix corresponds to a single measurement effect in the gate set, and the column of each matrix is the transpose of the measurement effect acting on a fiducial.

Parameters:
  • gs (GateSet) – The gate set (associates gate matrices with gate labels).
  • measFidList (list of GateStrings) – List of fiducial gate sequences for measurement.
  • Returns
  • ----------
  • outputMatList (list of arrays) – List of arrays, where each array corresponds to one measurement in the gate set, and each column therein corresponds to a single fiducial.