GOE

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

Gaussian orthogonal ensemble (GOE).

Parameters:

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

Returns:

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

Return type:

ndarray