logoalt Hacker News

The “JVG algorithm” only wins on tiny numbers

71 pointsby jhaldermtoday at 12:35 AM38 commentsview on HN

Comments

MathMonkeyMantoday at 1:00 AM

The title of this post changed as I was reading it. "It looks like the 'JVG algorithm' only wins on tiny numbers" is a charitable description. The article is Scott Aaronson lambasting the paper and shaming its authors as intellectual hooligans.

show 2 replies
RcouF1uZ4gsCtoday at 1:03 AM

Scott References the top comment on this previous HN discussion

https://news.ycombinator.com/item?id=47246295

kittikittitoday at 3:41 AM

While I think the idea that claiming one can "precompute the xr mod N’s on a classical computer" sounds impractical there are a subset of problems where this might be valid. According to computational complexity theory, there's a class of algorithms called BQP (bounded-error quantum polynomial time).

Shor's algorithm is part of BQP. Is the JVC algorithm part of BQP, even though it utilizes classical components? I think so.

I believe that the precomputational step is the leading factor in the algorithm's time complexity, so it isn't technically a lower complexity than Shor's. If I had to speculate, there will be another class in quantum computational complexity theory that accommodates precomputation utilizing classical computing.

I welcome the work, and after a quick scroll through the original paper, I think there is a great amount of additional research that could be done in this computational complexity class.

show 2 replies
coolcoder9520today at 3:37 AM

[flagged]

show 1 reply
kmeisthaxtoday at 1:06 AM

I mean, considering that no quantum computer has ever actually factored a number, a speedup on tiny numbers is still impressive :P

show 3 replies
guy4261today at 1:24 AM

> (yes, the authors named it after themselves) The same way the AVL tree is named after its inventors - Georgy Adelson-Velsky and Evgenii Landis... Nothing peculiar about this imh

show 4 replies