-
-
Notifications
You must be signed in to change notification settings - Fork 601
Added crystal of letters for type E #5879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
For what it's worth, here's a picture of this crystal: http://sporadic.stanford.edu/bump/xtal/e6.pdf What is the logic of the representations of the elements? That is, why [-5,2,6]? |
comment:3
After some testing I am confident that the crystal is correct. Adding this one crystal (with its dual) actually gives access to
The fact that this process (using both crystals) is complete to give all crystals is http://groups.google.com/group/sage-combinat-devel/msg/8ef5b6b5b529e51b?hl=en This crystal is also interesting because the action of the E6 Weyl group on this |
comment:4
The nodes of this crystal are labeled by their weights. [-5,2,6] indicates that I now also added a |
comment:5
The revision of the patch implementing concise representation is important since
These both have degree 27. The adjoint representation has highest weight lambda2
The last step assumes you have dot2tex installed. (Why isn't this |
comment:6
Mhh, what is the credit situation here? "Brant Jones" was added to the list of authors, so is this shared credit for Anne and Brant for authorship? Cheers, Michael |
comment:7
Yes, shared authorship please. Anne |
comment:8
This breaks pickling for me (and #5120 by itself did not):
Also:
is going away since it is basically cmp(a,b). Cheers, Michael |
comment:9
Replying to @anneschilling:
Cool. Please specify shared authorship when you post the patch via the comment section during the file upload. That makes it just easier for me to keep track of credit. Cheers, Michael |
comment:10
I just talked to Nicolas about the pickling problem; this is a shortcoming of the current |
Attachment: trac_5879-crystal-E-as.patch.gz |
comment:11
The revised patch fixes the sgn versus comparison issue. |
comment:12
Nicolas is about to submit a new version of patch #5120 which should fix the pickling problem Michael mentioned above. We checked this by hand, but Michael, could you run your automatic pickling tests again? |
comment:13
Pickling seems fine and #5120 got a positive review. So I reinstate the positive review. |
comment:14
Merged in Sage 4.0.rc0. Cheers, Michael |
This patch adds crystal of letters for type E corresponding to
the highest weight crystal B(\Lambda_1) and its dual B(\Lambda_6) (in the sage labeling convention of the Dynkin nodes).
This patch depends on ticket #5120.
CC: sage-combinat-commits
Component: combinatorics
Keywords: combinat, crystals
Issue created by migration from https://trac.sagemath.org/ticket/5879
The text was updated successfully, but these errors were encountered: