tepkit.io.vasp.Kpoints

tepkit.io.vasp.Kpoints#

class tepkit.io.vasp.Kpoints#

Bases: tepkit.io.StructuredTextFile

Ref: - https://www.vasp.at/wiki/index.php/KPOINTS

Attributes#

Attribute

Default Value

Description

default_file_name

'KPOINTS'

The default name of file when use from_dir() .

comment

'KPOINTS'

The 1st line: The comment line.

Classes#

Mode

The Enum of all supported KPOINTS modes

Methods#

get_2d_bz_kpoints(b_lattice[, density, edge_density, ...])

All Members#

default_file_name = 'KPOINTS'

The default name of file when use from_dir() .

comment: str = 'KPOINTS'

The 1st line: The comment line.

static get_2d_bz_kpoints(b_lattice, density: int = 10, edge_density: int = 15, scale: float = 1.0 + 1e-05, mode: str = 'half')