Skip to content
Snippets Groups Projects
Commit cc5fc42a authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

fix dimensions in counting electrons

parent 8cf09d4b
No related branches found
No related tags found
No related merge requests found
Pipeline #16607 passed
......@@ -38,7 +38,7 @@ How many electrons may an insulator have per unit cell? To answer this we need t
For a single band
$$ N = 2 \int_{BZ}dk_x dk_y dk_z [L\times W\times H] (2\pi)^{-3} = 2 LWH $$
$$ N = 2 \int_{BZ}dk_x dk_y dk_z [L\times W\times H] (2\pi)^{-3} = 2 LWH / a^3 $$
So a single band has 2 electrons per unit cell (because of spin).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment