radtools.Kpoints.add_hs_point#
method
- Kpoints.add_hs_point(name, coordinates, label, relative=True)[source]#
Add high symmetry point.
- Parameters:
- namestr
Name of the high symmetry point.
- coordinates(3,) array_like
Coordinates of the high symmetry point.
- labelstr
Label of the high symmetry point, ready to be plotted.
- relativebool, optional
Whether to interpret coordinates as relative or absolute.