diff --git a/learning/courses/basics-of-quantum-information/multiple-systems/qiskit-implementation.ipynb b/learning/courses/basics-of-quantum-information/multiple-systems/qiskit-implementation.ipynb index deeeacc9d11..23d88ccafba 100644 --- a/learning/courses/basics-of-quantum-information/multiple-systems/qiskit-implementation.ipynb +++ b/learning/courses/basics-of-quantum-information/multiple-systems/qiskit-implementation.ipynb @@ -96,12 +96,12 @@ "id": "60007f43-c890-4f03-8d38-37f8e08923fa", "metadata": {}, "source": [ - "Other allowed labels include \"+\" and \"-\" for the plus and minus states, as well as \"r\" and \"l\" (short for \"right\" and \"left\") for the states\n", + "Other allowed labels include \"+\" and \"-\" for the plus and minus states, as well as \"l\" and \"r\" (short for \"left\" and \"right\") for the states\n", "\n", "$$\n", - "\\vert {+i} \\rangle = \\frac{1}{\\sqrt{2}} \\vert 0 \\rangle + \\frac{i}{\\sqrt{2}} \\vert 1 \\rangle\n", - "\\qquad\\text{and}\\qquad\n", "\\vert {-i} \\rangle = \\frac{1}{\\sqrt{2}} \\vert 0 \\rangle - \\frac{i}{\\sqrt{2}} \\vert 1 \\rangle.\n", + "\\qquad\\text{and}\\qquad\n", + "\\vert {+i} \\rangle = \\frac{1}{\\sqrt{2}} \\vert 0 \\rangle + \\frac{i}{\\sqrt{2}} \\vert 1 \\rangle\n", "$$\n", "\n", "Here's an example of the tensor product of $\\vert {+} \\rangle$ and $\\vert {-i} \\rangle.$"