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

Two identical spacegroups have different CocVecs. #49

Open
hongyi-zhao opened this issue Jan 24, 2024 · 0 comments
Open

Two identical spacegroups have different CocVecs. #49

hongyi-zhao opened this issue Jan 24, 2024 · 0 comments

Comments

@hongyi-zhao
Copy link

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.

Regards,
Zhao

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant