pygsti.stdmx_to_stdvec

pygsti.stdmx_to_stdvec(m)
Convert a matrix in the standard basis to
a vector in the standard basis.
Parameters:m (numpy array) – The matrix, must be square.
Returns:The vector, length == number of elements in m
Return type:numpy array