Arc diagrams

Arc diagram induced bases

Warning

The basis ArcDiagDeformBasis can currently only be used for exterior and symmetric powers of the standard module of special orthogonal Lie algebras.

Reverse direction

Given a basis element of an above basis, one can lookup all arc diagrams that induce it (up to a scalar).

PBWDeformations.lookup_paramsFunction
lookup_params(m::DeformationMap{T}, basis::ArcDiagBasedDeformBasis{ParamT, C, T}) where {T <: SmashProductLieElem{C}}

Look up additional data that was used to generate the deformation map m in the basis basis. This can e.g. be an arc diagram or a pseudograph.

source