I’m with them. My two problems when reading the original argument: They rigged the benchmark to be something quantum-specific before saying classical computers couldn’t do it. I get why. I’d just rather it be something they both could do, classical having great algorithms, and quantum one outperforms it many-fold. An old example was factoring. I’m sure there’s other examples out there. Maybe try to simplify them for…
IBM casts doubt on Google's claims of quantum supremacy
91–100 of 149 posts
Re: IBM casts doubt on Google's claims of quantum supremacy
#92Earlier quoted context omitted.
I can pre-calculate as many samples from the distribution as you can generate during the coherence time of the QC. Once you lose coherence, you have to re-calibrate, and during that time I can pre-compute another set of samples.
That's true, if you pre-sample you can beat the test. Is that the effect you think the calibration is having? > Once you lose coherence, you have to re-calibrate I didn't realize this, where did you see that?
I have no idea. All I know (or at least I'm pretty sure of) is that you have to re-calibrate every time you lose coherence, otherwise it would not be calibration, it would be a one-time process that would be considered part of the construction of the QC.
> where did you see that?
Nowhere. I inferred it. It's possible that I'm wrong, but I'll give you long odds against. I have a pretty good understanding of how QCs work.
Re: IBM casts doubt on Google's claims of quantum supremacy
#93Repeating my question from the other thread: If IBM can cast doubt by describing a 2.5 day classical run, why not just do that instead, and blow the claim out of the water? There were a couple of responses (thanks) but I still don't understand - it looks like it's not as easy as they imply.
They didn't say 2.5 days on a laptop. They probably mean on a bunch of datacenters together. That is expensive. Google implied their supremacy over all of the world computers combined together.
Re: IBM casts doubt on Google's claims of quantum supremacy
#94Earlier quoted context omitted.
I'm sure you didn't intend snark, but no need for the tone - that's a new post and not a response to my original question. Thank you for the link to a potential explanation.
My apologies for the tone. I should have said that the best route to understanding the issue is probably via the linked post - it worked for me.
Re: IBM casts doubt on Google's claims of quantum supremacy
#95Repeating my question from the other thread: If IBM can cast doubt by describing a 2.5 day classical run, why not just do that instead, and blow the claim out of the water? There were a couple of responses (thanks) but I still don't understand - it looks like it's not as easy as they imply.
Re: IBM casts doubt on Google's claims of quantum supremacy
#96[1] https://www.olcf.ornl.gov/olcf-resources/compute-systems/sum...
Re: IBM casts doubt on Google's claims of quantum supremacy
#97Earlier quoted context omitted.
If you're going to allow cheating on calibration then it's trivial to achieve "quantum supremacy": simply precompute the answer and call that "calibration"!
There's no "answer" to precalculate, it's drawing from a distribution. Could you calibrate a non-quantum circuit to have a distribution passing the test? Supposedly, this is not possible even given arbitrary pre-computation time.
Re: IBM casts doubt on Google's claims of quantum supremacy
#98Boom & bust cycle appears wasting more resources and progressing slower overall than a steady refinement.
Re: IBM casts doubt on Google's claims of quantum supremacy
#99The reality is that quantum computing technology has been improving at the same steady pace for decades, and quantum supremacy was recently invented as a concrete but not very useful goal that people could realistically aim for in the near term. That is a totally standard and legitimate way of guiding technological progress.
The problem is that quantum supremacy is vaguely defined (what does "infeasible on any classical computer" mean? what computers can you use, and for how long?) but it is presented to the public as a sharp boundary -- which means that every company in the field has a huge incentive to claim they are the first. This IBM claim is not a fundamental objection. Given that everything they say is correct, Google could still achieve quantum supremacy by their standards just by incremental improvement, slapping a few more qubits on. So why even bother disputing Google's claim? Because it will set them back a few years, and that's enough time for IBM to make a claim of its own. That's why academics, who have no stake in what company gets the hype, will just consider this whole episode rather distasteful.
Re: IBM casts doubt on Google's claims of quantum supremacy
#100Earlier quoted context omitted.
There are provable quadratic speedups over all possible classical algorithms.
Those are all about problems started in terms of querying some blackbox oracle. Whether the speedup holds up with a concrete instantiation of the blackbox is unknown.
If your set of solutions has N candidates, this requires only O(sqrt(N)) evaluations rather than O(N). If that function takes exponential time, then there is still of course no polynomial-time solution, but the quadratic speedup holds.
https://quantumcomputing.stackexchange.com/questions/2166/gr...
There are some NP problems for which we know techniques that are faster than brute-force search, but even then we can generally speed up those techniques in the same way.
https://link.springer.com/chapter/10.1007/978-3-540-78773-0_...
(I guess you could worry that for every problem there is an unknown techniques for classically speeding things up over brute-force search, but I thought this was known to be false, and in any case is unrelated to your point. I'm not an expert though.)