Skip to content

Commit c82909e

Browse files
committed
code suggestions
1 parent 8ae4593 commit c82909e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/sectors.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,10 @@ Base.:&(f₁::UnitStyle, f₂::UnitStyle) = f₂ & f₁
350350
Base.:&(::GenericUnit, ::SimpleUnit) = GenericUnit()
351351

352352
"""
353-
fusiontensor(a::I, b::I, c::I) where {I <: Sector} -> Array{T, 4}
353+
fusiontensor(a::I, b::I, c::I) where {I <: Sector} -> AbstractArray{T, 4}
354354
355-
Return the fusion tensor for the fusion `a ⊗ b -> c`, where `a`, `b`, and `c` are irreps of
356-
a group. The dimensions of the returned array are `(dim(a), dim(b), dim(c), Nsymbol(a, b, c))`.
357-
The components of the fusion tensor are simply the Clebsch-Gordan coefficients of the group,
355+
Return the fusion tensor for the fusion `a ⊗ b -> c`. The dimensions of the returned array are `(dim(a), dim(b), dim(c), Nsymbol(a, b, c))`.
356+
The components of the fusion tensor are simply the Clebsch-Gordan coefficients,
358357
describing the unitary basis change from the tensor product of irreps `a` and `b` to the coupled irrep `c`.
359358
"""
360359
function fusiontensor end

0 commit comments

Comments
 (0)