Expand description
Crystallographic space groups (230 groups).
Each space group entry contains:
- ITC number (1–230)
- Hermann-Mauguin symbol
- Crystal system
- Lattice type (P, I, F, C, R, A, B)
- Point group
- Symmetry operations (as rotation matrix + translation vector)
Structs§
- Space
Group - A crystallographic space group.
- Symmetry
Op - A symmetry operation: rotation matrix (3×3 integers) + translation vector (rational, stored as f64).
Enums§
- Crystal
System - Crystal system classification.
- Lattice
Type - Lattice centering type.
Functions§
- all_
space_ groups - Get all 230 space group numbers and symbols.
- crystal_
system_ for_ number - Get crystal system for a given space group number.
- space_
group_ by_ number - Look up a space group by ITC number.
- space_
group_ by_ symbol - Look up a space group by Hermann-Mauguin symbol.