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", "| \\|−⟩ | 𝑖\\|+⟩ |" ]