Reputation: 891
This question was asked for the sole purpose of simplification and in an attempt to get straight to the point and not for us to demonstrate how smarter/ignorant we are than each other, as it is common practise on stackoverflow. I highly implore us to answer to the best of our knowledge without any mathematical jargon and with the view that it would be:
1. friendly to any one just trying to understand what quantum computing is basically all about and how it works.
2. help clear misconceptions and provide better understanding.
I may have made a few errors or may not have given the best explanations which is why I have painted some illustrations by putting some examples in parenthesis flying all over to convey fully what I mean.
Classical Recap:
For a classical computer two states are used(1
s and 0
s) for a bit
which implies that the processor of a classical computer
operates arithmetically and logically in a binary number
system i.e. it adds,subtracts and makes decisions in base-2. This is all
done with transistors via the exchange of electrons across bus lines
or nano-circuits(thus read/write occurs with voltage and current modulations or manipulations)
Quantum Recap:
For a quantum computer I have seen a lot of articles
and videos emphasising how faster it is compared to
the latter by employing qubits. Since a qubit can
either be a 1
or a 0
or both(with superposition) i.e. A
quantum computer uses sub-atomic/quantum particles in a vacuum
environment to represent a qubit which can be measured with
the integration of technologies such as laser and optical systems, radio frequency (RF), microwave technology
e.t.c to manipulate these particles(qubits) and according to wikipedia "when qubits are measured the result is always either a 0
or a 1
", Quantum Computing(4th paragraph)
My Questions:
Nature(What is a qubit State like?)
0
or 1
) can be measured for a qubit does that mean a superimposed qubit gets measured once or twice to produce either 10 or 01 (or even 11 or 00 )
(so that superimposed-qubits are different from one another) ?Speed(How fast can it be modified?)
My Guesses:
ASSUMPTIONS[Question 4]
possibility of a quantum PC
that quantum computing only implies computing with a quantum processor(and possible peripherals e.g. quantum RAM, quantum Cache etc.) hence a quantum PC would have a normal secondary-storage(hard-drive)
base-x refers to a number base which represents all possible states a qubit can be in, so definitely x should be greater than 2
that light speed refers specifically to speed of photons/electrons/subatomic-particles in a vacuum in relation to how fast computing could be if harnessed
that in order for a quantum processor to manipulate data from a secondary storage(hard-drive,flash-drive,cloud etc.), the data has to be converted into qubits equivalent of base-x(denoting qubit states)
Upvotes: 3
Views: 837
Reputation: 891
UPDATE The primary reason I asked this question was because I wanted to basically understand how qubits were able to handle much larger computations faster than classical computers without having to do some digging up, unfortunately I had to, so this update would go right straight to the point (left my previous answer @DOWNDATE so you can understand a little bit more about my desperate confusion at the time).
DOWNDATE: To clear up my previous confusions:
1. A qubit can be measured and encoded in parallel by a quantum-device(quantum-circuits/gates) to give rise to multiple states because it's wave-function(in terms of phase and amplitude) can be represented by complex numbers on a bloch-sphere.(quantum-particles are described by wave-functions)
hence a superimposed qubit could arguably represent a complex number whose equivalent binary value is way larger than a pair of bits.
2. A qubit can have multiple states. hence the limit of a qubit would be the amount of states the bloch-sphere for a single qubit can represent at a time
3. the number base would bethe-max-amount-of-states
the qubit can maximize depending on what it is made of(photons,ions,electrons).
4. First of quantum computers still operate simultaneously on parallel instances of binary inputs to produce faster results and not with a higher number-base as in [1234 x 12]10 instead of [10011010010 x 1100]2. Also if a classical computer could operate/transmit information faster than light speed it would outperform a quantum computer in the sense that qubit-entanglement as of today only transmits information and not physical qubits(since qubits can neither be copied or moved) which is slower(i.e. coordination between entangled qubits may be faster than light since it(entanglement) doesn't depend on distance but communication between them doesn't happen that fast). To quote directly from Quantum Teleportation:
"Quantum teleportation provides a mechanism of moving a qubit from one location to another, without having to physically transport the underlying particle to which that qubit is normally attached."
"The movement of qubits does not require the movement of "things" any more than communication".
In essence to transmit qubitC
from point1
to point2
two entangled qubitsA
andB
at1
and2
are present,A
compares itself toC
at1
and applies the result on itself so that it affectsB
at2
in order to re-createD
(the identical copy ofC
).
Upvotes: 3