QRAM: Difference between revisions
From wikiluntti
(→Theory) |
|||
Line 2: | Line 2: | ||
== Theory == | == Theory == | ||
[[File:QramBinaryTree.svg|thumb|Qram binary tree or a bifurcation graph.]] | |||
The direct implementation of classical binary tree (using transistors) is rather impractical, as the exponential number of transistors is needed. | |||
[[File:Qram.png|thumb]] | [[File:Qram.png|thumb]] |
Revision as of 12:53, 29 November 2020
Introduction
Theory
The direct implementation of classical binary tree (using transistors) is rather impractical, as the exponential number of transistors is needed.
The address and output registers of QRAM are composed of qubits instead of bits, though the memory array can be either quantum or classical.
Address register : superposition .
Data register with being the content of th memory cell. QRAM is the operation .
Example
Store the data array into a Qram addresses . Address register is .
References
https://arxiv.org/pdf/0708.1879.pdf
https://arxiv.org/pdf/2006.11761.pdf
https://github.com/qsharp-community/qram Nice animation.