Hello,
My issue might be related to this Q&A post. I am attempting to find the star of some wavevectors in the space group 166. It seems like I am getting the same issue as seen in the other post:
“`
Needs[“GroupTheory`”]
basis = {{a/2, -((Sqrt[3] a)/2), c/3}, {a/2, (Sqrt[3] a)/2, c/3}, {-a,
0, c/3}};
recbas = GTReciprocalBasis[basis];
grp = GTInstallGroup[166];
GTGroupOfK[grp, {0, 0.5, 0}, recbas ]
“`
Output
“`
Error: Input is not a group!
“`
Is there a way to resolve this?
Hi William,
A quick fix would be to disable the check if the input provided to GTGroupOfK is a group. This can be controlled by setting the option GOFast -> True
. However, could you please verify if the output provided by GTInstallGroup is correct for SG166?
Best,
Matthias