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 5909179 commit 8153813Copy full SHA for 8153813
examples/quantum1d/1.ising-cft/main.jl
@@ -54,7 +54,7 @@ or in the code as:
54
55
function O_shift(L)
56
I = id(ComplexF64, ℂ^2)
57
- @tensor O[-1 -2; -3 -4] := I[-1, -3] * I[-2, -4]
+ @tensor O[-1 -2; -3 -4] := I[-1; -3] * I[-2; -4]
58
return periodic_boundary_conditions(InfiniteMPO([O]), L)
59
end
60
0 commit comments