TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Factoring integers with sublinear resources on a quantum processor

16 pointsby vitplisterover 2 years ago

2 comments

stek29over 2 years ago
Schneir on Security wrote about this paper [1], and there’s a HN discussion about their post [2]<p>[1] <a href="https:&#x2F;&#x2F;www.schneier.com&#x2F;blog&#x2F;archives&#x2F;2023&#x2F;01&#x2F;breaking-rsa-with-a-quantum-computer.html" rel="nofollow">https:&#x2F;&#x2F;www.schneier.com&#x2F;blog&#x2F;archives&#x2F;2023&#x2F;01&#x2F;breaking-rsa-...</a><p>[2] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34235350" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34235350</a>
reikonomushaover 2 years ago
QAOA is a funny algorithm that co-opts a classical computer to perform high-dimensional, multi-parameter optimization of a quantum cost function. The &quot;quantum cost function&quot; is just a normal function that takes as input some number of float values and produces as output one (or several) float values—it just uses a quantum computer to calculate those output float values.<p>A huge problem with using the algorithm practically, especially with more qubits, is that noise really affects how well this multi-parameter optimization can succeed. How do you optimize<p>f(x1, x2, x3, ..., x49, x50)<p>when calculating f just once requires repeating a calculation umpteen times on a quantum computer, and this quantum computer is actually providing you<p>f(x1, ..., x50) + error<p>where error scales with the number of variables, the size of the program, and (roughly) the reciprocal of the number of calculation repetitions? 50- or 500-dimensional space is big, and there are tons of local optima that disappear and reappear in the presence of this error.<p>This is a personal opinion and not a statement of fact, but scaling up QAOA to work with ~50x the problem size the paper demonstrated (which is needed for a practical RSA demo) on any near-term quantum processor will not work.<p>This assumes that all the doubts about Schnorr&#x27;s work are relieved.
评论 #34242925 未加载