-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
Implement convolution_product for HopfAlgebras #18678
Comments
Commit: |
comment:2
I have some ideas for you... New commits:
|
comment:5
Here are some comments summarizing the live review we did at Sage Days 65:
|
comment:6
Is there overlap between this ticket and #18350? |
comment:7
Replying to @jhpalmieri:
Thanks for pointing this out! Yes, there is overlap (but not a duplicate). It will make the work on this ticket even easier. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Changed author from alauve to Aaron Lauve |
comment:11
All, I have merged #18350 with this ticket. Some comments/questions for people in-the-know to weigh-in on...
A 'thanks' in advance for any comments. -- Aaron |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:13
Replying to @alauve:
I set this as a dependency.
I would make these changes on #18350 directly (I'd recommend
Then I would move the method into
Sage is full of fun oddities like that. Personally I'm not opposed to changing the category to
What is
I would work on #15832 and either create a follow-up with the additional code or just add that code directly to #15832.
I would add an |
Dependencies: #18350 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:16
Hi Travis, Comments below... Replying to @tscrim:
I'm sure that's the wrong thing to do, but perhaps it's also the best thing to do, given the steps I already took (merging). In fact, there is no dependency, and the first thing I did was undo all the changes JBP made to Alternative?: set #18350 as positive review, as is, then start looking at this one? .... I'm really not sure what is the best; see next comment for more.
It was not an isolated commit (I've learned my lesson, thanks!). Alternative idea, implemented in present ticket: I have deleted
I don't know how to do the former (the move), as Is there a better solution than the latter (abstract_method)? It's not really optional... more like not presently code-able. Perhaps a better solution is to keep things in
I'm going to fiddle with this. If that's all it takes, I'll start a new ticket and it should be completed easily enough.
Sorry. the code I ran was:
Found an alternative solution in present commit. If ever #15832 gets adopted, the code here can be shortened by a few lines at most.
I have included a second ParentMethods command,
New commits:
|
comment:44
Doctests fail |
comment:45
I don't get any doctest failures with the current branch on beta7. Could you post more information or tell us some potential conflicts from things you've already merged into your working branch if you're still getting failures? |
comment:46
Still fails, duh. Try again with beta8. |
comment:47
Thank you for your very useful information. |
comment:49
Trivial failures due to the category hierarchy changing. |
comment:50
merge conflict, wait for the next beta |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:52
Fixed what should be the merge conflict. |
Dependencies: #17096 |
Changed branch from public/algebras/convolution_product_hopf_algebras-18678 to |
In the study of Hopf algebras (both graded and finite dimensional), one is led to look at convolution powers of the identity, and convolution products more generally. These should be implemented in
bialgebras.py
.Of possible future utility is the iterated coproduct, so I define that as well.
Depends on #17096
CC: @zabrocki @saliola @sagetrac-sage-combinat @amypang @nthiery @avirmaux @jhpalmieri @sagetrac-nborie @sagetrac-mshimo @tscrim @sagetrac-elixyre
Component: categories
Keywords: days65, convolution product
Author: Aaron Lauve, Jean-Baptiste Priez, Amy Pang, Travis Scrimshaw
Branch/Commit:
47d3a1b
Reviewer: Franco Saliola, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/18678
The text was updated successfully, but these errors were encountered: