COE

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

Circular orthogonal ensemble (COE).

Parameters:

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

Returns:

U – Unitary, symmetric (complex) matrix drawn from the COE (=Haar measure on this space).

Return type:

ndarray