|
|
|
|
|
by jfengel
2472 days ago
|
|
A quantum computer doesn't work much like a classical computer at all, so any analogy to transistors fails pretty quickly. One key aspect of that is that all of the qubits are entangled. The qubit isn't in more than two states, but in 2 states at once, and N qubits are in 2^N states at once. It's not quite as simple as that: you can't really just set up any algorithm in a quantum computer the way you would with a classical one. But for those problems amenable to quantum computation (including, notably, prime factoring), they can be solved very fast. With 2^53 qubits we should be able to factor some very, very large prime numbers. |
|