Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerviou committed Aug 29, 2023
1 parent 39ffc55 commit ece17bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infiniteblockmpo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ R the right environment (a vector of ITensors)
Output: Hcl, newL, newR the updated MPO and environments
"""
function combineblocks_linkinds(H::InfiniteBlockMPO; L=nothing, R=nothing)
H = copy(Hcl);
H = copy(Hcl)
if !isnothing(L)
L = copy(L)
end
Expand Down

0 comments on commit ece17bc

Please sign in to comment.