this post was submitted on 27 Jul 2024
477 points (99.4% liked)

196

16215 readers
2257 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] PM_ME_VINTAGE_30S@lemmy.sdf.org 96 points 1 month ago* (last edited 1 month ago) (20 children)

EE major here. All the equations in the third panel are classical electrodynamics. To explain the semiconductors needed to make the switches to make the gates in the second picture, you really need quantum mechanics. You can get away with "fudged" classical mechanics for approximate calculations, but diodes and transistors are bona fide quantum mechanical devices.

But it's also magic lol.

[–] nialv7@lemmy.world 9 points 1 month ago (3 children)

Hmmm, so all computers are technically quantum computers?

[–] PM_ME_VINTAGE_30S@lemmy.sdf.org 10 points 1 month ago (1 children)

Not at all. In a classical computer, the memory is based on bits of information which can either[1] in state 0 or state 1, and (assuming everything has been designed correctly) won't exist in any other state than the allowed ones. Most classical computers work with binary.

In quantum computing, the memory is based on qubits, which are two-level quantum systems. A qubit can take any linear combination of quantum states |0⟩ and |1⟩. In quantum systems, linear combinations such as Ψ = α|0⟩ + β|1⟩ can use complex coefficients (α and β). Since α = |α|e^jθ is valid for any complex number, this indicates that quantum computing allows bits to have a phase with respect to each other. Geometrically, each bit of memory can "live" anywhere on the Bloch sphere, with |0⟩ at the "south pole" and |1⟩ at the "north pole".

Quantum computing requires a whole new set of gates, and there's issues with coherence that I frankly don't 100% understand yet. And qubits are a whole lot harder to make than classical bits. But if we can find a way to make qubits available to everyone like classical bits are, then we'll be able to get a lot more computing power.

The hardware works due to a quantum mechanical effect, but it is not "quantum" hardware because it doesn't implement a two-bit quantum system.

[1] Classical computers can be designed with N-ary digit memory (for example, trinary can take states 0, 1, and 2), but binary is easier to design for.

[–] killingspark 5 points 1 month ago* (last edited 1 month ago) (1 children)

then we'll be able to get a lot more computing power.

I think that's not quite true it depends on what you want to calculate. Some problems have more efficient algorithms for quantum computing (famously breaking RSA and other crypto algorithms). But something like a matrix multiplication probably won't benefit.

[–] SmoothOperator@lemmy.world 2 points 1 month ago

It's actually expected that matrix inversion will see a polynomial increase in speed, but with all the overhead of quantum computing, we only really get excited about exponential speedups such as in RSA decryption.

[–] bunchberry@lemmy.world 4 points 1 month ago* (last edited 1 month ago)

Classical computers compute using 0s and 1s which refer to something physical like voltage levels of 0v or 3.3v respectively. Quantum computers also compute using 0s and 1s that also refers to something physical, like the spin of an electron which can only be up or down. Although these qubits differ because with a classical bit, there is just one thing to "look at" (called "observables") if you want to know its value. If I want to know the voltage level is 0 or 1 I can just take out my multimeter and check. There is just one single observable.

With a qubit, there are actually three observables: σ~x~, σ~y~, and σ~z~. You can think of a qubit like a sphere where you can measure it along its x, y, or z axis. These often correspond in real life to real rotations, for example, you can measure electron spin using something called Stern-Gerlach apparatus and you can measure a different axis by physically rotating the whole apparatus.

How can a single 0 or 1 be associated with three different observables? Well, the qubit can only have a single 0 or 1 at a time, so, let's say, you measure its value on the z-axis, so you measure σ~z~, and you get 0 or 1, then the qubit ceases to have values for σ~x~ or σ~y~. They just don't exist anymore. If you then go measure, let's say, σ~x~, then you will get something entirely random, and then the value for σ~z~ will cease to exist. So it can only hold one bit of information at a time, but measuring it on a different axis will "interfere" with that information.

It's thus not possible to actually know the values for all the different observables because only one exists at a time, but you can also use them in logic gates where one depends on an axis with no value. For example, if you measure a qubit on the σ~z~ axis, you can then pass it through a logic gate where it will flip a second qubit or not flip it because on whether or not σ~x~ is 0 or 1. Of course, if you measured σ~z~, then σ~x~ has no value, so you can't say whether or not it will flip the other qubit, but you can say that they would be correlated with one another (if σ~x~ is 0 then it will not flip it, if it is 1 then it will, and thus they are related to one another). This is basically what entanglement is.

Because you cannot know the outcome when you have certain interactions like this, you can only model the system probabilistically based on the information you do know, and because measuring qubits on one axis erases its value on all others, then some information you know about the system can interfere with (cancel out) other information you know about it. Waves also can interfere with each other, and so oddly enough, it turns out you can model how your predictions of the system evolve over the computation using a wave function which then can be used to derive a probability distribution of the results.

What is even more interesting is that if you have a system like this where you have to model it using a wave function, it turns out it can in principle execute certain algorithms exponentially faster than classical computers. So they are definitely nowhere near the same as classical computers. Their complexity scales up exponentially when trying to simulate quantum computers on a classical computer. Every additional qubit doubles the complexity, and thus it becomes really difficult to even simulate small numbers of qubits. I built my own simulator in C and it uses 45 gigabytes of RAM to simulate just 16. I think the world record is literally only like 56.

No. There are mechanical computers, based on mechanical moving parts, but they have been outdated since 1960.

load more comments (16 replies)