GUE

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

Gaussian unitary ensemble (GUE).

Parameters:

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

Returns:

H – Hermitian (complex) numpy matrix drawn from the GUE, i.e. \(p(H) = 1/Z exp(-n/4 tr(H^2))\).

Return type:

ndarray