From 280c6f14b0b2256ba3c9b990cd9d49d0836eb936 Mon Sep 17 00:00:00 2001 From: Carlos Kuhn <31604991+carlosclaiton@users.noreply.github.com> Date: Mon, 2 Nov 2020 15:52:49 +1100 Subject: [PATCH] Update lecture_7_preparing_basis_states.ipynb The state A = |0> = [1,0], then |0 0 0 > is the np.kron(A,np.kron(A,A)), the notebook the line 449 say the first calculation should be "\\begin{pmatrix} 1\\\\0 \\end{pmatrix} \\otimes\n", "\\begin{pmatrix} 1\\\\0 \\end{pmatrix} \\otimes\n", "\\begin{pmatrix} 0\\\\1 \\end{pmatrix}\n", that is tge update I am proposing. --- lecture_7_preparing_basis_states.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lecture_7_preparing_basis_states.ipynb b/lecture_7_preparing_basis_states.ipynb index 96199f1..c3874ca 100644 --- a/lecture_7_preparing_basis_states.ipynb +++ b/lecture_7_preparing_basis_states.ipynb @@ -446,7 +446,7 @@ "\\begin{align}\n", "\\begin{pmatrix} 1\\\\0 \\end{pmatrix} \\otimes\n", "\\begin{pmatrix} 1\\\\0 \\end{pmatrix} \\otimes\n", - "\\begin{pmatrix} 0\\\\1 \\end{pmatrix}\n", + "\\begin{pmatrix} 1\\\\0 \\end{pmatrix}\n", "\\end{align}" ] },