This is a tool for calculating the local density of states, which is useful for studying the properties of inhomogeneous system.
Divide the unit cell into (%custom) thick slices parallel to the interface, and specify each slice as a local (
where
Name | Value | Default | Description |
---|---|---|---|
k_min | int | Specify a k-point range to extract the plane wave coefficients of the Kohn-Sham (KS) orbit from the WAVECAR file and output the real space wave function, corresponding to k_max. | |
k_max | int | Same as k_min | |
band_min | int | Specify the minimum value of the range of band numbers, same as k_min. | |
band_max | int | Same as band_min. | |
eigenval_path | str | The path of EIGENVAL, which is generated by VASP. | |
cube_dir | str | The path of the cube file, which is the .cube file that saves the real-space wave function corresponds to different k-points and energy bands. Please name them with B{band_i}_K{k_i}.cube. |