Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Yue-Zhengyuan committed Jan 10, 2025
1 parent 2b2d3f9 commit 9bd30e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/algorithms/time_evolution/bondenv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ abstract type BondEnvAlgorithm end
const Hair{S} = AbstractTensorMap{S,1,1} where {S<:ElementarySpace}
const BondEnv{S} = AbstractTensorMap{S,2,2} where {S<:ElementarySpace}
const PEPSOrth{S} = AbstractTensor{S,4} where {S<:ElementarySpace}
const BondPhys{S} = AbstractTensor{S,3} where {S<: ElementarySpace}
const BondPhys2{S} = AbstractTensor{S,4} where {S<: ElementarySpace}
const BondPhys{S} = AbstractTensor{S,3} where {S<:ElementarySpace}
const BondPhys2{S} = AbstractTensor{S,4} where {S<:ElementarySpace}

include("bondenv/env_ctm.jl")
include("bondenv/optimize.jl")

0 comments on commit 9bd30e5

Please sign in to comment.