quant_met.geometry.SquareLattice.

generate_high_symmetry_path#

SquareLattice.generate_high_symmetry_path(number_of_points)#

Generate a path through high symmetry points.

Parameters:
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.