pygsti.objects.GateSet.get_evec

GateSet.get_evec(index=0)

Get a POVM effect vector by index.

Parameters:index (int, optional) – the index of the vector to return.
Returns:an effect vector of shape (gate_dim, 1).
Return type:numpy array