You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><li> Two projects which count \( 50\% \) each for the final grade</li>
230
-
<p><li> Deadline first project March 21</li>
229
+
<p><li> Deadline first project March 21, see <ahref="https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/Projects/2025/Project1" target="_blank"><tt>https://github.com/CompPhysics/QuantumComputingMachineLearning/tree/gh-pages/doc/Projects/2025/Project1</tt></a></li>
231
230
<p><li> Deadline second project June 1</li>
232
231
<p><li> All info at the GitHub address <ahref="https://github.com/CompPhysics/QuantumComputingMachineLearning" target="_blank"><tt>https://github.com/CompPhysics/QuantumComputingMachineLearning</tt></a></li>
<p><li> Wolfgang Scherer, Mathematics of Quantum Computing, see <ahref="https://link.springer.com/book/10.1007/978-3-030-12358-1" target="_blank"><tt>https://link.springer.com/book/10.1007/978-3-030-12358-1</tt></a></li>
241
240
<p><li> Robert Hundt, Quantum Computing for Programmers, <ahref="https://www.cambridge.org/core/books/quantum-computing-for-programmers/BA1C887BE4AC0D0D5653E71FFBEF61C6" target="_blank"><tt>https://www.cambridge.org/core/books/quantum-computing-for-programmers/BA1C887BE4AC0D0D5653E71FFBEF61C6</tt></a></li>
242
241
<p><li> Robert Loredo, Learn Quantum Computing with Python and IBM Quantum Experience, see <ahref="https://github.com/PacktPublishing/Learn-Quantum-Computing-with-Python-and-IBM-Quantum-Experience" target="_blank"><tt>https://github.com/PacktPublishing/Learn-Quantum-Computing-with-Python-and-IBM-Quantum-Experience</tt></a></li>
243
-
<p><li> More texts with links will be added.</li>
244
242
</ol>
245
243
</section>
246
244
@@ -1403,11 +1401,358 @@ <h2 id="more-on-orthogonality">More on orthogonality </h2>
1403
1401
<p>Unitary transformations are rotations in state space which preserve the
1404
1402
length (the square root of the inner product) of the state vector.
1405
1403
</p>
1404
+
1405
+
<p>gates discussed below are examples of operations we can perform on
<p>In order to study entanglement and why it is so important for quantum
1421
+
computing, we need to introduce some basic measures and useful
1422
+
quantities. These quantities are the spectral decomposition of
1423
+
hermitian operators, how these are then used to define measurements
1424
+
and how we can define so-called density operators (matrices). These
1425
+
are all quantities which will become very useful when we discuss
1426
+
entanglement and in particular how to quantify it. In order to define
1427
+
these quantities we need first to remind ourselves about some basic linear
1428
+
algebra properties of hermitian operators and matrices.
1429
+
</p>
1430
+
</section>
1431
+
1432
+
<section>
1433
+
<h2id="basic-properties-of-hermitian-operators">Basic properties of hermitian operators </h2>
1434
+
1435
+
<p>The operators we typically encounter in quantum mechanical studies are</p>
1436
+
<ol>
1437
+
<p><li> Hermitian (self-adjoint) meaning that for example the elements of a Hermitian matrix \( \boldsymbol{U} \) obey \( u_{ij}=u_{ji}^* \).</li>
1438
+
<p><li> Unitary \( \boldsymbol{U}\boldsymbol{U}^{\dagger}=\boldsymbol{U}^{\dagger}\boldsymbol{U}=\boldsymbol{I} \), where \( \boldsymbol{I} \) is the unit matrix</li>
1439
+
<p><li> The oparator \( \boldsymbol{U} \) and its self-adjoint commute (often labeled as normal operators), that is \( [\boldsymbol{U},\boldsymbol{U}^{\dagger}]=0 \). An operator is <b>normal</b> if and only if it is diagonalizable. A Hermitian operator is normal.</li>
1440
+
</ol>
1441
+
<p>
1442
+
<p>Unitary operators in a Hilbert space preserve the norm and orthogonality. If \( \boldsymbol{U} \) is a unitary operator acting on a state \( \vert \psi_j\rangle \), the action of</p>
<p>preserves both the norm and orthogonality, that is \( \langle \phi_i \vert \phi_j\rangle=\langle \psi_i \vert \psi_j\rangle=\delta_{ij} \), as discussed earlier.</p>
1451
+
</section>
1452
+
1453
+
<section>
1454
+
<h2id="the-pauli-matrices-again">The Pauli matrices again </h2>
1455
+
1456
+
<p>As example, consider the Pauli matrix \( \sigma_x \). We have already seen that this matrix is a unitary matrix. Consider then an orthogonal and normalized basis \( \vert 0\rangle^{\dagger} =\begin{bmatrix} 1 & 0\end{bmatrix} \) and \( \vert 1\rangle^{\dagger} =\begin{bmatrix} 0 & 1\end{bmatrix} \) and a state which is a linear superposition of these two basis states</p>
<h2id="exercise-2-entangled-state">Exercise 2: Entangled state </h2>
1710
+
1711
+
<p>Show that the state \( \alpha \vert 00\rangle+\beta\vert 11\rangle \) cannot be written as the product of the tensor product of two states and is thus entangle. The constants \( \alpha \) and \( \beta \) are both nonzero.</p>
1712
+
1713
+
<p>Write a function which sets up a one-qubit basis and apply the various Pauli matrices to these basis states.</p>
0 commit comments