Storage, computing basis, memory architecture and RSA-2048 decryption
Fifth installment of the series, answering four fundamental questions raised by the LinkedIn community: information storage, computing basis, memory architecture, and RSA-2048 decryption. Originally published in French.
Information is encoded in the qubits themselves as quantum states, inherently temporary (coherence times from µs to minutes depending on architecture). The no-cloning theorem forbids duplication: any read attempt collapses the superposition. Computation results, once measured, become classical and can be stored in conventional architectures.
The computing basis remains |0⟩ and |1⟩, but superposition enables simultaneous processing of all states. Quantum computers have no memory in the classical sense (registers, cache, RAM). Future architectures will combine classical systems (possibly HPC for qubit stabilization) with quantum components.
The article pedagogically walks through Shor’s four steps — choosing a random integer a coprime with N, finding the period r via quantum Fourier transform, deducing factors through GCD — with a complete example of factoring N=21.
Qubit estimates range from 372 physical qubits (questionable Chinese paper) to 4,100 logical qubits (~4 million physical transmon qubits). With cat-qubits’ 90% error correction reduction, the threshold would be approximately 400,000 stable physical qubits — a 15-20 year horizon. Lattice-based cryptography is identified as the best RSA/ECC replacement candidate.