tepkit.io.vasp.Kpoints#
- class tepkit.io.vasp.Kpoints#
Bases:
tepkit.io.StructuredTextFile
Attributes#
Attribute |
Default Value |
Description |
---|---|---|
|
|
The default name of file when use |
|
|
The 1st line: The comment line. |
Classes#
The Enum of all supported KPOINTS modes |
Methods#
|
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')