What is the difference between physical and logical qubit?

What is the difference between physical and logical qubit?

Hope someone can help me in this matter, I can’t determine exactly what the difference is.

Best, Dirma

+4
source share
1 answer

A logical qubit is one that you can use for programming that contains a superposition of states | 0> and | 1>. It can be implemented using a simulator running on a regular binary processor on your desktop or laptop so that you can develop and debug quantum algorithms. (The representation of an n-qubit quantum state takes 2 n -1 complex numbers. Presumably, the simulator will use a fixed integer or floating point width if the rounding error is ok.)

- . : https://en.wikipedia.org/wiki/Qubit#Physical_representation. , , / .

. , . , .

, , (2013).

3-:

...

3- , , Οƒ x, --.

: | 0 > L | 1 > L

|0>L = |000>, |1>L = |111> 

, .

, , , / , . , , , .

3 ( , , , ). . , , .

, , , () .


, - NAND. , ( ), https://en.wikipedia.org/wiki/Multi-level_cell flash 4 8 2 3 . ( , 3 1 , .)

, ( - , ), . , , - . 2- 3- 2 . , , .

+5

Source: https://habr.com/ru/post/1687213/


All Articles