From 53bfc618a0ce4d0211d6ed2eb5e045bdb089adc1 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sat, 20 Feb 2021 10:14:30 +0100 Subject: Restructure knowledge base + consistency for blog --- content/blog/_index.md | 4 +- content/know/_index.md | 26 +++++- content/know/category/_index.md | 13 +++ content/know/category/quantum-mechanics/_index.md | 10 +++ content/know/concept/_index.md | 10 +++ static/know/blochs-theorem/index.html | 103 ---------------------- static/know/concept/blochs-theorem/index.html | 103 ++++++++++++++++++++++ 7 files changed, 163 insertions(+), 106 deletions(-) create mode 100644 content/know/category/_index.md create mode 100644 content/know/category/quantum-mechanics/_index.md create mode 100644 content/know/concept/_index.md delete mode 100644 static/know/blochs-theorem/index.html create mode 100644 static/know/concept/blochs-theorem/index.html diff --git a/content/blog/_index.md b/content/blog/_index.md index ca75248..a021305 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -2,7 +2,9 @@ title = "Blog" +++ -Random ramblings. +## Blog + +Just a bunch of random ramblings. 2020: * [Setting up an email server in 2020 with OpenSMTPD and Dovecot](/blog/2020/email-server/) diff --git a/content/know/_index.md b/content/know/_index.md index ff51273..6941f07 100644 --- a/content/know/_index.md +++ b/content/know/_index.md @@ -2,5 +2,27 @@ title = "Knowledge base" +++ -Work in progress... -* [Bloch's theorem](/know/blochs-theorem/) +## Knowledge base + +Welcome to my knowledge base! + +Over the years, I've learned a lot about physics, mathematics, and computing. +These are vast, difficult subjects, and I've spent many hours of my life +trying to make sense of obscure, poorly explained concepts. +To help me remember what I learn, I write notes in LaTeX. + +This knowledge base is based on my notes, and +is freely available to anyone who needs it. +I hope it helps you in your studies or work. +Currently there's isn't much here yet, +but I have over 200 pages of LaTeX waiting to be converted. + +Keep in mind that I'm only human, +so there are probably mistakes in my work. +I take no responsibility for any injuries incurred as a consequence. +If you're working on something important, +you should check things yourself! + +The contents of this knowledge base are found here: +* [List of concepts](/know/concept/) +* [List of categories](/know/category/) diff --git a/content/know/category/_index.md b/content/know/category/_index.md new file mode 100644 index 0000000..b8f0456 --- /dev/null +++ b/content/know/category/_index.md @@ -0,0 +1,13 @@ ++++ +title = "List of categories" ++++ + +# + +Alphabetical list of categories in this knowledge base. + +Note that these categories might overlap, +i.e. share certain concepts. + +## Q +* [Quantum mechanics](/know/category/quantum-mechanics/) diff --git a/content/know/category/quantum-mechanics/_index.md b/content/know/category/quantum-mechanics/_index.md new file mode 100644 index 0000000..cf1d7ba --- /dev/null +++ b/content/know/category/quantum-mechanics/_index.md @@ -0,0 +1,10 @@ ++++ +title = "Category: quantum mechanics" ++++ + +# + +Alphabetical list of concepts in this category. + +## B +* [Bloch's theorem](/know/concept/blochs-theorem/) diff --git a/content/know/concept/_index.md b/content/know/concept/_index.md new file mode 100644 index 0000000..5db6133 --- /dev/null +++ b/content/know/concept/_index.md @@ -0,0 +1,10 @@ ++++ +title = "List of concepts" ++++ + +# + +Alphabetical list of concepts in this knowledge base. + +## B +* [Bloch's theorem](/know/concept/blochs-theorem/) diff --git a/static/know/blochs-theorem/index.html b/static/know/blochs-theorem/index.html deleted file mode 100644 index 26e3480..0000000 --- a/static/know/blochs-theorem/index.html +++ /dev/null @@ -1,103 +0,0 @@ - - -
- - - -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 .
- -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 .
+ +