Skip to content

Commit

Permalink
bugfix in measure
Browse files Browse the repository at this point in the history
  • Loading branch information
titaschanda committed Mar 2, 2024
1 parent b657edd commit b479acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mps/measure.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ measure(::Type{T}, psi::MPS, opstr::String,
measure(T, psi, op(opstr, siteind(psi, pos)))

measure(psi::MPS, opstr::String, pos::Int) =
measure(ComplexF64, psi, opstr, Int)
measure(ComplexF64, psi, opstr, pos)

#################################################################################

Expand Down

0 comments on commit b479acb

Please sign in to comment.