logoalt Hacker News

AlphaQubit: AI to identify errors in Quantum Computers

98 pointsby roboboffinyesterday at 6:37 PM41 commentsview on HN

Comments

s1devyesterday at 8:00 PM

When maintaining a quantum memory, you measure parity checks of the quantum error correcting code. These parity checks don't contain any information about the logical state, just (partial) information about the error, so the logical quantum information remains coherent through the process (i.e. the logical part of the state is not collapsed).

These measurements are classical data, and a computation is required in order to infer the most likely error that led to the measured syndrome. This process is known as decoding.

This work is a model that acts as a decoding algorithm for a very common quantum code -- the surface code. The surface code is somewhat like the quantum analog of a repetition code in a sense.

show 1 reply
outworlderyesterday at 9:36 PM

So, an inherently error-prone computation is being corrected by another very error prone computation?

show 3 replies
sigmaryesterday at 7:56 PM

>AlphaQubit, a recurrent-transformer-based neural-network architecture that learns to predict errors in the logical observable based on the syndrome inputs (Methods and Fig. 2a). This network, after two-stage training—pretraining with simulated samples and finetuning with a limited quantity of experimental samples (Fig. 2b)—decodes the Sycamore surface code experiments more accurately than any previous decoder (machine learning or otherwise)

>One error-correction round in the surface code. The X and Z stabilizer information updates the decoder’s internal state, encoded by a vector for each stabilizer. The internal state is then modified by multiple layers of a syndrome transformer neural network containing attention and convolutions.

I can't seem to find a detailed description of the architecture beyond this bit in the paper and the figure it references. Gone are the days when Google handed out ML methodologies like candy... (note: not criticizing them for being protective of their IP, just pointing out how much things have changed since 2017)

show 1 reply
dogma1138yesterday at 7:28 PM

How can a classical system detect/correct errors in a quantum one? I thought all the error correction algos for quantum also relied on qbits e.g. Shor Code.

show 6 replies
xen2xen1yesterday at 10:01 PM

This all feels like the "with a computer" patents of yore.

griomnibtoday at 12:15 AM

Quantum computing + AI is undoubtedly the hype singularity.

zb3yesterday at 8:16 PM

We're almost there, now we just need to incorporate crypto here somehow :)

show 1 reply
moomoo11yesterday at 10:48 PM

Interesting. I don't know too much about quantum computers tbh.

Quantum computer parts list:

- Everything you need

- A bunch of GPUs

m3kw9yesterday at 8:59 PM

Been trying for the longest time, I still don’t understand how quantum computing work. It’s always something-something tries all possible combinations and viola, your answer.

show 5 replies