Skip to content

Commit 7725c61

Browse files
borisdevoslkdvos
andauthored
Update src/algorithms/correlators.jl
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
1 parent 16abc14 commit 7725c61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/algorithms/correlators.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ function correlator(
3939
end
4040
4141
function correlator(
42-
state::AbstractMPS, O₁₂::AbstractTensorMap{<:Any, S, 2, 2}, i::Int,
43-
j
42+
state::AbstractMPS, O₁₂::AbstractTensorMap{<:Any, S, 2, 2}, i::Int, j
4443
) where {S}
4544
O₁, O₂ = decompose_localmpo(add_util_leg(O₁₂))
4645
return correlator(state, O₁, O₂, i, j)

0 commit comments

Comments
 (0)