eigenstateOccupationParameters — Controls the occupation of Kohn-Sham orbitals using a Fermi distribution.
A function that returns a dictionary with the parameters that are used to determine the occupation of the Kohn-Sham orbitals when calculating the electron density.
List of arguments
from ATK.TwoProbe import * eigenstate_occupation_parameters = eigenstateOccupationParameters( temperature = 1160*Kelvin )
For molecules with a very small HOMO-LUMO gap, the convergence rate of the self-consistent loop can usually be improved by increasing the electron temperature to smooth the Fermi distribution. Also metals (and in particular semi-metals) can sometimes be hard to converge at a low electron temperature, if there are band edges close to the Fermi level. In such cases, it is often possible to use a smaller k-point sampling if the the electron temperature is increased.
The electron temperature has nothing to do with the lattice temperature or phonons, but is strictly related to the electron distribution function.