{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# How to Prepare a Permutation Symmetric Multiqubit State on an Actual Quantum Computer\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "It turns out that one can represent a spin-$j$ state equivalently as a permutation symmetric state of $2j$ qubits. And this is good because given that our quantum computers (mostly) work with qubits, we need a way to represent everything we might care about in terms of them.\n", "\n", "For example, if we have a spin-$\\frac{3}{2}$ state, we could express it in the usual $\\mid j, m \\rangle$ basis as:\n", "\n", "$$ a\\mid \\frac{3}{2}, \\frac{3}{2}\\rangle + b\\mid \\frac{3}{2}, \\frac{1}{2}\\rangle + c\\mid \\frac{3}{2}, -\\frac{1}{2}\\rangle + d\\mid \\frac{3}{2}, -\\frac{3}{2}\\rangle $$\n", "\n", "or in terms of symmeterized qubits:\n", "\n", "$$ a\\mid \\uparrow \\uparrow \\uparrow \\rangle + b\\frac{1}{\\sqrt{3}}(\\mid \\uparrow \\uparrow \\downarrow \\rangle + \\mid \\uparrow \\downarrow \\uparrow \\rangle + \\mid \\downarrow \\uparrow \\uparrow \\rangle) + c\\frac{1}{\\sqrt{3}}(\\mid \\downarrow \\downarrow \\uparrow \\rangle + \\mid \\downarrow \\uparrow \\downarrow \\rangle + \\mid \\uparrow \\downarrow \\downarrow \\rangle) + d\\mid \\downarrow \\downarrow \\downarrow \\rangle $$\n", "\n", "In other words, there's a one-to-one correspondence between the four $\\mid j, m \\rangle$ basis states and the four symmetric basis states of three qubits. To wit: the states with $3 \\uparrow$, with $2 \\uparrow, 1 \\downarrow$, with $2 \\downarrow, 1 \\uparrow$, and with $3 \\downarrow$.\n", "\n", "So we can easily form a linear map that takes us from the one representation to the other:" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
" ], "text/plain": [ "