Skip to content

Commit a2c8fce

Browse files
committed
typo
1 parent 52d0d03 commit a2c8fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ module TestAlgorithms
479479

480480
O = ising_bulk_tensor(beta)
481481
denom = expectation_value(ψ, O_mpo, envs)
482-
denom2 = expectation_value(mps, (O_mpo, 1 => O), envs)
482+
denom2 = expectation_value(ψ, (O_mpo, 1 => O), envs)
483483
@test denom denom2 atol = 1.0e-10
484484

485485
M = ising_magnetisation_tensor(beta)

0 commit comments

Comments
 (0)