We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See my following testing:
gap> S1:=SpaceGroupOnLeftIT(3,229); SpaceGroupOnLeftIT(3,229,'1') gap> S2gen:=[ [ [ 0, 1, 0, -1 ], [ 0, 0, -1, 1 ], [ 1, 0, 0, 1 ], [ 0, 0, 0, 1 ] ], [ [ -1, 0, 0, -4 ], [ 0, 0, 1, -2 ], [ 0, -1, 0, 0 ], [ 0, 0, 0, 1 ] ], > [ [ 1, 0, 0, 5/2 ], [ 0, 1, 0, -5/2 ], [ 0, 0, 1, 11/2 ], [ 0, 0, 0, 1 ] ] ]; [ [ [ 0, 1, 0, -1 ], [ 0, 0, -1, 1 ], [ 1, 0, 0, 1 ], [ 0, 0, 0, 1 ] ], [ [ -1, 0, 0, -4 ], [ 0, 0, 1, -2 ], [ 0, -1, 0, 0 ], [ 0, 0, 0, 1 ] ], [ [ 1, 0, 0, 5/2 ], [ 0, 1, 0, -5/2 ], [ 0, 0, 1, 11/2 ], [ 0, 0, 0, 1 ] ] ] gap> S2:=AffineCrystGroupOnLeft(S2gen); <matrix group with 3 generators> gap> S1=S2; true gap> CocVecs(S1); [ ] gap> CocVecs(S2); [ [ 2, 0, 2 ], [ 0, 2, 2 ], [ 0, 0, 4 ] ]
Therefore, there seem to be some bugs in the algorithm implementation of CocVecs.
CocVecs
Regards, Zhao
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See my following testing:
Therefore, there seem to be some bugs in the algorithm implementation of
CocVecs
.Regards,
Zhao
The text was updated successfully, but these errors were encountered: