Skip to content

Commit 5d210a7

Browse files
committed
another one
1 parent c07bd7c commit 5d210a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/setup.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ end
323323

324324
function ising_energy_tensor(β)
325325
nt = ising_bond_tensor(β)
326+
O = ising_bulk_tensor(β)
326327
J = 1.0
327328
e = ComplexF64[-J J; J -J] .* nt
328329
@tensor e_hor[-1 -2; -3 -4] :=

0 commit comments

Comments
 (0)