-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Lie algebras #14901
Comments
This comment has been minimized.
This comment has been minimized.
comment:4
Other (poosible) additions:
|
This comment has been minimized.
This comment has been minimized.
comment:5
That's a hell of a project! At some point, when linear algebra works in combinatorial free modules, I'll want (and probably make) the Lie algebra of primitives of a Hopf algebra. |
comment:6
I'm currently setting #14898 as a dependency since that will likely be done before this patch and because they should play together. |
comment:7
For defining the action on Fock space needs #15151. |
comment:8
To do PBW(-type) bases, I'll need #15289. |
Attachment: trac_14901-lie_algebras-ts.patch.gz |
comment:9
Okay, here's the current version of the patch for reference for those don't want to get/use the combinat queue. It does about 80% or so of the functionality I want, but it probably could use some restructuring. It's also missing a lot of documentation (most importantly doctests). Here's what's done and (mostly) working:
Everything else:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Changed keywords from Lie algebras Kac Moody to Lie algebras Kac Moody, days54 |
comment:13
You might find this link interesting and relevant. Apparently this person implemented quite a bit... |
comment:14
Replying to @kcrisman:
Thanks. That has the branching rules and operations on the algebras themselves, which is useful, than doing computations within them. Also as a reference for myself: http://coropa.sourceforge.net/ |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:53
update milestone 8.3 -> 8.4 |
This comment has been minimized.
This comment has been minimized.
comment:55
Added a subsection of tickets related to various constructions related to nilpotent Lie algebras. I have some existing implementations for these in a codebase that needs to be cleaned up and refactored in order to be imported to Sage. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Changed keywords from Lie algebras, Kac Moody, days54 to Lie algebras, Kac Moody, days54, fpsac2019 |
Initial implementation of Lie algebras in sage.
This will contain the following:
There might also be the following:
With this, one will be able to do basic computations, as well as compute things such as the lower central series (depending on the type).
Current ticket breakdown (more might follow):
FiniteDimensionalAlgebra
isomorphic to the Lie algebraBug tickets: #25007, #25008, #33836, #34006
Quantum group tickets:
q
-analogs for quantum groupsOther related tickets:
Nilpotent Lie algebras tickets:
Depends on #16824
Depends on #16826
CC: @sagetrac-sage-combinat @anneschilling @nthiery @darijgr @bsalisbury1 @dwbump @simon-king-jena
Component: algebra
Keywords: Lie algebras, Kac Moody, days54, fpsac2019
Author: Travis Scrimshaw
Branch/Commit: public/algebras/lie_algebras-14901 @
b8bcd7d
Issue created by migration from https://trac.sagemath.org/ticket/14901
The text was updated successfully, but these errors were encountered: