-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Lie algebras] misc bugfixes, root system in Lie alg interface, `dim_…
…of_simple_module` implementation in julia (#4030) * Add `!` to `set_root_system_type` * Add `has_root_system` to Lie algebra interface * Enhance some root system tests * Add `root_system` to Lie algebra interface * Add missing `@attr` * Implement `dim_of_simple_module` in julia (in some cases) * Revert "Skip one excessive test" This reverts commit 0932db8 from #3913. * Test some more code paths in `dim_of_simple_module` * Move `dim_of_simple_module` to the root system * Remove `is_integral` * Copy fix for `id \in W` * Cache `cartan_symmetrizer` * Make root system interface a bit clearer * Update experimental/LieAlgebras/src/AbstractLieAlgebra.jl
- Loading branch information
1 parent
38cc0a9
commit a7e4188
Showing
10 changed files
with
327 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.