We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236673c commit 2171fb1Copy full SHA for 2171fb1
1 file changed
test/examples/heisenberg.jl
@@ -55,7 +55,7 @@ end
55
@testset "C4v AD optimization with scalartype T=$T and projector_alg=$projector_alg" for (T, projector_alg) in
56
Iterators.product([Float64, ComplexF64], [:c4v_eigh, :c4v_qr])
57
# initialize symmetric states
58
- Random.seed!(1234567)
+ Random.seed!(123456789)
59
symm = RotateReflect()
60
H′ = heisenberg_XYZ_c4v(InfiniteSquare())
61
H = T <: Real ? real(H′) : H′
0 commit comments