pygsti.objects.GateSet.get_preps¶
-
GateSet.
get_preps
()¶ 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 (dim, 1). Return type: list of numpy arrays