File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252 end
5353end
5454
55- @testsuite " fusion and dimensions" I -> begin
55+ @testsuite " Fusion and dimensions" I -> begin
5656 for a in smallset (I), b in smallset (I)
5757 da = dim (a)
5858 db = dim (b)
6161 end
6262end
6363
64- @testsuite " fusion tensor and F-move" I -> begin
64+ @testsuite " Fusion tensor and F-move" I -> begin
6565 (BraidingStyle (I) isa Bosonic && hasfusiontensor (I)) || return nothing
6666 for a in smallset (I), b in smallset (I), c in smallset (I)
6767 for e in ⊗ (a, b), f in ⊗ (b, c)
8383 end
8484end
8585
86- @testsuite " fusion tensor and F-move and R-move" I -> begin
86+ @testsuite " Fusion tensor and F-move and R-move" I -> begin
8787 (BraidingStyle (I) isa Bosonic && hasfusiontensor (I)) || return nothing
8888 for a in smallset (I), b in smallset (I)
8989 for c in ⊗ (a, b)
You can’t perform that action at this time.
0 commit comments