pygsti.objects.GateSet.get_evecs

GateSet.get_evecs()

Get an list of all the POVM effect vectors. This list will include the “compliment” effect vector at the end of the list if one has been specified. Also, the returned vectors are copies of internally stored data and thus can be modified without altering the gateset.

Returns:list of POVM effect vectors of shape (gate_dim, 1).
Return type:list of numpy arrays