wulfric.Kpoints.flatten_points#
method
- Kpoints.flatten_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, optional
Whether to use relative coordinates instead of the absolute ones.
- Returns:
- flatten_points(N, 3) numpy.ndarray
Flatten coordinates of all points.