Skip to content

Commit 515f41d

Browse files
committed
Implementation of Specht modules in the tableaux basis and their simple modules.
1 parent cb8e15b commit 515f41d

File tree

5 files changed

+927
-101
lines changed

5 files changed

+927
-101
lines changed

src/sage/combinat/all.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@
171171
lazy_import('sage.combinat.super_tableau',
172172
["StandardSuperTableau", "SemistandardSuperTableau", "StandardSuperTableaux", "SemistandardSuperTableaux"])
173173

174+
# Tabloids
175+
lazy_import('sage.combinat.tabloid', "Tabloids")
176+
174177
# Words
175178
from .words.all import *
176179

0 commit comments

Comments
 (0)