Skip to content

Commit 658a5b1

Browse files
committed
keep @tensor for symmetric braiding test
1 parent 700f653 commit 658a5b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/tensors/tensors.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ for V in spacelist
298298
t2 = twist!(t, 2)
299299
end
300300
ss = tr(t2)
301-
@planar s2 = t[a b; a b]
302-
@planar t3[a; b] := t[a c; b c]
303-
@planar s3 = t3[a; a]
301+
@tensor s2 = t[a b; a b]
302+
@tensor t3[a; b] := t[a c; b c]
303+
@tensor s3 = t3[a; a]
304304
@test ss s2
305305
@test ss s3
306306
end

0 commit comments

Comments
 (0)