radtools.Lattice.add_kpoint#

method

Lattice.add_kpoint(name, coordinates, plot_name=None)[source]#

Add named kpoint to the lattice.

Parameters:
namestr

Name of the kpoint.

coordinates(3,) array-like

Coordinates of the kpoint. Relative to the reciprocal vectors.

plot_namestr, optional

Name of the kpoint to be plotted. If not given, name is used.