The First Universal Quantum Processor
physorg.com
The First Universal Quantum Processor
1–10 of 30 posts
Re: The First Universal Quantum Processor
#2Re: The First Universal Quantum Processor
#3I'm curious, what kinds of application ideas exist that are possible on quantum computers that aren't on regular computers?
Re: The First Universal Quantum Processor
#4I'm curious, what kinds of application ideas exist that are possible on quantum computers that aren't on regular computers?
Applications requiring much parallelism, like NP-complete problems, may be more amenable to being solved by quantum computers in the future.
Re: The First Universal Quantum Processor
#5I'm curious, what kinds of application ideas exist that are possible on quantum computers that aren't on regular computers?
Factoring is possible in polynomial time.
Does anybody have any ideas that would be useful to everyday life? I'm 100% sure that there are a ton.
Re: The First Universal Quantum Processor
#6I'm curious, what kinds of application ideas exist that are possible on quantum computers that aren't on regular computers?
Re: The First Universal Quantum Processor
#7I'm curious, what kinds of application ideas exist that are possible on quantum computers that aren't on regular computers?
Using "adiabatic" qbits (not like this one), it seems you can solve any problem that can be structured as a low energy state. Examples of these are: PCB track routing, city planning, some kinds of pattern matching search in large datasets such as gene maps. There are possible applications to AI because it can efficiently update a neural network or a Bayes net.
Also (not sure what kind of qbits are best for this) you should be able to simulate a quantum-influenced process, such as protein folding, one for one rather than via exhaustive calculation on supercomputers.
Factoring crypto is often cited, but to be honest it's a very boring application compared to the many others.
Re: The First Universal Quantum Processor
#8Earlier quoted context omitted.
Factoring is possible in polynomial time.
See, I've heard this before. But it really doesn't mean anything to most people. The only concrete example I can think of is cracking modern encryption. Does anybody have any ideas that would be useful to everyday life? I'm 100% sure that there are a ton.
Re: The First Universal Quantum Processor
#9This is in my opinion the most important application of a quantum computer.
Re: The First Universal Quantum Processor
#10I'm curious, what kinds of application ideas exist that are possible on quantum computers that aren't on regular computers?
5 years ago (when I took a couple of courses in QC) there were basically 2 quantum algorithms -- Shor's factorization and Grover's search. The former speeds up integer factorization (and discrete logarithm) and brings it to polynomial time, and the later speeds up search from O(n) to O(sqrt(n)).
So just being able to quickly factor integers breaks a lot of encryption algorithms, and a faster search would really help with data processing.
One of the main difficulty with quantum computers is quantum de-coherence. Qubits when they are entangled must be isolated from the outside environment until the final result measurement is taken. That is what is preventing the creation of large, multi-qubit computers. For example, it would be useful to have a 1024 qubit machine to simultaneously represent all 1024 bit states.
Quantum error correction might solve the problem, but we are yet to see practical quantum computers.