CUE

tenpy.linalg.random_matrix.CUE(size)[source]

Circular unitary ensemble (CUE).

Parameters:

size (tuple) – (n, n), where n is the dimension of the output matrix.

Returns:

U – Unitary matrix drawn from the CUE (=Haar measure on U(n)).

Return type:

ndarray