Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Symbol | Layer | One-line role |
PartitionQ | combinatorics | Is this list a valid Young-diagram shape? |
TransposePartition | combinatorics | Swap rows and columns of the diagram. |
YoungTableau | combinatorics | Wrap a diagram (with slot labels) into a typed object. |
YoungTableauQ | combinatorics | Is this YoungTableau[...] |
TableauShape | combinatorics | Read off the partition from a tableau. |
TableauSize | combinatorics | Total box count n |
TableauRows | accessor | The list-of-rows out of an atomic YoungTableau[...] |
TableauColumns | accessor | The column-slot lists (handles ragged shapes). |
HookLength | dimensions | One cell's hook length. |
HookLengths | dimensions | All hook lengths in one nested list. |
HookFactor | dimensions | 1/∏h(i,j) |
TableauDimension | dimensions | dim V λ S n |
SchurDimension | dimensions | dim W λ GL(d) |
TableauWeylDimension | dimensions | Same value as SchurDimension TableauDimension |
YoungSymmetrize | tensor action | Unnormalised Young symmetriser c T |
YoungProject | tensor action | Idempotent projector P T d λ c T |
Operation | Built-in WL | Symmetry functions |
Mono-term symmetrise (boson, fermion, Riemann pair) | Symmetrize[T,sym] | (wrapped by the Symmetry functions) |
Detect mono-term symmetry group | TensorSymmetry[T] | (no analogue) |
Compressed storage by orbit | SymmetrizedArray | (no analogue; the Symmetry functions emit dense / Normal |
Single-tableau / mixed-symmetry projection (multi-term) | (not supported) | YoungProject[T,tab] |
Irreducible representation dimension dim V λ | (not supported) | TableauDimension[par] |
Hook lengths for S n | (not supported) | HookLength HookLengths HookFactor |
TensorNetwork |
YoungTableau |
|