Skip to content

Commit bf7a376

Browse files
committed
_artin_braid_local for uniquefusion case
1 parent b06f005 commit bf7a376

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/fusiontrees/braiding_manipulations.jl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,7 @@ function artin_braid(f::FusionTree{I, N}, i; inv::Bool = false) where {I, N}
6565
c = inner_extended[i]
6666
e = inner_extended[i + 1]
6767
c′ = only(a d)
68-
coeff = oftype(
69-
oneT,
70-
if inv
71-
conj(Rsymbol(d, c, e) * Fsymbol(d, a, b, e, c′, c)) * Rsymbol(d, a, c′)
72-
else
73-
Rsymbol(c, d, e) * conj(Fsymbol(d, a, b, e, c′, c) * Rsymbol(a, d, c′))
74-
end
75-
)
68+
coeff = oftype(oneT, _artin_braid_local((a, b, c, d, e, c′), inv))
7669
inner′ = TupleTools.setindex(inner, c′, i - 1)
7770
f′ = FusionTree{I}(uncoupled′, coupled′, isdual′, inner′)
7871
return f′ => coeff

0 commit comments

Comments
 (0)