(this is exactly analogous to phonons, see lecture 2 - Debye model)
(this quantization of k-space is exactly analogous to that for phonons, see lecture 2 - Debye model)
```python
kf=3;
...
...
@@ -44,7 +44,7 @@ Edis = ks**2;
Econt=kcont**2;
fig=pyplot.figure();
fig.set_size_inches(2,2)
#fig.set_size_inches(2, 2)
ax=fig.add_subplot(111);
ax.plot(kcont,Econt);
ax.plot(ks,Edis,'k.',markersize=10);
...
...
@@ -62,16 +62,13 @@ ax.set_yticks([]);
draw_classic_axes(ax,xlabeloffset=.6);
```
Comparable to phonons, but: electrons are _fermions_.
The difference with phonons is that electrons are _fermions_, implying that there are only 2 electron states (due to spin) per $k$-value.
- Only 2 (due to spin) allowed per $k$-value
- Fill up from the lowest energy until you run out of electrons
$\rightarrow$ Calculate when you are out of electrons $\rightarrow$ _Fermi energy_.
Given the number of electrons in a system, we can now fill up these states starting from the lowest energy until we run out of electrons, at which point we reach the _Fermi energy_.

In order to compute the density of states, we need to perform an integration of k-space. Assuming three dimensions and spherical symmetry (the dispersion in the free electron model is isotropic) we find for the total number of states:
To compute the density of states, we need to perform an integration of k-space. Assuming three dimensions and spherical symmetry (the dispersion in the free electron model is isotropic) we find for the total number of states: