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
Finalize overhaul over group loading and add magnetic space group functionality
- Bump Crystalline to v0.5.0
Among many updates, this includes:
- Now, load all group operation data by reference to a fixed set of operators (in `tables/rotation_translation.jl` via a set of codes (stored in `tables/spacegroup.jl` and similar for point/subperiodic/magnetic groups): this is much faster computationally as it avoids having to load anything from disk and solves #39
- Introduce a new `AbstractOperation` abstract type to fold both `SymOperation` and `MSymOperation` (for magnetic operations) under one umbrella
- All assembly of groups is now in `group-assembly/...`
- Various minor fixes/code-improvement to subperiodic groups
- Add an element type parameter to `AbstractGroup`
- Fix various minor things
0 commit comments