Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrehmer committed Dec 12, 2024
1 parent 2052899 commit 1c4800c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/environments/ctmrg_environments.jl
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ function Base.rot180(env::CTMRGEnv{C,T}) where {C,T}
return CTMRGEnv(copy(corners′), copy(edges′))
end


# Functions used for FP differentiation and by KrylovKit.linsolve
function Base.:+(e₁::CTMRGEnv, e₂::CTMRGEnv)
return CTMRGEnv(e₁.corners + e₂.corners, e₁.edges + e₂.edges)
Expand Down

0 comments on commit 1c4800c

Please sign in to comment.