tepkit.io.vasp.Eigenval#
- class tepkit.io.vasp.Eigenval#
Bases:
tepkit.io.StructuredTextFile
The class of EIGENVAL file for VASP.
Reference:
Attributes#
Attribute |
Default Value |
Description |
---|---|---|
|
|
The default name of file when use |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Properties#
|
Get the band index of the Valence Band Edge (VBE). |
|
Get the band index of the Conduction Band Edge (VBE). |
|
|
|
|
|
Methods#
|
Parse the string to structured data. |
|
All Members#
- default_file_name = 'EIGENVAL'
The default name of file when use
from_dir()
.
- data_columns
- data
- extra_data
- df = None
- soc: bool = None
- classmethod from_string(string: str) Self
Parse the string to structured data.
- property index_vbe: int
Get the band index of the Valence Band Edge (VBE). (Start at 1)
- property index_cbe: int
Get the band index of the Conduction Band Edge (VBE). (Start at 1)
- property energy_vbm: float
- property energy_cbm: float
- property energy_midgap: float
- get_band(index: str | int)