-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Nonsymmetric Macdonald Polynomials for all affine types #14102
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Changed keywords from Nonsymmetric Macdonald to Nonsymmetric Macdonald polynomials, days40, days45 |
Changed keywords from Nonsymmetric Macdonald polynomials, days40, days45 to Nonsymmetric Macdonald polynomials, days40, days45, days49 |
Author: Nicolas M. Thiery, Anne Schilling |
This comment has been minimized.
This comment has been minimized.
Reviewer: Nicolas M. Thiery, Anne Schilling, Mark Shimozono, Bogdan Ion |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Changed reviewer from Nicolas M. Thiery, Anne Schilling, Mark Shimozono, Bogdan Ion to Anne Schilling, Nicolas M. Thiéry, Mark Shimozono, Bogdan Ion |
Changed author from Nicolas M. Thiery, Anne Schilling to Nicolas M. Thiéry, Anne Schilling |
comment:7
Anne and Nicolas, The family returned by NonSymmetricMacdonaldPolynomials should possess a method I would like to add symmetric Macdonald polynomials to this patch. |
comment:8
Hi Mark,
Do you mean that you want the operators
directly available? Or in which format do you want the Hecke algebra representation? You can get
Best, Anne |
comment:9
Anne, The methods I wanted were hidden in the _T and _T_Y attributes. Why does twisted_demazure_lusztig_operators use classical().dual().affine().dual()? |
comment:10
Replying to @sagetrac-mshimo:
Ok. Feel free to add whichever accessors you might think relevant.
Well, it's not a bug, since we get the correct results :-) More seriously: The cartan type as specified here is actually not really used, except for testing for the relations. It indeed looks dubious and should at some point be rewritten using the "other_affinization" method and the like. We must have been lucky to specify a type So, if you have a short way to specify the cartan type which you believe is more correct, please go ahead. Otherwise I think this can wait until someone reimplements T0_check in a less ad-hock way. Cheers, |
comment:11
Replying to @sagetrac-mshimo:
Cool. Since this patch is quite big already, I guess that could go in a followup ticket like the whittaker function one. |
comment:12
Nicolas,
Do you know of an independent way to compute the nonsymmetric Macdonald polynomial |
comment:13
Hi Mark,
The code currently checks that the results (i.e. the nonsymmetric Macdonald polynomials) are indeed eigenvectors of the Y operators. These conditions are not easy to satisfy. For types Best, Anne |
This comment has been minimized.
This comment has been minimized.
comment:15
Nicolas, I added symmetric macdonald polynomials, fixed the parabolic root system stuff, --Mark |
comment:16
Hi Mark, Thank you for adding the parabolic root stuff and the symmetric Macdonald polynomials. Usually it is much better not to fold your patch straight in, so that the other people can review your changes first. Best, Anne |
comment:17
Mark's review patch can be retrieved from the queue history: http://combinat.sagemath.org/patches/rev/f9a14d979bb9 I am reviewing it now. |
comment:84
That's a good benchmark to know. Thanks Nicolas. |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. Last 10 new commits:
|
comment:87
Trivial rebase over latest #10963. |
comment:88
pdf docs don't build |
Work Issues: doc-pdf |
comment:89
Replying to @vbraun:
Is this related to this patch? I get the following error:
But as far as I know this branch does not touch graphs. |
comment:90
The actual error is higher up. The end of the log just shows that the graphs part did build successfully. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed branch from public/combinat/nonsymmetric_macdonald-14102 to |
This ticket implements nonsymmetric Macdonald polynomials for
arbitrary affine Cartan type (including twisted and BC, but not
Koornwinder) using the recursion formula in terms of Demazure-Lusztig
and Cherednik operators. It complements the type-A implementation
based on the HHL combinatorial formula of #2708.
This patch was written by Anne Schilling and Nicolas M. Thiéry during
the ICERM Semester Program on "Automorphic Forms, Combinatorial
Representation Theory and Multiple Dirichlet Series" (January 28,
2013 - May 3, 2013) with the help of Dan Bump, Ben Brubaker, Bogdan
Ion, Dan Orr, Arun Ram, Siddhartha Sahi, and Mark Shimozono. Special
thanks go to Bogdan Ion and Mark Shimozono for their patient
explanations and hand computations to check the code.
In a follow-up ticket #14847 Whittaker functions and other features will become available.
Depends on #4327
Depends on #14143
Depends on #13589
Depends on #10963
Depends on #14673
Depends on #14610
Depends on #14775
Depends on #15931
CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: Nonsymmetric Macdonald polynomials, days40, days45, days49, days54, ICERM2013
Work Issues: doc-pdf
Author: Nicolas M. Thiéry, Anne Schilling
Branch/Commit:
a0ceb91
Reviewer: Anne Schilling, Nicolas M. Thiéry, Mark Shimozono, Bogdan Ion
Issue created by migration from https://trac.sagemath.org/ticket/14102
The text was updated successfully, but these errors were encountered: