wulfric.Kpoints.add_hs_point#

method

Kpoints.add_hs_point(name, coordinate, label=None, relative=True) None[source]#

Adds high-symmetry point.

Parameters:
namestr

Name of the high-symmetry point.

coordinate(3,) array-like

Coordinate of the high-symmetry point.

labelstr, optional

Label of the high-symmetry point, ready to be plotted. If None, then label = name.

relativebool, optional

Whether to interpret coordinates as relative or absolute.