fermi
- static ThomasFermi.fermi(physics, E)
Calculates the fermi distribution at a given energy (or energies).
- Parameters:
physics (PhysicsParameters) – The physical device parameters.
E (float or ndarray[float]) – The energy / energies (in meV) for which to evaluate the fermi distribution.
- Returns:
The fermi distribution at each value
E.- Return type:
float or ndarray[float]