Skip to content

Commit

Permalink
fix missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Oct 6, 2023
1 parent 940bce6 commit a47995f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/tensors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,9 @@ using Combinatorics: permutations
end

@timedtestset "Deligne tensor product: test via conversion" begin
Vtr = spacelist[Trivial]
VSU₂ = spacelist[SU2Irrep]
Vℤ₂ = spacelist[Z2Irrep]
Vtr = smallspace(Trivial)
VSU₂ = smallspace(SU2Irrep)
Vℤ₂ = smallspace(Z2Irrep)
@testset for Vlist1 in (Vtr, VSU₂), Vlist2 in (Vtr, Vℤ₂)
V1, V2, V3, V4, V5 = Vlist1
W1, W2, W3, W4, W5 = Vlist2
Expand Down

0 comments on commit a47995f

Please sign in to comment.