From f04a80d30c6f4bd7a0c17fc5ec26ed7968621edf Mon Sep 17 00:00:00 2001 From: Prefetch Date: Fri, 19 Feb 2021 20:25:37 +0100 Subject: Proof-of-concept for knowledge base --- content/know/_index.md | 6 ++ static/know/blochs-theorem/index.html | 103 ++++++++++++++++++++++++++++++++++ templates/home.html | 2 +- templates/index.html | 2 +- 4 files changed, 111 insertions(+), 2 deletions(-) create mode 100644 content/know/_index.md create mode 100644 static/know/blochs-theorem/index.html diff --git a/content/know/_index.md b/content/know/_index.md new file mode 100644 index 0000000..ff51273 --- /dev/null +++ b/content/know/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Knowledge base" ++++ + +Work in progress... +* [Bloch's theorem](/know/blochs-theorem/) diff --git a/static/know/blochs-theorem/index.html b/static/know/blochs-theorem/index.html new file mode 100644 index 0000000..26e3480 --- /dev/null +++ b/static/know/blochs-theorem/index.html @@ -0,0 +1,103 @@ + + +
+ + + +In quantum mechanics, Bloch’s theorem states that, given a potential which is periodic on a lattice, i.e. for a primitive lattice vector , then it follows that the solutions to the time-independent Schrödinger equation take the following form, where the function is periodic on the same lattice, i.e. :
+ +In other words, in a periodic potential, the solutions are simply plane waves with a periodic modulation, known as Bloch functions or Bloch states.
+This is suprisingly easy to prove: if the Hamiltonian is lattice-periodic, then it will commute with the unitary translation operator , i.e. . Therefore and must share eigenstates :
+ +Since is unitary, its eigenvalues must have the form , with real. Therefore a translation by causes a phase shift, for some vector :
+ +Let us now define the following function, keeping our arbitrary choice of :
+ +As it turns out, this function is guaranteed to be lattice-periodic for any :
+ +Then Bloch’s theorem follows from isolating the definition of for .
+ +