tepkit.io.vasp.Kpoints.Mode#
- class tepkit.io.vasp.Kpoints.Mode#
Bases:
enum.StrEnum
The Enum of all supported KPOINTS modes
Initialize self. See help(type(self)) for accurate signature.
Attributes#
Attribute |
Default Value |
Description |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods#
|
|
|
All Members#
- Automatic = 'Automatic'
- Gamma = 'Gamma'
- Monkhorst = 'Monkhorst'
- Cartesian = 'Cartesian'
- Fractional = 'Fractional'
- Line = 'Line'
- classmethod from_string(string: str) Self
- to_pymatgen()