quant_met.geometry.GrapheneLattice.
generate_high_symmetry_path#
- GrapheneLattice.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.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.