#16324 closed enhancement (fixed)
Implement crystal of rigged configurations
Reported by: | tscrim | Owned by: | sage-combinat |
---|---|---|---|
Priority: | major | Milestone: | sage-6.4 |
Component: | combinatorics | Keywords: | crystals, rigged configurations |
Cc: | sage-combinat, aschilling, bsalisbury1 | Merged in: | |
Authors: | Travis Scrimshaw | Reviewers: | Ben Salisbury |
Report Upstream: | N/A | Work issues: | |
Branch: | cf854df (Commits) | Commit: | |
Dependencies: | #15560 #16292 | Stopgaps: |
Description
Change History (13)
comment:1 Changed 6 years ago by
- Commit changed from 77c7630000ad088f88d5fd2806e09762e661d152 to 7eecbbeb3517b138b279ccb02026926e98dec009
comment:2 Changed 6 years ago by
- Status changed from new to needs_review
comment:3 Changed 6 years ago by
- Commit changed from 7eecbbeb3517b138b279ccb02026926e98dec009 to 3ab608d15783a707123551378a4c8db5413fe4cd
Branch pushed to git repo; I updated commit sha1. New commits:
9e5c99f | Merge branch 'develop' into u/tscrim/rc_crystals-16324
|
73daade | Fixed epsilon/phi for type A2 dual.
|
7a49be0 | Doctest tweak and whitespace.
|
b51639d | Fixed issue with e0/f0 in D twisted spin case.
|
d4d5a52 | Added general conversion for D twisted spin KR crystals <-> KR tableaux.
|
3ab608d | Some more fixes and tweaks.
|
comment:4 Changed 6 years ago by
- Dependencies changed from #15560 to #15560 #16292
comment:5 Changed 6 years ago by
- Commit changed from 3ab608d15783a707123551378a4c8db5413fe4cd to a6acf42dc8a90632a6930205ddb7ddd688f72eee
comment:6 Changed 6 years ago by
- Commit changed from a6acf42dc8a90632a6930205ddb7ddd688f72eee to be0c04c5d56f5632d0b391a186ddec0b8d5ee094
Branch pushed to git repo; I updated commit sha1. New commits:
be0c04c | Added files to documentation.
|
comment:7 Changed 6 years ago by
- Commit changed from be0c04c5d56f5632d0b391a186ddec0b8d5ee094 to d69592ead4163697371e14d7eba6f066a2063f31
Branch pushed to git repo; I updated commit sha1. New commits:
d69592e | Fixing some documentation links.
|
comment:8 Changed 6 years ago by
- Commit changed from d69592ead4163697371e14d7eba6f066a2063f31 to cf854df7e291c758ae7ccee9522c395675e56732
comment:9 Changed 6 years ago by
- Reviewers set to Ben Salisbury
- Status changed from needs_review to positive_review
Hi Travis,
All looks good to me. Thanks for doing this!
~Ben
comment:10 Changed 6 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:11 Changed 6 years ago by
- Branch changed from u/tscrim/rc_crystals to cf854df7e291c758ae7ccee9522c395675e56732
- Resolution set to fixed
- Status changed from positive_review to closed
comment:12 Changed 5 years ago by
- Commit cf854df7e291c758ae7ccee9522c395675e56732 deleted
- Keywords configuration sd71s added; configurations removed
comment:13 Changed 5 years ago by
- Keywords configurations added; configuration sd71s removed
Note: See
TracTickets for help on using
tickets.
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
Merge branch 'develop' into public/combinat/rigged_configurations/methods-15560
Added theta map, fixed bugs and expanded doc.
Minor rewording of build_graph param in bijections.
Fixed doc, added intertwining doctest, and added build_graph to to_*_crystals.
Tweaked wording of param display_steps doc.
Merge branch 'develop' into public/combinat/rigged_configurations/methods-15560
Changed complement -> complement_rigging and fixed right_split on RC side.
Added right_box method for symmetry.
Removed lusztig_involution and right_box.
Merge branch 'public/combinat/rigged_configurations/methods-15560' into u/tscrim/rc_crystals