Skip to content

Commit 20277cd

Browse files
committed
Remove ported function
1 parent d982ac4 commit 20277cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/ITensorMPS/src/mps.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,5 +1032,3 @@ end
10321032
function expect(psi::MPS, op1::Matrix{<:Number}, ops::Matrix{<:Number}...; kwargs...)
10331033
return expect(psi, (op1, ops...); kwargs...)
10341034
end
1035-
1036-
Base.getindex::MPS, r::UnitRange{Int}) = MPS([ψ[n] for n in r])

0 commit comments

Comments
 (0)