radtools.HEX.add_kpoint#
method
- HEX.add_kpoint(name, coordinates, plot_name=None)#
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,
nameis used.