You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we add a two-fold rotation 2₁₀₀ = S"x,-y,-z" to space group 148, we should get space group 166. Instead, generate overflows:
julia>generate([spacegroup(148)..., S"x,-y,-z"]
ERROR: OverflowError: The provided set of generators overflowed Nmax distinct operations: generators may not form a finite group; otherwise, try increasing Nmax
Probably related to the centering translation of the rhombohedral lattice since the primitivized variant works correctly:
... Maybe generate should take an optional centering input argument though. Otherwise the modτ argument isn't really doing quite the right thing for non-primitive lattices.
If we add a two-fold rotation 2₁₀₀
= S"x,-y,-z"
to space group 148, we should get space group 166. Instead,generate
overflows:Probably related to the centering translation of the rhombohedral lattice since the primitivized variant works correctly:
The text was updated successfully, but these errors were encountered: