Skip to content

Commit d23381d

Browse files
committed
Merge branch 'bd/repa4' of https://github.com/QuantumKitHub/TensorKitSectors.jl into bd/repa4
2 parents b9e74b5 + ef61de0 commit d23381d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/irreps/irreps.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ Asymbol(a::I, b::I, c::I) where {I <: AbelianIrrep} = Int(Nsymbol(a, b, c))
5959
Bsymbol(a::I, b::I, c::I) where {I <: AbelianIrrep} = Int(Nsymbol(a, b, c))
6060
Rsymbol(a::I, b::I, c::I) where {I <: AbelianIrrep} = Int(Nsymbol(a, b, c))
6161

62-
"""
63-
fusiontensor(a::I, b::I, c::I) where {I <: AbstractIrrep} -> Array{T, 4}
64-
65-
Return the fusion tensor for the fusion `a ⊗ b -> c`, where `a`, `b`, and `c` are irreps of
66-
a group. The dimensions of the returned array are `(dim(a), dim(b), dim(c), Nsymbol(a, b, c))`.
67-
The components of the fusion tensor are simply the Clebsch-Gordan coefficients of the group,
68-
describing the unitary basis change from the tensor product of irreps `a` and `b` to the coupled irrep `c`.
69-
"""
7062
function fusiontensor(a::I, b::I, c::I) where {I <: AbelianIrrep}
7163
return fill(Int(Nsymbol(a, b, c)), (1, 1, 1, 1))
7264
end

0 commit comments

Comments
 (0)