-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
add method "tensor_factors" to tensor products #34393
Comments
comment:2
meeting an unexpected issue with Schur algebras.. to be investigated |
comment:3
This can't possibly be correct code to be included in the category. |
comment:4
Replying to @mkoeppe:
ok, right. Any better idea ? My final aim would be to have tensor products of morphisms.. |
comment:5
No better idea than having |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
The information seems to be stored in |
comment:8
That's an implementation detail, so I think the method |
comment:9
Also the method name is not specific enough. How about |
comment:10
And this can be moved to a larger category - at least to |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:16
Replying to @mkoeppe:
I would actually go one step further and make it explicitly an def construction(self):
return (TensorProductFunctor(self.category()), self.tensor_factors()) again following |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:19
Is there a reason why you don't use |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:51
No objections here |
Reviewer: Matthias Koeppe, Travis Scrimshaw |
comment:53
|
comment:55
doctest fixed, back to needs review |
Changed branch from u/chapoton/tensor_components to |
comment:59
Replying to Matthias Köppe:
I've opened #34628 for this |
Changed commit from |
…ghestWeightModules in quantum_group_gap This fails with `gap_packages` installed since sagemath#34393. However, there is another failure for the submodules. I do not think subobjects of tensor products should have a tensor product structure. URL: https://trac.sagemath.org/34635 Reported by: tscrim Ticket author(s): Travis Scrimshaw Reviewer(s): Matthias Koeppe
so that one can easily access them
CC: @tscrim
Component: categories
Author: Frédéric Chapoton
Branch:
b81dbf0
Reviewer: Matthias Koeppe, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/34393
The text was updated successfully, but these errors were encountered: