wulfric.Kpoints.flat_points#

method

Kpoints.flat_points(relative=False)[source]#

Flatten coordinates of all points with n points between each pair of the high symmetry points (high-symmetry points excluded).

Used to plot band structure, dispersion, etc.

Parameters:
relativebool, default False

Whether to use relative coordinates instead of the absolute ones.

Returns:
flat_points(N, 3) numpy.ndarray

Flatten coordinates of all points.