A class describing the Fermi Dirac distribution of fermionic particles.
More...
|
Property | beta |
| More...
|
|
Property | k_B |
| Boltzmann constant in eV/K. More...
|
|
Property | mu |
| The Chemical potential in the same unit as other energy scales in the Hamiltonians. More...
|
|
Property | T |
| The temperature in Kelvin. More...
|
|
Property | T_treshold |
| treshold temperature (makes difference between T=0 and T>0) More...
|
|
A class describing the Fermi Dirac distribution of fermionic particles.
Definition at line 25 of file FermiDirac.m.
◆ FermiDirac()
function FermiDirac::FermiDirac |
( |
varargin |
| ) |
|
A constructor of the class.
- Parameters
-
- Returns
- Returns with an instance of the class.
◆ Fermi()
A function of the Fermi-Dirac statistics.
- Parameters
-
E | The energy value in eV (scalar or an array of energy values). |
- Returns
- Returns with the occupation number (numbers).
◆ InputParsing()
function FermiDirac::InputParsing |
( |
varargin |
| ) |
|
|
protected |
Parses the optional parameters for the class constructor.
- Parameters
-
◆ setTemperature()
Sets the temperature for the calculations.
- Parameters
-
T | The temperature in Kelvin (scalar or an array) |
◆ beta
Property FermiDirac::beta |
|
protected |
◆ k_B
Boltzmann constant in eV/K.
Definition at line 32 of file FermiDirac.m.
◆ mu
The Chemical potential in the same unit as other energy scales in the Hamiltonians.
Definition at line 44 of file FermiDirac.m.
The temperature in Kelvin.
Definition at line 35 of file FermiDirac.m.
◆ T_treshold
Property FermiDirac::T_treshold |
|
protected |
treshold temperature (makes difference between T=0 and T>0)
Definition at line 41 of file FermiDirac.m.
The documentation for this class was generated from the following file: