File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ uuid = "4de3b72a-362e-43dd-83ff-3f381eda9f9c"
33license = " MIT"
44authors = [" JoeyT1994 <jtindall@flatironinstitute.org>" , " MSRudolph <manuel.rudolph@web.de>" , " and contributors" ]
55description = " A Julia package for quantum simulation with tensor networks of near-arbritrary topology."
6- version = " 0.3.0 "
6+ version = " 0.3.1 "
77
88[deps ]
99Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function expect(
1818 ψOψ_tensors = norm_factors (ψ, collect (vertices (ψ)); op_strings = op_string_f)
1919 numer_seq = contraction_sequence (ψOψ_tensors; contraction_sequence_kwargs... )
2020 numer = contract (ψOψ_tensors; sequence = numer_seq)[]
21- push! (out, numer / denom)
21+ push! (out, coeff * ( numer / denom) )
2222 end
2323 return out
2424end
You can’t perform that action at this time.
0 commit comments