Dear, Dr. Anders Blom,
I already read the forum and the manual but It was very hard to follow.
energies(): Return the energies used for generating the last spectrum.
energyMax(): Return the maximum eigenenergy.
energyMin(): Return the minimum eigenenergy.
gaussianSpectrum(energies, spin, broadening, projection_list): Return the Density of States Spectrum using Gaussian broadening.
How can I use those keywords in the input (.py)?
density_of_states = DensityOfStates(
configuration=bulk_configuration,
kpoints=MonkhorstPackGrid(40,4,1),
energies()??
gaussianSpectrum(energies, spin, broadening, projection_list)
energy_zero_parameter=FermiLevel,
bands_above_fermi_level=None,
)
nlsave('analysis.nc', density_of_states)
nlprint(density_of_states)
Actually, I successfully exported the DOS with gaussian smearing and plotted the DOS with matplotlib.
I just want to see the DOS with gaussian smearing and small energy points in VNL.