This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #13872 - Implemented RC<->KR tableaux bijections for non-excepti…
…onal types
- Loading branch information
Travis Scrimshaw
authored and
Travis Scrimshaw
committed
Nov 7, 2013
1 parent
f2491f1
commit 6aae6bf
Showing
21 changed files
with
6,115 additions
and
1,581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Rigged Configuration Bijections | ||
=============================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
../sage/combinat/rigged_configurations/bijection | ||
../sage/combinat/rigged_configurations/bij_abstract_class | ||
../sage/combinat/rigged_configurations/bij_type_A | ||
../sage/combinat/rigged_configurations/bij_type_B | ||
../sage/combinat/rigged_configurations/bij_type_C | ||
../sage/combinat/rigged_configurations/bij_type_D | ||
../sage/combinat/rigged_configurations/bij_type_A2_odd | ||
../sage/combinat/rigged_configurations/bij_type_A2_even | ||
../sage/combinat/rigged_configurations/bij_type_A2_dual | ||
../sage/combinat/rigged_configurations/bij_type_D_twisted | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
from rigged_configurations import HighestWeightRiggedConfigurations | ||
from rigged_configurations import RiggedConfigurations | ||
from tensor_product_kr_tableaux import HighestWeightTensorProductOfKirillovReshetikhinTableaux | ||
from tensor_product_kr_tableaux import TensorProductOfKirillovReshetikhinTableaux | ||
from kr_tableaux import KirillovReshetikhinTableaux | ||
|
Oops, something went wrong.