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:
pointsnumpy.ndarray

Test

number_of_points: int

Number of point in the whole path.

Returns:
numpy.ndarray

List of two-dimensional k points.

numpy.ndarray

Path 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.