tepkit.io.vasp.Kpoints.Mode

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

Automatic

'Automatic'

Gamma

'Gamma'

Monkhorst

'Monkhorst'

Cartesian

'Cartesian'

Fractional

'Fractional'

Line

'Line'

Methods#

from_string(→ tepkit.utils.typing_tools.Self)

to_pymatgen()

All Members#

Automatic = 'Automatic'
Gamma = 'Gamma'
Monkhorst = 'Monkhorst'
Cartesian = 'Cartesian'
Fractional = 'Fractional'
Line = 'Line'
classmethod from_string(string: str) Self
to_pymatgen()