Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

TensorNetworks

Guides

  • TensorNetworks

Tech Notes

  • Building Tensor Networks
  • Contraction Paths and Execution
  • Matrix Product States
  • A Working Tour of the Symmetry Functions
  • Tensor Networks Overview
  • Young Tableaux and Tensor Symmetries

Symbols

  • ActivateTensors
  • BinaryTensorNetwork
  • BinaryTensorNetworkQ
  • CanonicalPath
  • CanonicalPathQ
  • ContractIndices
  • ContractionTree
  • EinsteinSummation
  • GreedyContractionPath
  • HookFactor
  • HookLength
  • HookLengths
  • IndexedMultiply
  • InitializeTensorNetwork
  • MetricTensor
  • MetricTensorQ
  • MPSCanonicalForm
  • MPSCanonicalQ
  • MPSEntanglementEntropy
  • MPSNormalize
  • MPSNorm
  • MPSOverlap
  • MPSSchmidtValues
  • MPSTruncate
  • OptimalContractionPath
  • PartitionQ
  • PathIndexContractions
  • PathQ
  • PathToTreePath
  • RandomTensorNetwork
  • SchurDimension
  • SparseTensorNetwork
  • TableauColumns
  • TableauDimension
  • TableauRows
  • TableauShape
  • TableauSize
  • TableauWeylDimension
  • TensorNetworkAdd
  • TensorNetworkContraction
  • TensorNetworkContractions
  • TensorNetworkContract
  • TensorNetworkData
  • TensorNetworkDelete
  • TensorNetworkFreeIndices
  • TensorNetworkGraphData
  • TensorNetworkGraphQ
  • TensorNetworkIndexDimensions
  • TensorNetworkIndexGraph
  • TensorNetworkIndices
  • TensorNetwork
  • TensorNetworkQ
  • TensorNetworkRemoveCycles
  • TensorNetworkReplaceIndices
  • TensorNetworkSize
  • TensorNetworkTensors
  • TensorNetworkToNetGraph
  • ToTensorNetworkGraph
  • TransposePartition
  • TreePathQ
  • TreePathToPath
  • YoungProject
  • YoungSymmetrize
  • YoungTableau
  • YoungTableauQ
Wolfram`TensorNetworks`Symmetry`
SchurDimension
​
SchurDimension
[partition,d]
gives the dimension of the
GL(d)
Weyl module corresponding to the integer partition via the hook-content formula. •
​
​
SchurDimension
[tableau,d]
does the same when the input is a Young tableau.
​
Details and Options
▪
The dimension of the Weyl module labelled by a partition
par
is given by the hook-content formula
dim=
​
∏
(i,j)
d+j-i
h(i,j)
, where the product runs over the cells
(i,j)
of the Young diagram of
par
,
h(i,j)
is the hook length at
(i,j)
, and the numerator
d+j-i
is the content of that cell shifted by
d
.
▪
SchurDimension
[par,d]
equals the Schur polynomial
s
λ
evaluated at the all-ones point
x
1
=⋯=
x
d
=1
, equivalently the character of the irreducible polynomial
GL(d)
representation labelled by
par
evaluated at the identity.
▪
Numerically equals the rank of the single-tableau Young projector on
⊗n
(
d

)
, where
n=Total[par]
.
▪
d
may be numeric or symbolic. For symbolic
d
the result is a polynomial in
d
of degree
n
; pipe through
Factor
or
Simplify
for a closed form.
▪
SchurDimension
[yt,d]
is shorthand for
SchurDimension
[
TableauShape
[yt],d]
: the value depends only on the shape of the tableau, never on how the boxes are filled.
▪
SchurDimension
returns
$Failed
and emits
SchurDimension::notpar
when given anything other than an integer partition (a list of weakly decreasing positive integers) or a
YoungTableau
.
Examples  
(14)
Basic Examples  
(1)
Dimension of the
GL
3
Weyl module of shape {2}, the symmetric square of
3

:
In[1]:=
SchurDimension[{2},3]
Out[1]=
6
The adjoint of SU(3) at shape {2,1}:
In[2]:=
SchurDimension[{2,1},3]
Out[2]=
8
Symbolic
d
returns a polynomial;
Factor
collects it:
In[3]:=
Factor[SchurDimension[{2,2},n]]
Out[3]=
1
12
(-1+n)
2
n
(1+n)
Scope  
(7)

Applications  
(3)

Properties & Relations  
(3)

SeeAlso
TableauWeylDimension
 
▪
TableauDimension
 
▪
HookFactor
 
▪
HookLengths
 
▪
HookLength
 
▪
YoungTableau
 
▪
TableauShape
 
▪
PartitionQ
 
▪
IntegerPartitions
TechNotes
▪
YoungSymmetries
RelatedGuides
▪
TensorNetworks
""

© 2026 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com