We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25510a commit a3857daCopy full SHA for a3857da
test/tensors.jl
@@ -282,9 +282,9 @@ for V in spacelist
282
t2 = twist!(t, 2)
283
end
284
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]
+ @planar s2 = t[a b; a b]
+ @planar t3[a; b] := t[a c; b c]
+ @planar s3 = t3[a; a]
288
@test ss ≈ s2
289
@test ss ≈ s3
290
0 commit comments