summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--latex/know/concept/dirac-notation/source.md12
-rw-r--r--static/know/concept/dirac-notation/index.html12
2 files changed, 12 insertions, 12 deletions
diff --git a/latex/know/concept/dirac-notation/source.md b/latex/know/concept/dirac-notation/source.md
index 7b384ab..47aa370 100644
--- a/latex/know/concept/dirac-notation/source.md
+++ b/latex/know/concept/dirac-notation/source.md
@@ -14,13 +14,13 @@ and therefore cannot be added, but every bra has a corresponding ket and
vice versa.
Bras and kets can only be combined in two ways: the *inner product*
-$\braket{V | W}$, which returns a scalar, and the *outer product*
+$\braket{V}{W}$, which returns a scalar, and the *outer product*
$\ket{V} \bra{W}$, which returns a mapping $\hat{L}$ from kets $\ket{V}$
to other kets $\ket{V'}$, i.e. a linear operator. Recall that the
Hilbert inner product must satisfy:
$$\begin{aligned}
- \braket{V | W} = \braket{W | V}^*
+ \braket{V}{W} = \braket{W}{V}^*
\end{aligned}$$
So far, nothing has been said about the actual representation of bras or
@@ -40,10 +40,10 @@ $$\begin{aligned}
\end{bmatrix}
\end{aligned}$$
-The inner product $\braket{V | W}$ is then just the familiar dot product $V \cdot W$:
+The inner product $\braket{V}{W}$ is then just the familiar dot product $V \cdot W$:
$$\begin{gathered}
- \braket{V | W}
+ \braket{V}{W}
=
\begin{bmatrix}
v_1^* & \cdots & v_N^*
@@ -91,7 +91,7 @@ $$\begin{aligned}
Consequently, the inner product is simply the following familiar integral:
$$\begin{gathered}
- \braket{f | g}
+ \braket{f}{g}
= F[g(x)]
= \int_a^b f^*(x) \: g(x) \dd{x}
\end{gathered}$$
@@ -115,5 +115,5 @@ $$\begin{aligned}
\\
&= \Big( \int_a^b u^*(x) \: f(x) \dd{x} \Big) \Big( \int_a^b g^*(\xi) \: w(\xi) \dd{\xi} \Big)
\\
- &= \braket{u | f} \braket{g | w}
+ &= \braket{u}{f} \braket{g}{w}
\end{aligned}$$
diff --git a/static/know/concept/dirac-notation/index.html b/static/know/concept/dirac-notation/index.html
index 74aa0b4..5da8c1b 100644
--- a/static/know/concept/dirac-notation/index.html
+++ b/static/know/concept/dirac-notation/index.html
@@ -52,9 +52,9 @@
<h1 id="dirac-notation">Dirac notation</h1>
<p><em>Dirac notation</em> is a notation to do calculations in a Hilbert space without needing to worry about the space’s representation. It is basically the <em>lingua franca</em> of quantum mechanics.</p>
<p>In Dirac notation there are <em>kets</em> <span class="math inline">\(\ket{V}\)</span> from the Hilbert space <span class="math inline">\(\mathbb{H}\)</span> and <em>bras</em> <span class="math inline">\(\bra{V}\)</span> from a dual <span class="math inline">\(\mathbb{H}&#39;\)</span> of the former. Crucially, the bras and kets are from different Hilbert spaces and therefore cannot be added, but every bra has a corresponding ket and vice versa.</p>
-<p>Bras and kets can only be combined in two ways: the <em>inner product</em> <span class="math inline">\(\braket{V | W}\)</span>, which returns a scalar, and the <em>outer product</em> <span class="math inline">\(\ket{V} \bra{W}\)</span>, which returns a mapping <span class="math inline">\(\hat{L}\)</span> from kets <span class="math inline">\(\ket{V}\)</span> to other kets <span class="math inline">\(\ket{V&#39;}\)</span>, i.e. a linear operator. Recall that the Hilbert inner product must satisfy:</p>
+<p>Bras and kets can only be combined in two ways: the <em>inner product</em> <span class="math inline">\(\braket{V}{W}\)</span>, which returns a scalar, and the <em>outer product</em> <span class="math inline">\(\ket{V} \bra{W}\)</span>, which returns a mapping <span class="math inline">\(\hat{L}\)</span> from kets <span class="math inline">\(\ket{V}\)</span> to other kets <span class="math inline">\(\ket{V&#39;}\)</span>, i.e. a linear operator. Recall that the Hilbert inner product must satisfy:</p>
<p><span class="math display">\[\begin{aligned}
- \braket{V | W} = \braket{W | V}^*
+ \braket{V}{W} = \braket{W}{V}^*
\end{aligned}\]</span></p>
<p>So far, nothing has been said about the actual representation of bras or kets. If we represent kets as <span class="math inline">\(N\)</span>-dimensional columns vectors, the corresponding bras are given by the kets’ adjoints, i.e. their transpose conjugates:</p>
<p><span class="math display">\[\begin{aligned}
@@ -68,9 +68,9 @@
v_1^* &amp; \cdots &amp; v_N^*
\end{bmatrix}
\end{aligned}\]</span></p>
-<p>The inner product <span class="math inline">\(\braket{V | W}\)</span> is then just the familiar dot product <span class="math inline">\(V \cdot W\)</span>:</p>
+<p>The inner product <span class="math inline">\(\braket{V}{W}\)</span> is then just the familiar dot product <span class="math inline">\(V \cdot W\)</span>:</p>
<p><span class="math display">\[\begin{gathered}
- \braket{V | W}
+ \braket{V}{W}
=
\begin{bmatrix}
v_1^* &amp; \cdots &amp; v_N^*
@@ -109,7 +109,7 @@
\end{aligned}\]</span></p>
<p>Consequently, the inner product is simply the following familiar integral:</p>
<p><span class="math display">\[\begin{gathered}
- \braket{f | g}
+ \braket{f}{g}
= F[g(x)]
= \int_a^b f^*(x) \: g(x) \dd{x}
\end{gathered}\]</span></p>
@@ -129,7 +129,7 @@
\\
&amp;= \Big( \int_a^b u^*(x) \: f(x) \dd{x} \Big) \Big( \int_a^b g^*(\xi) \: w(\xi) \dd{\xi} \Big)
\\
- &amp;= \braket{u | f} \braket{g | w}
+ &amp;= \braket{u}{f} \braket{g}{w}
\end{aligned}\]</span></p>
<hr>
&copy; &quot;Prefetch&quot;. Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.