Skip to content

Commit d785487

Browse files
committed
Update week2.do.txt
1 parent 1cb811c commit d785487

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

doc/src/week2/week2.do.txt

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ o introduced the spectral decomposition of operators
1818
!split
1919
===== This week's plans =====
2020

21-
!bblock We will repeat some of the topics from last week and discuss also
21+
!bblock We will repeat some of the topics from last week and discuss
2222
o tensor products of Hilbert Spaces and definition of Computational basis, partly repetition from last week
2323
o Reminder on spectral Decomposition from last week
2424
o Bloch sphere and representation of qubits
@@ -32,15 +32,12 @@ o "Video of lecture to be added":"https://youtu.be/"
3232
#* _Reading recommendation_: Scherer, Mathematics of Quantum Computations, chapter 3.1-3.3 and Hundt, Quantum Computing for Programmers, chapter 2.1-2.5. Hundt's text is relevant for the programming part where we build from scratch the ingredients we will need.
3333

3434

35-
!split
36-
===== Links to code examples =====
37-
38-
To be added
3935
#The code examples presented by Keran are at
4036
#URL:"https://github.com/CompPhysics/QuantumComputingMachineLearning/blob/gh-pages/doc/pub/week2/ipynb/codeskeran.ipynb"
4137

4238

4339

40+
4441
!split
4542
===== Measurements =====
4643

@@ -283,6 +280,10 @@ which written out in all its details reads
283280
!et
284281

285282

283+
!split
284+
===== Bloch sphere =====
285+
286+
286287
!split
287288
===== Meet the Bloch sphere =====
288289
!bc pycod
@@ -297,6 +298,13 @@ plot_bloch_vector([1, np.pi/2, np.pi/3], coord_type='spherical')
297298
!ec
298299

299300

301+
!split
302+
===== Bloch sphere exercise =====
303+
304+
Determine the Bloch sphere angles $\theta$ and $\phi$ for the eigenstates of each Pauli matrix (see lectures from last week for the definition of Pauli matrices).
305+
306+
307+
300308
!split
301309
===== Measurements =====
302310

0 commit comments

Comments
 (0)