Skip to content

Commit

Permalink
Implementation of Specht modules in the tableaux basis and their simp…
Browse files Browse the repository at this point in the history
…le modules.
  • Loading branch information
tscrim committed Nov 22, 2023
1 parent 4d3e807 commit adc2a3d
Show file tree
Hide file tree
Showing 5 changed files with 927 additions and 101 deletions.
3 changes: 3 additions & 0 deletions src/sage/combinat/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@
lazy_import('sage.combinat.super_tableau',
["StandardSuperTableau", "SemistandardSuperTableau", "StandardSuperTableaux", "SemistandardSuperTableaux"])

# Tabloids
lazy_import('sage.combinat.tabloid', "Tabloids")

# Words
from .words.all import *

Expand Down
Loading

0 comments on commit adc2a3d

Please sign in to comment.