WignerSeitzCell¶
- class ifermi.brillouin_zone.WignerSeitzCell(reciprocal_lattice, vertices, faces, centers, normals)[source]¶
Bases:
ReciprocalCell
WignerSeitz cell of the reciprocal lattice.
- Variables:
reciprocal_lattice – A (3, 3) float array of the reciprocal lattice vectors.
vertices – A (n, 3) float array of the vertices of the Brillouin zone edges.
faces – A (m, 3) int array of the faces of the Brillouin zone.
centers – A (m, 3) float array of the face centers.
normals – A (m, 3) float array of the face normal.