Skip to content

Commit 2171fb1

Browse files
authored
Stabilize C4v AD optimization test (#353)
1 parent 236673c commit 2171fb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/examples/heisenberg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end
5555
@testset "C4v AD optimization with scalartype T=$T and projector_alg=$projector_alg" for (T, projector_alg) in
5656
Iterators.product([Float64, ComplexF64], [:c4v_eigh, :c4v_qr])
5757
# initialize symmetric states
58-
Random.seed!(1234567)
58+
Random.seed!(123456789)
5959
symm = RotateReflect()
6060
H′ = heisenberg_XYZ_c4v(InfiniteSquare())
6161
H = T <: Real ? real(H′) : H′

0 commit comments

Comments
 (0)