danpablo
Results
1
issues of
danpablo
I think that the following code is missing a factor of 2 dividing when the function returns. ``` function rand(d::Wigner{2}, n::Int) A = randn(n, n) + im*randn(n, n) normalization =...