11

Consider a classical computer, one making, say, a calculation involving a large amount of data. Would quantum memory allow it to store that information (in the short term) more efficiently, or better handle that quantity of data?

My thought would be it isn't possible, due to the advantage of quantum information storage being in the superpositions, and the data from a classical computer being very much not in a superposition, but I'd like to see if this is correct.

Either way, citations for further reading would be much appreciated.

auden
  • 3,429
  • 1
  • 20
  • 48
  • 3
    Related: https://quantumcomputing.stackexchange.com/questions/115/what-protocols-have-been-proposed-to-implement-quantum-rams and https://quantumcomputing.stackexchange.com/questions/1195/state-of-the-art-in-quantum-memory – Sanchayan Dutta Mar 25 '18 at 17:48
  • 1
    Also related: https://quantumcomputing.stackexchange.com/questions/1244/can-quantum-computers-handle-big-data (as a mix between quantum and classical might be need for 'big' data) – Discrete lizard Mar 25 '18 at 18:09
  • 2
    you cannot use a quantum memory to store (in a recoverable way) more information that you would with classical memories. What do you mean by "handle" though? If you are "handling" data in the sense of processing it, aren't you basically talking of a quantum processor/computer? The question then becomes whether one can use a QC to help processing classical data... is this what you are asking? – glS Mar 25 '18 at 18:09
  • @glS I don't mean handling in the sense of processing. This question is wondering whether quantum memory can help augment classical memory. It seems like my suspicions that it cannot are confirmed. – auden Mar 25 '18 at 18:11
  • @heather does this answer your question then? https://physics.stackexchange.com/q/358628/58382 – glS Mar 25 '18 at 18:13

1 Answers1

10

In summary, no.

If you think about it, this makes sense. When measuring a quantum system with $n$ qubits, you get $n$ bits of information. the $2^n$ figure exists only when the system is in superposition, which a classical computer cannot access.

The specific theorem in question here is Holevo's theorem. To quote Wikipedia:

In essence, the Holevo bound proves that given $n$ qubits, although they can "carry" a larger amount of (classical) information (thanks to quantum superposition), the amount of classical information that can be retrieved, i.e. accessed, can be only up to $n$ classical (non-quantum encoded) bits.

See this physics question and answer(s) as well. (Thanks to glS for linking to this in the comments.)

auden
  • 3,429
  • 1
  • 20
  • 48
  • 1
    Note that while quantum mechanics doesn't give you any increase in storage capacity, it can in some circumstances give you a doubling of the transmission capacity via superdense coding. – tparker Mar 27 '18 at 22:20