pygsti.objects.GateSet.get_rhovecs

GateSet.get_rhovecs()

Get an list of all the state prepartion vectors. These vectors are copies of internally stored data and thus can be modified without altering the gateset.

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