Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent normalization for GOE matrices with β=1 #36

Closed
SebastianM-C opened this issue Jan 18, 2018 · 0 comments
Closed

Inconsistent normalization for GOE matrices with β=1 #36

SebastianM-C opened this issue Jan 18, 2018 · 0 comments

Comments

@SebastianM-C
Copy link
Contributor

There is an inconsistency between how the dense (GaussianHermiteMatrix) matrices and the tridiagonal (GaussianHermiteTridiagonalMatrix) matrices are normalized.
Comparing the two with

n = 3000
λs1 = eigvalrand(Wigner(1), n)
λs2 = eigvals(rand(Wigner(1), n))

gives
normalization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant