principia_materia.representation.shift_mode module
- class principia_materia.representation.shift_mode.ShiftMode(pg, orbitals, tol=1e-06)
- Bases: - BaseRepresentation- The point group representation of shift modes. - Parameters:
- pg (str or PointGroup object) – The point group. 
- orbitals (list of str) – A list or orbitals. Shift mode vectors will be computed base on this list. 
- tol (float, optional, default to 1.0E-6) – Error tolerence.