Single particle state distribution¶
Occupancy of a single-particle state of bosons is the probability of a single boson to occupy a state with a certain amount of energy. The occupancy depends on the energy of the state and the temperature and the chemical potential of the system.
Notation:
\(k_\text{B}\) (
k_B
) isboltzmann_constant
.
Conditions:
\(E_i > \mu\).
Links:
- occupancy_of_state¶
Occupancy of single-particle state \(i\).
- Symbol:
n_i
- Latex:
\(n_{i}\)
- Dimension:
dimensionless
- Symbol:
E_i
- Latex:
\(E_{i}\)
- Dimension:
energy
- total_chemical_potential¶
Total
chemical_potential
of the system.
- Symbol:
mu
- Latex:
\(\mu\)
- Dimension:
energy
- temperature¶
temperature
of the system.
- Symbol:
T
- Latex:
\(T\)
- Dimension:
temperature
- law¶
n_i = 1 / (exp((E_i - mu) / (k_B * T)) - 1)
- Latex:
- \[n_{i} = \frac{1}{\exp{\left(\frac{E_{i} - \mu}{k_\text{B} T} \right)} - 1}\]