Skip to content

Commit

Permalink
Remove eltype of InfiniteWeightPEPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Yue-Zhengyuan committed Dec 11, 2024
1 parent 41596d1 commit 17eac3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/states/infiniteweightpeps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ function Base.size(peps::InfiniteWeightPEPS)
return size(peps.vertices)

Check warning on line 208 in src/states/infiniteweightpeps.jl

View check run for this annotation

Codecov / codecov/patch

src/states/infiniteweightpeps.jl#L207-L208

Added lines #L207 - L208 were not covered by tests
end

function Base.eltype(peps::InfiniteWeightPEPS)
return (eltype(peps.vertices[1]), eltype(peps.weights[1]))
end

"""
mirror_antidiag(peps::InfiniteWeightPEPS)
Expand Down

0 comments on commit 17eac3d

Please sign in to comment.