HN perhaps isn't the right forum for this kind of commentary, but here it is anyway...<p>This is a schematic for a new physical implementation of a particular mathematical operation, on a specific modality of qubit. The same mathematical operation can be computed on any other quantum computer in production today; very easily so if you use a compiler like QUILC [0]. Some architectures even have ways of doing native Toffolis.<p>Unfortunately, I don't personally believe the headline summary and following text are written in good faith.<p>> Researchers discover a new method to perform the N-qubit Toffoli gate, a more efficient quantum operation helpful in scaling quantum algorithms.<p>They did discover a new way to perform this mathematical operation (the N-qubit Toffoli), but it's highly dubious that it will "scale" <i>any</i> existing quantum algorithm up in any useful manner. Toffoli is like a quantum computing "NAND"-gate of sorts, it's useful in building up larger computations (like adders and multipliers). The problem is, it's not error corrected. So imagine building a full-adder, but every logic gate is inaccurate by about 1%. In series, those 1%'s rack up quickly.<p>> New family of N-qubit gates can only be run on IonQ quantum computer architecture.<p>This is hugely misleading. You can do an N-qubit Toffoli on any computer. That's what a compiler is for.<p>That's like saying "You can only do AES encryption on Intel processors because they have the instruction for it." It's not true. You can do AES on any computing architecture, especially if you have an implementation in a portable programming language.<p>> Once implemented, gate is expected to speed up several fundamental algorithms for quantum computing.<p>Like what? Again, it's unlikely. A non-error-corrected Toffoli has limited utility, unless there's deep research in NISQ algorithms using slightly unfaithful Toffoli operations profitably that I'm unaware of.<p>Later in the article they mention:<p>> IonQ and Duke’s discovery may lead to significant efficiency gains in solving fundamental quantum algorithms, such as Grover’s search algorithm, variational quantum eigensolvers (VQEs), and arithmetic operations like addition and multiplication.<p>Grover requires a fault-tolerant oracle for non-trivial problems, so that's out. Arithmetic the same (see above). Nobody to my knowledge has developed any reasonable Ansätze for VQE that use Toffoli gates that outperform existing ones—and VQE doesn't exactly have a lustrous record anyway for doing anything useful at scale.<p>I think IonQ has made an interesting scientific achievement, and might even make for a few cool proof-of-concept demos, but it's hard to believe it'll lead to much of anything useful. Their speculation in the article, in my opinion, is squarely out-of-bounds.<p>[0] <a href="https://github.com/quil-lang/quilc" rel="nofollow">https://github.com/quil-lang/quilc</a>