Skip to content
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

HWModule is broken #1

Open
andrey-krutov opened this issue Oct 16, 2023 · 0 comments
Open

HWModule is broken #1

andrey-krutov opened this issue Oct 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@andrey-krutov
Copy link
Owner

The HWModule function is broken: the commutation table for the negative root vectors is incomplete.

Example:

CM = ({
   {2, -1, -1},
   {-1, 2, 0},
   {-1, 0, 2}
  })
CartanMatrixAlgebra[g, {x, h, y}, CM]
HWModule[v, g, {1, 0, 0}]
Table[Act[xx, vv], {xx, Basis[g]}, {vv, Basis[v]}]

Output for the commutation table:


{{v , - v , 0, 0, v , - v }, {0, v , - v , v , - v , 0}, {0, v , v , - v , - v , 0}, 
   1     2         5     6        2     3   4     5           2   3     4     5
   {0, v , 0, 0, 0, v }, {0, 0, - v , 0, v , 0}, {0, 0, 0, - v , v , 0}, 
        1            5             2      4                   2   3
   {0, 0, - v , 0, 0, - v }, {0, 0, 0, - v , 0, - v }, {0, 0, 0, 0, v , v }, 
             1           4                1        3                 1   2
   {v , 0, 0, 0, v , 0}, {0, - v , 0, v , 0, 0}, {0, - v , v , 0, 0, 0}, 
     2            6             3      5                4   5
   {v , 0, 0, v , 0, 0}, {v , 0, v , 0, 0, 0}, {v , v , 0, 0, 0, [y ,v ]}}
     3         6           4      6              5   6             6  6

andrey-krutov added a commit that referenced this issue Oct 17, 2023
@andrey-krutov andrey-krutov self-assigned this Jan 8, 2024
@andrey-krutov andrey-krutov added the bug Something isn't working label Jan 8, 2024
andrey-krutov added a commit that referenced this issue Apr 6, 2024
More tests are needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant