__init__(self,
proj,
wfc_types,
efermi,
band)
(Constructor)
|
|
Initialize PDOS object. Constructor only assigns values, call getPDOS
for broadening.
- Parameters:
proj (dict of 3d numpy.array) - Dict with SPIN_UP, SPIN_DW (optional) keys, each containing a 3D
array containing: index of projected atom wavefunction, index of
k-point, index of band and WFC projection as value.
wfc_types (list of WfcType) - List containing wavefunction types description
efermi (float) - Fermi energy in eV
band (BandStructure)
- Overrides:
object.__init__
|