Dear QuantumWise staff members,
I can get the density of states following input options. However, the DOS is smeared with tetrahedron method with so many energy points. Actually, I wanted to analysis the partial density of states with gaussian smearing in the VNL. It's very quick and easy to analyze which atoms or orbitals are affected to the specific peaks in the DOS.
The problems are ...
1. I can't see the DOS with gaussian broadening in VNL.
2. The energy points are so big... -> very slow to analyze the partial density of states in VNL because so many data.
How can I ...
1. Calculate the DOS with gaussian smearing (default)
2. set the energy range and the number of points.
in following input options.
density_of_states = DensityOfStates(
configuration=bulk_configuration,
kpoints=MonkhorstPackGrid(40,4,1),
energy_zero_parameter=FermiLevel,
bands_above_fermi_level=None,
)
nlsave('analysis.nc', density_of_states)
nlprint(density_of_states)