Skip to content

Commit

Permalink
Redefine missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Oct 4, 2023
1 parent d7bfbe1 commit b31c685
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/tensors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,9 @@ end
end

@timedtestset "Deligne tensor product: test via conversion" begin
Vtr = spacelist[Trivial]
VSU₂ = spacelist[SU2Irrep]
Vℤ₂ = spacelist[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 b31c685

Please sign in to comment.