quant_met.geometry.
generate_bz_path#
- quant_met.geometry.generate_bz_path(points, number_of_points=1000)#
Generate a path through high symmetry points.
- Parameters:
- points
numpy.ndarray Test
- number_of_points: int
Number of point in the whole path.
- points
- Returns:
numpy.ndarrayList of two-dimensional k points.
numpy.ndarrayPath for plotting purposes: points between 0 and 1, with appropriate spacing.
- list[float]
A list of ticks for the plotting path.
- list[str]
A list of labels for the plotting path.