12 lines
276 B
Python
12 lines
276 B
Python
|
|
|
|
|
|
class Ldos():
|
|
"""
|
|
The aim of this class is to produce LDOS images (2d or 3d) in different energy ranges
|
|
"""
|
|
# TODO:
|
|
# 1) One should get all necessary data from WAVECAR (process WAVECAR with energy step dE and
|
|
# produce electron denstites
|
|
#
|
|
# |