Skip to content

Commit fdabd24

Browse files
committed
Some format is changed uneccessarily
1 parent ca87e25 commit fdabd24

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/TensorKitSectors.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Superselection sectors (quantum numbers):
22
# for defining graded vector spaces and invariant subspaces of tensor products
33
#==========================================================================================#
4+
45
module TensorKitSectors
56

67
# exports

src/product.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function findindex(P::SectorValues{ProductSector{T}},
4444
c::ProductSector{T}) where {T<:SectorTuple}
4545
return to_manhattan_index(findindex.(values.(_sectors(T)), c.sectors), _size(P))
4646
end
47+
4748
function Base.iterate(P::SectorValues{ProductSector{T}}, i=1) where {T<:SectorTuple}
4849
Base.IteratorSize(P) != Base.IsInfinite() && i > length(P) && return nothing
4950
return getindex(P, i), i + 1

0 commit comments

Comments
 (0)