Quantum Computing: Large Chance of Getting Desired Output?

In summary, Pete says that you can measure a particular desired value of f(i) by applying a permutation operator to the sum of all the i-values in the computational basis. However, he doesn't know what the physical interpretation of all this is, and says that he can't refer to it as a "spin-1/2" particle.
  • #1
Dragonfall
1,030
4
Suppose you were given [tex]\sum_{i=0}^{2^n}\left| i\right>\left| f(i)\right>[/tex], is there something you can do so that when you measure in the computational basis, you have a large chance of getting a particular desired [itex]\left| i\right>\left| f(i)\right>[/itex]?
 
Physics news on Phys.org
  • #2
Is LaTeX not working?
 
  • #3
That is rather odd. Let me give it a whirl. It works when I do a Preview Post I got the correct result. Let me try posting it

[tex]\sum_{i=0}^{2^n}\left| i\right>\left| f(i)\right>[/tex]

[itex]\left| i\right>\left| f(i)\right>[/itex]

Seems to work for me. Pretty strange indeed!

What do you mean by computational basis? What is |f(i)>? Is it an eigenket? I've never seen that notation before. Usually its written (if you are you referring to what I think you are) as |i>.

Pete
 
Last edited:
  • #4
I forgot to mention. [itex]f[/itex] is a function from [itex]\{0,1\}^n[/itex] to itself. Suppose I am given the superposition [tex]
\sum_{i=0}^{2^n}\left| i\right>\left| f(i)\right>
[/tex]. I want to measure a particular [itex]\left| i\right>\left| f(i)\right>[/itex] with 1 or very high probability. Is it possible to do that by applying some operator to [tex]
\sum_{i=0}^{2^n}\left| i\right>\left| f(i)\right>
[/tex]?
 
  • #5
Dragonfall said:
I forgot to mention. [itex]f[/itex] is a function from [itex]\{0,1\}^n[/itex] to itself.
I'm sorry but I don't understand that notation. Why are you raising a set to the power n??
What does that notation mean? Also you didn't answer my question, i.e. what is |f(i)>? Note that I'm not asking what f(i) is. Does the ket |f(i)> represent an arbitrary quantum state? What do the values f(i) correspond to? Are they eigenvalues of some operator for which the eigenkets are |f(i)>? You do realize that |i> |f(i)> is the tensor product of two state vectors right? The ket |i> I assume is a basis ket for some Hilbert space.
Suppose I am given the superposition

[tex]\sum_{i=0}^{2^n}\left| i\right>\left| f(i)\right>[/tex]
I recommend placing a carrige return before and after the tex label so that the equation doesn't appear inline. Its confusing when it does in that it looks really ugly.
I want to measure a particular [itex]\left| i\right>\left| f(i)\right>[/itex] with 1 or very high probability.
For this to be the case the coeffient must be close to 1. However you don't have any coefficients in that expression. Please check your notation and make sure its what you meant to post. Thanks.

Pete
 
  • #6
{0,1}^n is the set of all n-length bit-strings. A general state of n qubits is described by [tex]\frac{1}{\sqrt{2^n}}\sum_{i=0}^{2^n}\alpha_i\left| i\right>[/tex], in the computational basis. Since f is just a permutation of the strings, [tex]\left| f(i)\right>[/tex] is just one ket of the said basis.
 
Last edited:
  • #7
Dragonfall said:
{0,1}^n is the set of all n-length bit-strings. A general state of n qubits is described by [tex]\frac{1}{\sqrt{2^n}}\sum_{i=0}^{2^n}\alpha_i\left| i\right>[/tex], in the computational basis. Since f is just a permutation of the strings, [tex]\left| f(i)\right>[/tex] is just one ket of the said basis.
Sorry but I can't help you. All this qubits and computational basis stuff is something I know nothing about. Good luck!

Pete
 
  • #8
wait, pmb, come back...

Apparently this deals with spin 1/2 particles. The computational basis means,

|0> = |spin up>
|1> = |spin down>

A ket, like this |1101> = |13> (in hexidecimal), is shorthand for |up> |up> |down> |up>.

Dragonfly. I don't get it either. Is f(i) a digit, n bits long?
 
  • #9
Yes. Say f(3)=4, then somewhere in the superposition is the term [tex]\left| 3\right>\left| 4\right>[/tex]. Basically you'd get a superposition of all the input and values of f from 0 to 2^n.

Now I want to somehow extract a PARTICULAR piece of information from that superposition, say f(3). Is this possible? I mean if I just measure the qubits without doing anything to them first then I'd just get a random term, and hence a random value of f.

Now unfortunately I don't actually know any physical interpretation of all this stuff, so I can't refer to it as a "spin-1/2" particle.
 
Last edited:
  • #10
Dragonfall said:
Yes. Say f(3)=4, then somewhere in the superposition is the term [tex]\left| 3\right>\left| 4\right>[/tex]. Basically you'd get a superposition of all the input and values of f from 0 to 2^n.

Yeah, you could do this I think, but I don't know why. It would throw away the parallelism that you'd be gaining in doing it in the first place.

Let me clean up some of your notation first, if I may. Normally you'd have two registers, x and y. The x register (call it 8 bits long) would be prepared as a superposition of all binary values from 0 to 2^8-1=255. All the binary numbers from 0 to 255 would be equally represented in x. Register y is initialized to 8 bits of binary zero, |00000000>. Usually the word length (how many bits) is implied and just written as y=|0>.

[tex]\left| x \right> = \frac{1}{\sqrt{2^n}}\sum_{i=0}^{2^n-1}\left| i \right>[/tex]

[tex]\left| y \right> = \left| 0 \right> [/tex]

Note that I fixed the index limit to 2n-1 so that there are 256 numbers respresented, in total.

The idea is to take the register pair [tex]\left| x \right>\left| 0 \right> [/tex] to [tex]\left| x \right>\left| f(x) \right> [/tex] by applying some quantum gate that will mix |x> and |0> together to get y=f(x) and still leave you |x> so that the operation is reversible. (How, or if this manages to conserve information without mixing with the environment, is the question I'd like answered).

After the gate operation is preformed, y = f(x). The register pair become:

[tex]\left| x \right> \left| y \right> = \left| x \right> \left| f(x) \right>[/tex]

Now I want to somehow extract a PARTICULAR piece of information from that superposition, say f(3). Is this possible? I mean if I just measure the qubits without doing anything to them first then I'd just get a random term, and hence a random value of f.

We're both learning this material ::smile:: so I had to think a bit to come up with a "method". It would be do-able, just as much as any of this is do-able, given the current technology. Begin with the pair |3> |y> by thowing away the |x> superposition and preparing x = |3> without effecting |y>. Apply a gate operation to obtain |3> |f(3)>. This looks a lot like an inverse gate where |x> has been prepared in a singular state.

Eventually you should need something like this to extract classical information, I think. Maybe that's what you're asking. If so, I've been curious too. If we're lucky someone like Hirkyl will step in and clear up some uncertainty.

Now unfortunately I don't actually know any physical interpretation of all this stuff, so I can't refer to it as a "spin-1/2" particle.

No worries.
 
Last edited:
  • #11
Dragonfall said:
Yes. Say f(3)=4, then somewhere in the superposition is the term [tex]\left| 3\right>\left| 4\right>[/tex]. Basically you'd get a superposition of all the input and values of f from 0 to 2^n.

Now I want to somehow extract a PARTICULAR piece of information from that superposition, say f(3). Is this possible? I mean if I just measure the qubits without doing anything to them first then I'd just get a random term, and hence a random value of f.

Now unfortunately I don't actually know any physical interpretation of all this stuff, so I can't refer to it as a "spin-1/2" particle.
This can't be done in the form you wrote the equation since it isn't normalized. I.e. since there are no coefficients in front of the kets this doesn't represent a physical state. If you were to rewrite this as you did above when you used [itex]\alpha_i[/itex] and applied the ket <4|<3| then the only surviving term would be [itex]\alpha_3[/itex]. The square of this value is the probability of the system being measured to be in the |3>|4>.

Pete
 
  • #12
Phrak said:
Eventually you should need something like this to extract classical information, I think. Maybe that's what you're asking. If so, I've been curious too. If we're lucky someone like Hirkyl will step in and clear up some uncertainty.

I don't think this is possible. Suppose Alice and Bob shared the entangled EPR pair [tex]\frac{\left| 00\right> +\left| 11\right>}{\sqrt{2}}[/tex]. If Alice were able to CHOOSE which state she can measure, then she'd be able to communicate with Bob faster than light.
 
  • #13
Dragonfall said:
I don't think this is possible. Suppose Alice and Bob shared the entangled EPR pair [tex]\frac{\left| 00\right> +\left| 11\right>}{\sqrt{2}}[/tex]. If Alice were able to CHOOSE which state she can measure, then she'd be able to communicate with Bob faster than light.
In the physics literature people have presented arguements that faster than light communication is possible with entangled states. Would you like references?

Pete
 
  • #14
Really? I'd sure love some references. How does that reconcile with relativity?
 
  • #15
I'm just going over what I'm asking again since I wasn't clear before:

Bob takes n+1 qubits, all initiated at |0> (the first n being input registers and the last is an output register), and sends the first n through an n-fold Hadamard gate. This results in the superposition

[tex]\mid\Psi\rangle =\frac{1}{\sqrt{2^n}}\sum_{i=0}^{2^n-1}\mid i\rangle\mid 0\rangle[/tex]

Bob then chooses some function f bounded above by 2^n-1, then finds a unitary operator which implements the function:

[tex]U_f\mid x\rangle\mid 0\rangle =\mid x\rangle\mid f(x)\rangle[/tex]

Bob then sends [itex]U_f\mid\Psi\rangle[/itex] to Alice. Alice now has n+1 qubits with loads of information about the function f. Alice would like to learn a PARTICULAR VALUE of f (not a random one). Can she do it?
 
  • #16
Dragonfall said:
Really? I'd sure love some references.
Here are the ones that I picked up on my journey's to a research library

Can EPR-correlations be used for the transmission of superluminal signals? P. Mittelstaedt, Ann. Phys (Leipzig) 7 (1998), 7-8, 710-715
Abstract. In a compound quantum system with EPR-like correlations a measurement of one subsystem induces instantaneously changes of the subsystem, irrespective of the relative distance of the two subsystems. We consider several arguments which were put forward in recent years in order to show that these nonlocal effects cannot be used for superluminal communication. It turns out that arguments mentioned above are merely plausible but not really stringent and convincing. This means that the question in the title of this paper is still open.
Superluminal signal velocity, G. Nimtz, Ann. Phys (Leipzig) 7 (1988), 7-8, 618-624
Abstract. It recently has been demonstrated that signals conveyed by evanescent modes can travel faster than light. In this report some special features of signals are frequency band limited. Evanescent modes are characterized by extraordinary properties: Their energy is negative, they are not directly measurable, and he evanescent region is not causal since the modes traverse this region instantaneously. The study demonstrates the necessity of quantum mechanics in order to understand the superluminal velocity of classical evanescent modes.

Bell's theorem: Does quantum mechanics contradict relativity?, L.E. Ballentine, Am. J. Phys. 55(8), August 1987
Abstract. Special relativity demands a locality principle (no instantaneous action at a distance); locality implies Bell's theorem; quantum mechanics violates Bell's inequality, therefore, quantum mechanics contradicts relativity! Or so it would seem. It is shown, however, that the locality principle needed for Bell's theorem is stronger than the simple locality that is needed to satisfy the demands of relativity and that quantum mechanics satisfies later. The stronger locality principle id equivalent to the conjugation of simple locality and predictive completeness, and it is the latter principle that fails. The notion of predictive completeness is weaker than, and is implied by, the completeness criterion of Einstein, Podolsky, and Rosen. But the quantum mechanical state description is not only incomplete but incompletable, for any local complete state description would satisfy Bell's inequality and disagree with experiment.

Faster than Light?, Raymond Y. Chiao, Paul G. Kwiat and Aephraim M. Steinberg, Scientific American, August 1993
Experiments in quantum optics show that two distant events can influence each other faster than any signal could have traveled between them.

re - How does that reconcile with relativity? - I can send you any and all of the papers in e-mail to you if you'd like? I haven't found time to study this phenomena yet. Actually I'm reviewing quantum mechanics again and plan on studying this in detail when I get to EPR and Bell's theorem. I'll try to look the articles over in the near future since this is a subject of great interest to me.

Best wishes

Pete
 
  • #17
Dragonfall said:
I don't think this is possible. Suppose Alice and Bob shared the entangled EPR pair [tex]\frac{\left| 00\right> +\left| 11\right>}{\sqrt{2}}[/tex]. If Alice were able to CHOOSE which state she can measure, then she'd be able to communicate with Bob faster than light.

So *that's* what this is all about. Too cool. Unfortunately, I'm not in a position to understand it well enough. But to extract y(x) for a given x, Alice needs place x in a definite state--destroy the superposition of x. Bob doesn't know what Alice did to x does he?

There is one other point, though. You do realize that your f(x) is one bit wide as you've stated it. n bits for |x>, leaving one for |y>.
 
  • #18
pmb_phy said:
Can EPR-correlations be used for the transmission of superluminal signals? P. Mittelstaedt, Ann. Phys (Leipzig) 7 (1998), 7-8, 710-715

Superluminal signal velocity, G. Nimtz, Ann. Phys (Leipzig) 7 (1988), 7-8, 618-624

Bell's theorem: Does quantum mechanics contradict relativity?, L.E. Ballentine, Am. J. Phys. 55(8), August 1987

Faster than Light?, Raymond Y. Chiao, Paul G. Kwiat and Aephraim M. Steinberg, Scientific American, August 1993

Is it possible to find these online?
 
  • #19
Well, the Nimtz paper can be found on Arxiv http://xxx.lanl.gov/abs/physics/9812053".

However none of these papers is really worth your time as they are either papers, which explain small loopholes, which were still left at the time these papers were written, papers, which explixitly say, that the velocity exceeding c is not a signal velocity like the Chiao paper or papers, which are on the brink to crackpottery, because they also discuss a velocity exceeding c, which is no signal speed, but do not explicitly tell that like in the Nimtz paper.

The Nimtz stuff has also been discussed several dozen times in this forum. I am a bit amazed, that it is still quoted as a reference from time to time.
 
Last edited by a moderator:
  • #20
Dragonfall said:
Is it possible to find these online?
Not that I know of. I scanned all the papers that I have in my filing cabinet and placed them into PDF files. If you don't want me to e-mail them to you then I could try to upload them onto one of my web sites. I could then post the URL to the papers and you could download them yourself. It'd be easier for me to e-mail them to you though.

Pete
 
  • #22
Got them, thanks.
 
  • #23
Dragonfall said:
Got them, thanks.
You're welcome. Unfortunately I can't upload the Scientific American article because its too large. Yahoo only allows files of file size less than 5MB and the Scientific American article is 9 MB. Sorry.

Pete
 
  • #24
I can't say I'm very impressed by these abstracts, for the most part.

Can EPR-correlations be used for the transmission of superluminal signals? P. Mittelstaedt, Ann. Phys (Leipzig) 7 (1998), 7-8, 710-715

Abstract. In a compound quantum system with EPR-like correlations a measurement of one subsystem induces instantaneously changes of the [other] subsystem, irrespective of the relative distance of the two subsystems.

This is presumtive in at least two ways. The best you can say, without additional interpretation, is that the measurements upon the two subsystems are statistically correlated according to strict rules. The part about one measurement inducing an instantaneous change in the other presumes some additional structure upon quantum mechanics. Secondly, "instantaneous" is relativistically ambiguous. For two space-like separated events, without reference to inertial frame, or an additional theoretical framework, it is meaningless to distinguish one as cause and the other as effect.
 
  • #25
Dragonfall said:
I'm just going over what I'm asking again since I wasn't clear before:

Bob takes n+1 qubits, all initiated at |0> (the first n being input registers and the last is an output register), and sends the first n through an n-fold Hadamard gate. This results in the superposition

[tex]\mid\Psi\rangle =\frac{1}{\sqrt{2^n}}\sum_{i=0}^{2^n-1}\mid i\rangle\mid 0\rangle[/tex]

Bob then chooses some function f bounded above by 2^n-1, then finds a unitary operator which implements the function:

[tex]U_f\mid x\rangle\mid 0\rangle =\mid x\rangle\mid f(x)\rangle[/tex]

Bob then sends [itex]U_f\mid\Psi\rangle[/itex] to Alice. Alice now has n+1 qubits with loads of information about the function f. Alice would like to learn a PARTICULAR VALUE of f (not a random one). Can she do it?

Try as I may, Dragonfly, I can't figure out which part is the classical information that Bob might be sending to Alice.
 
  • #26
Bob is "sending" Alice [itex]2^n[/itex] values of f with only n qubits.
 
  • #27
Yes, you did already say as much. :redface:

Say for a moment that both Alice and Bob have a [tex]U_\hat{f}[/tex], the inverse gate, and each has [tex]\mid\Psi\rangle[/tex], where is the superluminal transmission of classical information?
 
  • #28
The superluminal transmission occurs, for example if we go back to the [tex]
\frac{\left| 00\right> +\left| 11\right>}{\sqrt{2}}
[/tex] state, if Alice measures 0 (or 1), then Bob will also measure 0 (or 1), no matter how far apart they are. So if Alice can choose which one she measures, then she can choose what Bob measures, and this is instantaneous. Normally you wouldn't have this problem since Alice's outcome is random.
 
  • #29
You need to present a complete senario--a thought experiment. How the qbits are prepared. Who measures what. What is sent to Alice. What Bob measures. What Alice measures. It's what is measured that counts in transmission of information. It's not enough to have correlation to transmit a message. The measurement process provides classical bit information.
 

1. What is quantum computing?

Quantum computing is a field of computing that uses the principles of quantum mechanics to process information. It takes advantage of the unique properties of quantum bits, or qubits, to perform complex calculations and solve problems that are difficult or impossible for classical computers.

2. How does quantum computing increase the chance of getting desired output?

Quantum computing uses a phenomenon called superposition, where qubits can exist in multiple states simultaneously. This allows for more efficient and parallel processing, increasing the chances of finding the desired output in a shorter amount of time compared to classical computing.

3. What are the potential applications of quantum computing?

Quantum computing has the potential to revolutionize many industries, including finance, healthcare, and cybersecurity. It can be used for complex simulations, optimization problems, and encryption, among others. It is also being explored for its potential to accelerate artificial intelligence and machine learning.

4. Are there any limitations to quantum computing?

While quantum computing has the potential to solve many problems more efficiently than classical computing, it does have limitations. One major challenge is the fragile nature of qubits, which can easily be affected by external disturbances and errors. This makes it difficult to scale up quantum computers and maintain their accuracy.

5. How close are we to realizing the full potential of quantum computing?

Quantum computing is still in its early stages and there is much research and development needed to fully realize its potential. However, there have been significant advancements in recent years, with companies and research institutions building more powerful and stable quantum computers. It is expected that in the next decade, quantum computing will continue to make significant progress and have a significant impact on various industries.

Similar threads

  • Quantum Physics
Replies
4
Views
782
Replies
3
Views
770
  • Quantum Physics
Replies
2
Views
923
  • Quantum Physics
Replies
22
Views
411
Replies
8
Views
1K
Replies
1
Views
688
  • Quantum Physics
Replies
8
Views
1K
Replies
1
Views
759
  • Quantum Physics
2
Replies
39
Views
2K
  • Quantum Physics
Replies
5
Views
333
Back
Top