qit.utils.rand_SL

qit.utils.rand_SL(n)

Random SL(n, C) matrix.

Parameters

n (int) – matrix size

Returns

random special linear n*n matrix

Return type

array[complex]

Note

The randomness is not defined in any deeply meaningful sense.