pygsti.objects.GateSet.set_evec

GateSet.set_evec(EVec, index=0)

Set a POVM effect vector by index. Calls make_spams automatically.

Parameters:
  • rhoVec (numpy array) – a column vector containing the effect vector.
  • index (int, optional) – the index of the effect vector to set. Must be <= num_evecs(), where equality adds a new vector.