Skip to content

Commit a3857da

Browse files
committed
fix fermion parity full trace test
1 parent d25510a commit a3857da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/tensors.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ for V in spacelist
282282
t2 = twist!(t, 2)
283283
end
284284
ss = tr(t2)
285-
@tensor s2 = t[a b; a b]
286-
@tensor t2[a; b] := t[a c; b c]
287-
@tensor s3 = t2[a; a]
285+
@planar s2 = t[a b; a b]
286+
@planar t3[a; b] := t[a c; b c]
287+
@planar s3 = t3[a; a]
288288
@test ss s2
289289
@test ss s3
290290
end

0 commit comments

Comments
 (0)