Skip to content

Commit

Permalink
fiddle with rng
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jul 9, 2024
1 parent 6abf7c0 commit b85a24b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/pwave.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ opt_alg = PEPSOptimize(;
)

# initialize states
Random.seed!(96678827397)
Pspace = Vect[FermionParity](0 => 1, 1 => 1)
Vspace = Vect[FermionParity](0 => χbond ÷ 2, 1 => χbond ÷ 2)
Envspace = Vect[FermionParity](0 => χenv ÷ 2, 1 => χenv ÷ 2)
Expand Down

0 comments on commit b85a24b

Please sign in to comment.