#13403 closed enhancement (fixed)
Implementation of bijection between KirillovReshetikhinCrystals and KirillovReshetikhinTableaux
Reported by: | tscrim | Owned by: | tscrim |
---|---|---|---|
Priority: | major | Milestone: | sage-5.6 |
Component: | combinatorics | Keywords: | crystals, rigged configurations |
Cc: | sage-combinat, aschilling | Merged in: | sage-5.6.beta2 |
Authors: | Travis Scrimshaw | Reviewers: | Anne Schilling |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #11305 | Stopgaps: |
Description
Implement the bijection between the usual Kirillov-Reshetikhin crystals and the Kirillov-Reshetikhin tableaux that arise from the bijection with rigged configurations.
Attachments (1)
Change History (14)
comment:1 Changed 9 years ago by
- Dependencies changed from 11305 to #11305
comment:2 follow-up: ↓ 3 Changed 8 years ago by
- Status changed from new to needs_review
comment:3 in reply to: ↑ 2 Changed 8 years ago by
comment:4 Changed 8 years ago by
- Keywords rigged configurations added
- Reviewers set to Anne Schilling
- Status changed from needs_review to positive_review
comment:5 follow-up: ↓ 6 Changed 8 years ago by
Thank you for the review.
Best,
Travis
comment:6 in reply to: ↑ 5 Changed 8 years ago by
comment:7 Changed 8 years ago by
- Status changed from positive_review to needs_work
sage -t -force_lib devel/sage/sage/combinat/rigged_configurations/rigged_configurations.py ********************************************************************** File "/release/merger/sage-5.6.beta1/devel/sage-main/sage/combinat/rigged_configurations/rigged_configurations.py", line 779: sage: ret.to_tensor_product_of_Kirillov_Reshetikhin_crystals() Expected: [[++++, []], [+++-, [[1], [2], [4], [-4]]]] Got: [[++++, []], [+++-, [[1], [2], [3], [-4]]]] **********************************************************************
comment:8 follow-up: ↓ 9 Changed 8 years ago by
- Status changed from needs_work to needs_review
That test depended on #13460 and has been moved to that patch.
Edit - typo
comment:9 in reply to: ↑ 8 ; follow-up: ↓ 10 Changed 8 years ago by
comment:10 in reply to: ↑ 9 Changed 8 years ago by
Replying to aschilling:
Replying to tscrim:
That test depended on #13406 and has been moved to that patch.
Do you mean #13460?
Yes I did.
comment:11 Changed 8 years ago by
- Status changed from needs_review to positive_review
comment:12 Changed 8 years ago by
- Merged in set to sage-5.6.beta2
- Resolution set to fixed
- Status changed from positive_review to closed
comment:13 Changed 8 years ago by
- Cc sage-combinat added
Note: See
TracTickets for help on using
tickets.
This patch implements the bijection for type D_n{(1)} between KR crystals and KR tableaux (which form a filling of the Kashiwara-Nakashima tableaux to rectangles). We went through several review cycles by e-mail and the patch looks good to me now.
Positive review! Thanks Travis for your work on this!
Anne