RawKpoint

class py4vasp.raw.RawKpoint(mode: str, number: int, coordinates: numpy.ndarray, weights: numpy.ndarray, cell: py4vasp.raw.rawdata.RawCell, labels: Optional[numpy.ndarray] = None, label_indices: Optional[numpy.ndarray] = None)

Bases: object

k points at which wave functions are calculated.

Attributes Summary

label_indices

Indices of the labeled k points in the generation list.

labels

High symmetry label for specific k points used in band structures.

Attributes Documentation

label_indices: numpy.ndarray = None

Indices of the labeled k points in the generation list.

labels: numpy.ndarray = None

High symmetry label for specific k points used in band structures.