pygsti.extras.idletomography.idttools.alloutcomes#
- alloutcomes(prep, meas, maxweight)#
Lists every “error bit string” that co1uld be caused by an error of weight up to maxweight when performing prep & meas (must be in same basis, but may have different signs).
- Parameters:
prep (NQPauliState)
meas (NQPauliState)
maxweight (int)
- Returns:
A list of
NQOutcomeobjects.- Return type:
list