A Wyckoff position of a space group G is an equivalence class of points in Euclidean space, having stabilizers which are conjugate subgroups of G. Apart from a subset of lower dimension, which contains points with even bigger stabilizers, a Wyckoff position consists of a G-orbit of some affine subspace A. A Wyckoff position W therefore can be specified by a representative affine subspace A and its stabilizer subgroup. In CrystGap, a Wyckoff position W is represented as a record with the following components:
W.basis
:WyckoffBasis( W )
.
W.translation
:W.translation
is such that
A = L + W.translation.
WyckoffTranslation( W )
.
W.stabilizer
:WyckoffStabilizer( W )
.
W.class
:WyckoffPosClass( W )
.
W.spaceGroup
:WyckoffSpaceGroup( W )
.
W.isWyckoffPosition
:IsWyckoffPosition( W )
.
W.operations
:GAP 3.4.4