My biggest pet peeve about quantum computing is that no one can answer me the question of "what can quantum computing do for me?". The answer I hear is that it helps solve the traveling salesman in record time, and that's all great and everything, but how will quantum computing be able to do things such as decrease the time it takes to train a RNN, or look up data in a database?
The traveling salesman problem is NP-complete and therefore not known to be solvable in less time on a quantum computer. https://cstheory.stackexchange.com/questions/31084/travellin...
New silicon structure opens the gate to quantum computers
41–50 of 59 posts
Re: New silicon structure opens the gate to quantum computers
#42My biggest pet peeve about quantum computing is that no one can answer me the question of "what can quantum computing do for me?". The answer I hear is that it helps solve the traveling salesman in record time, and that's all great and everything, but how will quantum computing be able to do things such as decrease the time it takes to train a RNN, or look up data in a database?
Re: New silicon structure opens the gate to quantum computers
#43Earlier quoted context omitted.
> Shor’s algorithm of integer factorization would solve (and cause) a whole host of problems for us. I thought it was still an open question as to whether a quantum computer would actually be able to solve this class of problems or not. In addition, quantum computers have a great deal of noise--so quantum error correction seems to be a thing.
Shor’s algorithm can factorize integers on a quantum computer asymptoticly faster than on a classical computer but the algorithm requires at least a 128 qubit quantum computer to factor a 128 bit number and thereby break something like 128 bit RSA encryption. No one yet has, or is publicly admitting to having, a reliable 128 qubit device. In some cases, error correction can be achieved simply by running the algorithm…
Re: New silicon structure opens the gate to quantum computers
#44My biggest pet peeve about quantum computing is that no one can answer me the question of "what can quantum computing do for me?". The answer I hear is that it helps solve the traveling salesman in record time, and that's all great and everything, but how will quantum computing be able to do things such as decrease the time it takes to train a RNN, or look up data in a database?
We don't know. If someone manages to find an algorithm to do such things, it'll be helpful for that. It's as if we're rediscovering the computer itself from the beginning and we're still not sure what it's good for, but the things we've managed to find algorithms for it appears to be really really good at. Basically, don't worry too much about it, unless you wish to hunt for such algorithms yourself. The one thing it…
Now that I think of it, the few most well known algorithms (like the Shor's one) are probably so because "real world" use cases were found for them, which are understandable to non-quantum engineers (i.e. "factorization of primes"), as opposed to "transforming a hamiltonian foobzdringle into a hilbertian mesoism in laplacian meta-subordinates" :P
Re: New silicon structure opens the gate to quantum computers
#45My biggest pet peeve about quantum computing is that no one can answer me the question of "what can quantum computing do for me?". The answer I hear is that it helps solve the traveling salesman in record time, and that's all great and everything, but how will quantum computing be able to do things such as decrease the time it takes to train a RNN, or look up data in a database?
The traveling salesman problem is NP-complete and therefore not known to be solvable in less time on a quantum computer. https://cstheory.stackexchange.com/questions/31084/travellin...
That's only a problem if you need the exact solution. If you're OK with 99.9% quality, approximate solutions are much cheaper. So the question is, is it necessary to invest into that 1%?
Re: New silicon structure opens the gate to quantum computers
#46Earlier quoted context omitted.
There is no added Turing power to QC over CC. Turing complete is Turing complete. Think of QC as a coprocessor for certain classes of algorithms like prime factorization.
With exponential speedup. That's the big deal.
Re: New silicon structure opens the gate to quantum computers
#47Earlier quoted context omitted.
The traveling salesman problem is NP-complete and therefore not known to be solvable in less time on a quantum computer. https://cstheory.stackexchange.com/questions/31084/travellin...
> The traveling salesman problem is NP-complete and therefore not known to be solvable in less time on a quantum computer. That's only a problem if you need the exact solution. If you're OK with 99.9% quality, approximate solutions are much cheaper. So the question is, is it necessary to invest into that 1%?
Re: New silicon structure opens the gate to quantum computers
#48Earlier quoted context omitted.
The traveling salesman problem is NP-complete and therefore not known to be solvable in less time on a quantum computer. https://cstheory.stackexchange.com/questions/31084/travellin...
> The traveling salesman problem is NP-complete and therefore not known to be solvable in less time on a quantum computer. That's only a problem if you need the exact solution. If you're OK with 99.9% quality, approximate solutions are much cheaper. So the question is, is it necessary to invest into that 1%?
Re: New silicon structure opens the gate to quantum computers
#49My biggest pet peeve about quantum computing is that no one can answer me the question of "what can quantum computing do for me?". The answer I hear is that it helps solve the traveling salesman in record time, and that's all great and everything, but how will quantum computing be able to do things such as decrease the time it takes to train a RNN, or look up data in a database?
Re: New silicon structure opens the gate to quantum computers
#50Earlier quoted context omitted.
The traveling salesman problem is NP-complete and therefore not known to be solvable in less time on a quantum computer. https://cstheory.stackexchange.com/questions/31084/travellin...
Indeed, I have never heard how (any) NP-complete stuff would be solved by quantum computers. It was very surprising to see it as top comment.