From 8abb7b857909346b5678b39823c26569ddf6df9d Mon Sep 17 00:00:00 2001 From: John Chen Date: Sat, 30 Jul 2022 16:06:11 -0700 Subject: [PATCH] Fix truth table in Exercise 6.3 Fixing typos in the truth table in the answer to Exercise 6.3. --- ch06/ch06-exercise-solutions.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch06/ch06-exercise-solutions.ipynb b/ch06/ch06-exercise-solutions.ipynb index 82e4779..db9ad0a 100644 --- a/ch06/ch06-exercise-solutions.ipynb +++ b/ch06/ch06-exercise-solutions.ipynb @@ -275,8 +275,8 @@ "\n", "| Input | Output |\n", "|---|---|\n", - "| \\|0⟩ | 𝑖\\|0⟩ |\n", - "| \\|1⟩ | −𝑖\\|1⟩ |\n", + "| \\|0⟩ | 𝑖\\|1⟩ |\n", + "| \\|1⟩ | −𝑖\\|0⟩ |\n", "| \\|+⟩ | −𝑖\\|−⟩ |\n", "| \\|−⟩ | 𝑖\\|+⟩ |" ]