Quanta Magazine: The Quest to Quantify Quantumness
quantamagazine.org
Quanta Magazine: The Quest to Quantify Quantumness
1–10 of 14 posts
Re: Quanta Magazine: The Quest to Quantify Quantumness
#2Re: Quanta Magazine: The Quest to Quantify Quantumness
#3In my opinion the quanta article is mostly accurate but there are some innacuracies. Where they say there are "three islands" there are definitely at least a few more. You can cook up more examples quite easily.
Re: Quanta Magazine: The Quest to Quantify Quantumness
#4Re: Quanta Magazine: The Quest to Quantify Quantumness
#5If circuits without T-gates have zero "magic" and circuits without swap gates have no "interactivity" then circuits without what gates will have no entanglement? can it be characterized the same way?
Re: Quanta Magazine: The Quest to Quantify Quantumness
#6If circuits without T-gates have zero "magic" and circuits without swap gates have no "interactivity" then circuits without what gates will have no entanglement? can it be characterized the same way?
Circuits "without entanglement" are divided up into fixed size blocks. I.e. we have n qubits divided up into blocks of size d. Within each block we can do whatever you like, but in circuits without entanglement you will have no gates which cross between blocks (i.e. for every multiple-qubit gate all of its qubits are within the same block).
Re: Quanta Magazine: The Quest to Quantify Quantumness
#7Earlier quoted context omitted.
Circuits "without entanglement" are divided up into fixed size blocks. I.e. we have n qubits divided up into blocks of size d. Within each block we can do whatever you like, but in circuits without entanglement you will have no gates which cross between blocks (i.e. for every multiple-qubit gate all of its qubits are within the same block).
Ah I see, searching a bit I think you're referring to multipartite entanglement ( https://en.wikipedia.org/wiki/Multipartite_entanglement ) don't understand much from what is written there but I believe I got the gist from from your comment, thanks a lot
They key point is that if a circuit can be divided up into pieces which aren't entangled with each other then you can understand the individual pieces separately, which is very nice. On the other hand if the system can't be divided up in this way you don't really have any choice except deal with the whole thing as one big blob, which is difficult.
Re: Quanta Magazine: The Quest to Quantify Quantumness
#8Earlier quoted context omitted.
Ah I see, searching a bit I think you're referring to multipartite entanglement ( https://en.wikipedia.org/wiki/Multipartite_entanglement ) don't understand much from what is written there but I believe I got the gist from from your comment, thanks a lot
Not necessarily multipartite entanglement. Bipartite entanglement is covered in this scenario as well. They key point is that if a circuit can be divided up into pieces which aren't entangled with each other then you can understand the individual pieces separately, which is very nice. On the other hand if the system can't be divided up in this way you don't really have any choice except deal with the whole thing as o…
Re: Quanta Magazine: The Quest to Quantify Quantumness
#9Earlier quoted context omitted.
Not necessarily multipartite entanglement. Bipartite entanglement is covered in this scenario as well. They key point is that if a circuit can be divided up into pieces which aren't entangled with each other then you can understand the individual pieces separately, which is very nice. On the other hand if the system can't be divided up in this way you don't really have any choice except deal with the whole thing as o…
Thanks for clarifying, reading your first comment again you say that you can cook up quite easily some other examples of islands like the 3 ones in the article, for the sake of curiosity I would be interested if you could give another comment expanding on that too.
Another obvious example is what you get if there is no superpositions at any time. I.e. at every step in the computation the state is a computational basis state. Since we label computational basis states with binary strings, with a little checking you can see that circuits with no superpositions are exactly the same as reversible classical Boolean/logic circuits. These can obviously be efficiently classical simulated so they form another island. Here the relevant quantum resource that frees you from the island is what is called coherence.
There are probably a bunch more examples. I think you can invent one where all your quantum logic gates have to have at least a certain amount of noise in them, but I haven't checked the details on that.
Re: Quanta Magazine: The Quest to Quantify Quantumness
#10Earlier quoted context omitted.
Thanks for clarifying, reading your first comment again you say that you can cook up quite easily some other examples of islands like the 3 ones in the article, for the sake of curiosity I would be interested if you could give another comment expanding on that too.
The obvious dumb classical algorithm for simulating a quantum computer with n qubits runs in O(2^n) time and space. Since 2^log(n) = n is polynomial it follows that "log-space" quantum circuits, I.e. quantum circuits with a logarithmic number of qubits are efficiently classically simulable. These log-space circuits are an obvious "island" in the metaphor of the article and adding more qubits is the "quantum resource…