pyprocar.io.vasp.Kpoints¶
- class pyprocar.io.vasp.Kpoints(filepath: str | Path, has_time_reversal: bool = True)[source]¶
A class to parse the KPOINTS file
- Parameters:
filename (str, optional) – The KPOINTS filename, by default “KPOINTS”
has_time_reversal (bool, optional) – A boolean vlaue to determine if the kpioints has time reversal symmetry, by default True
Methods
Kpoints.__init__(filepath[, has_time_reversal])