KillerMovies - Movies That Matter!

REGISTER HERE TO JOIN IN! - It's easy and it's free!
Home » Community » General Discussion Forum » Philosophy Forum » Creating a Quantum Superposition

Creating a Quantum Superposition
Started by: DigiMark007

Forum Jump:
Post New Thread    Post A Reply
Pages (3): [1] 2 3 »   Last Thread   Next Thread
Author
Thread
DigiMark007
KMC GLC Member

Gender: Unspecified
Location:

Creating a Quantum Superposition

I want to do it. But I may need some help. Specifically, computer programming.

I have some basic programming knowledge, and what I wish to attempt is basic enough that any programming language could easily accommodate it. I'm planning on writing the code myself (probably something basic like Pascal) but it's the format of the program that's vexing me.

...

Now some quantum info:

A quantum superposition is when there is precisely (precisely) 50% chance of two different outcomes occurring, and no incentive for one or the other to occur. Until the system is compromised or it is observed (which would compromise it) it is literally in both states. Anyone familiar with Schrodinger's cat will recognize this scenario.

And no, it's not that we don't know what it is until we observe it, but it's definitely one or the other. It literally acts as both simultaneously until the quantum position collapses. The act of observation "decides" which of the two it is. Studies have been able to show particles acting in two different ways until the quantum position collapses, so this is observed, not simply theorized.

...

So my program. Here's the scenario:

You enter two numbers, and the computer generates either a 4 or a 6. It has to be one of these two numbers, and can be nothing else. Which one it is is determined by your input. Say you enter 5 and 9. It take the mean (average) and whichever number is closest is displayed. In this case the mean is 7, so the computer would display a 6.

But say you enter a 4 and a 6, or two 5's, or -12 and 22. The mean is 5. But the computer has to output a 4 or a 6.

But any program I have conceived would output some sort of error message. I can't figure out a way that it by-passes the indecision without altering the 50/50 nature of the test. Maybe it's that my programming is rusty, or I'm assuming an error message (I have yet to actually write the code for it), but I'll doubtless have some hoops to jump through.

...

Thoughts? Help? I want this to be my "cat," and it's tantalizingly close.


__________________

Last edited by DigiMark007 on Jan 17th, 2008 at 05:23 AM

Old Post Jan 17th, 2008 05:20 AM
DigiMark007 is currently offline Click here to Send DigiMark007 a Private Message Find more posts by DigiMark007 Edit/Delete Message Reply w/Quote Quick Quote
leonheartmm
Senior Member

Gender: Male
Location:

^wont work. programs depend on electrical impulses and those are predictable systems. randomness is computers is not truly random because the computer claims that it uses algorythms which never REPEAT the same choice/list twice, and sumthing that doesnt repeat is by definition not random. hehe, srry, i dun know much about computers at all, but heres my two cents.

also, id like to say sumthing on the schrodinger cat and both states existing simultaneously, but i desist from starting an off topic discussion which might end up tiring.


__________________

Old Post Jan 17th, 2008 10:38 AM
leonheartmm is online now! Click here to Send leonheartmm a Private Message Find more posts by leonheartmm Edit/Delete Message Reply w/Quote Quick Quote
Atlantis001
The one without a name

Gender: Male
Location: The world of Maya.

I am not sure if I understood what you are doing, but if you are trying to use an algorithm to simulate true randomness(like quantum uncertainty), then know that it is impossible.


Any programs that work based on randomness only use an "illusory" randomness. They are not truly aleatory. Randomization in computation work based on a factor which is completely predictable and determined but you don't know what it is so you can't predict the result, but you could if you knew.


For example, you can make randomness by using the milliseconds on the computer clock by assigning each possible result that you want to randomize to one number, and when you click a button the computer read the millisecond number value and returns the result corresponding to that number. Like a roulette, and thats not true randomness.


Any randomization in computation must be based on a event which is completely predictable. Its impossible to create an algorithm which creates true randomness, that is against logic itself.


True randomness does only exist in quantum mechanics and you can't reduce quantum uncertainty to logic algorithms. Quantum uncertainty is an entirely new phenomena and thats why it is so important.


You can't create quantum superposition in normal computers so don't try it anymore. The only way is to use a computer which works based on something truly random, like quantum mechanics. That would be a quantum computer.


__________________

Old Post Jan 17th, 2008 05:24 PM
Atlantis001 is currently offline Click here to Send Atlantis001 a Private Message Find more posts by Atlantis001 Edit/Delete Message Reply w/Quote Quick Quote
Shakyamunison
Nam Myoho Renge Kyo

Gender: Male
Location: Southern Oregon, Looking at you.

Re: Creating a Quantum Superposition

quote: (post)
Originally posted by DigiMark007
I want to do it. But I may need some help. Specifically, computer programming.

I have some basic programming knowledge, and what I wish to attempt is basic enough that any programming language could easily accommodate it. I'm planning on writing the code myself (probably something basic like Pascal) but it's the format of the program that's vexing me.

...

Now some quantum info:

A quantum superposition is when there is precisely (precisely) 50% chance of two different outcomes occurring, and no incentive for one or the other to occur. Until the system is compromised or it is observed (which would compromise it) it is literally in both states. Anyone familiar with Schrodinger's cat will recognize this scenario.

And no, it's not that we don't know what it is until we observe it, but it's definitely one or the other. It literally acts as both simultaneously until the quantum position collapses. The act of observation "decides" which of the two it is. Studies have been able to show particles acting in two different ways until the quantum position collapses, so this is observed, not simply theorized.

...

So my program. Here's the scenario:

You enter two numbers, and the computer generates either a 4 or a 6. It has to be one of these two numbers, and can be nothing else. Which one it is is determined by your input. Say you enter 5 and 9. It take the mean (average) and whichever number is closest is displayed. In this case the mean is 7, so the computer would display a 6.

But say you enter a 4 and a 6, or two 5's, or -12 and 22. The mean is 5. But the computer has to output a 4 or a 6.

But any program I have conceived would output some sort of error message. I can't figure out a way that it by-passes the indecision without altering the 50/50 nature of the test. Maybe it's that my programming is rusty, or I'm assuming an error message (I have yet to actually write the code for it), but I'll doubtless have some hoops to jump through.

...

Thoughts? Help? I want this to be my "cat," and it's tantalizingly close.


It will not work because we have already compromise it by thinking about making it. wink


__________________
I play guitar, sing & write songs. Listen to my music HERE.

Old Post Jan 17th, 2008 05:41 PM
Shakyamunison is currently offline Click here to Send Shakyamunison a Private Message Find more posts by Shakyamunison Edit/Delete Message Reply w/Quote Quick Quote
Bardock42
Trenchcoat Brigade

Gender: Male
Location: England

quote: (post)
Originally posted by Shakyamunison
It will not work because we have already compromise it by thinking about making it. wink
H-how?


__________________

My Poetry!!!

Much thanks to DigiMark007

Old Post Jan 17th, 2008 05:45 PM
Bardock42 is online now! Click here to Send Bardock42 a Private Message Find more posts by Bardock42 Edit/Delete Message Reply w/Quote Quick Quote
Shakyamunison
Nam Myoho Renge Kyo

Gender: Male
Location: Southern Oregon, Looking at you.

quote: (post)
Originally posted by Bardock42
H-how?


W-what?


__________________
I play guitar, sing & write songs. Listen to my music HERE.

Old Post Jan 17th, 2008 06:08 PM
Shakyamunison is currently offline Click here to Send Shakyamunison a Private Message Find more posts by Shakyamunison Edit/Delete Message Reply w/Quote Quick Quote
inimalist
Don't Vote

Gender: Unspecified
Location: Canada

Note: Superposition really assumes you believe some of what I would call the "mystical" interpretations of quantum mechanics. A large number of physicists (which I am not [re: a physicist]) see quantum mechanics as little more than an advanced ruler, basically a tool for measuring extremely small items, which is still imperfect. Imho, something like Schrodinger's cat is an example of the limit of this tool at this point to make perfect predictions and does not exemplify some "strangeness" of quantum physics...

Also, I don't think computer code or calculation has the ability to be put into a quantum state. You would need an electron that could either have spin up or down depending on the output, and then do the numbers...

I also think it would be limited because a situation of something being a 5 in this isn't an either/or (ie, it isn't a photon-slit experiment where the light goes one way or the other) but instead it is a both, meaning that "5" satisfies the conditions for both 4 and 6 outputs.

I'd also be really interested in the findings from studies showing superposition, any sources?


__________________
Kalash Ibn Al Fewdawiiah Bin Noor

"It is time for every woman who benefited from sexual liberation to loudly declare (in the paraphrased words of Emma Goldman), "If I can't enjoy sex, I won't be part of the revolution." "

- Wendy McElroy

Old Post Jan 17th, 2008 06:12 PM
inimalist is currently offline Click here to Send inimalist a Private Message Find more posts by inimalist Edit/Delete Message Reply w/Quote Quick Quote
Bardock42
Trenchcoat Brigade

Gender: Male
Location: England

quote: (post)
Originally posted by Shakyamunison
W-what?
How is it compromised by that?


__________________

My Poetry!!!

Much thanks to DigiMark007

Old Post Jan 17th, 2008 06:12 PM
Bardock42 is online now! Click here to Send Bardock42 a Private Message Find more posts by Bardock42 Edit/Delete Message Reply w/Quote Quick Quote
Shakyamunison
Nam Myoho Renge Kyo

Gender: Male
Location: Southern Oregon, Looking at you.

quote: (post)
Originally posted by Bardock42
How is it compromised by that?


What is the "that" you are talking about?


__________________
I play guitar, sing & write songs. Listen to my music HERE.

Old Post Jan 17th, 2008 06:16 PM
Shakyamunison is currently offline Click here to Send Shakyamunison a Private Message Find more posts by Shakyamunison Edit/Delete Message Reply w/Quote Quick Quote
Bardock42
Trenchcoat Brigade

Gender: Male
Location: England

quote: (post)
Originally posted by Shakyamunison
What is the "that" you are talking about?
I don't know. I guess whatever you were talking about when you said "It will not work" "compromise it" and "making it".

My that means your it.


__________________

My Poetry!!!

Much thanks to DigiMark007

Old Post Jan 17th, 2008 07:34 PM
Bardock42 is online now! Click here to Send Bardock42 a Private Message Find more posts by Bardock42 Edit/Delete Message Reply w/Quote Quick Quote
Shakyamunison
Nam Myoho Renge Kyo

Gender: Male
Location: Southern Oregon, Looking at you.

quote: (post)
Originally posted by Bardock42
I don't know. I guess whatever you were talking about when you said "It will not work" "compromise it" and "making it".

My that means your it.


OK, thank you.


__________________
I play guitar, sing & write songs. Listen to my music HERE.

Old Post Jan 17th, 2008 07:48 PM
Shakyamunison is currently offline Click here to Send Shakyamunison a Private Message Find more posts by Shakyamunison Edit/Delete Message Reply w/Quote Quick Quote
Bardock42
Trenchcoat Brigade

Gender: Male
Location: England

quote: (post)
Originally posted by Shakyamunison
OK, thank you.
Going to explain now?


__________________

My Poetry!!!

Much thanks to DigiMark007

Old Post Jan 17th, 2008 08:22 PM
Bardock42 is online now! Click here to Send Bardock42 a Private Message Find more posts by Bardock42 Edit/Delete Message Reply w/Quote Quick Quote
Shakyamunison
Nam Myoho Renge Kyo

Gender: Male
Location: Southern Oregon, Looking at you.

quote: (post)
Originally posted by Bardock42
Going to explain now?


http://en.wikipedia.org/wiki/Quantum_superposition


__________________
I play guitar, sing & write songs. Listen to my music HERE.

Old Post Jan 17th, 2008 08:34 PM
Shakyamunison is currently offline Click here to Send Shakyamunison a Private Message Find more posts by Shakyamunison Edit/Delete Message Reply w/Quote Quick Quote
Bardock42
Trenchcoat Brigade

Gender: Male
Location: England

I read that. It doesn't answer how it is already compromised by thinking about making it. Explain that.


__________________

My Poetry!!!

Much thanks to DigiMark007

Old Post Jan 17th, 2008 08:45 PM
Bardock42 is online now! Click here to Send Bardock42 a Private Message Find more posts by Bardock42 Edit/Delete Message Reply w/Quote Quick Quote
Shakyamunison
Nam Myoho Renge Kyo

Gender: Male
Location: Southern Oregon, Looking at you.

quote: (post)
Originally posted by Bardock42
I read that. It doesn't answer how it is already compromised by thinking about making it. Explain that.


No, it's measure, not think. laughing


__________________
I play guitar, sing & write songs. Listen to my music HERE.

Old Post Jan 17th, 2008 08:48 PM
Shakyamunison is currently offline Click here to Send Shakyamunison a Private Message Find more posts by Shakyamunison Edit/Delete Message Reply w/Quote Quick Quote
Bardock42
Trenchcoat Brigade

Gender: Male
Location: England

quote: (post)
Originally posted by Shakyamunison
No, it's measure, not think. laughing


Explain to me what you meant when you said "It will not work because we have already compromise it by thinking about making it.", please.


__________________

My Poetry!!!

Much thanks to DigiMark007

Old Post Jan 17th, 2008 08:52 PM
Bardock42 is online now! Click here to Send Bardock42 a Private Message Find more posts by Bardock42 Edit/Delete Message Reply w/Quote Quick Quote
dadudemon
Dominasty

Gender: Male
Location: USA, Oklahoma. Pewpy balls.

Re: Creating a Quantum Superposition

quote: (post)
Originally posted by DigiMark007
I want to do it. But I may need some help. Specifically, computer programming.

I have some basic programming knowledge, and what I wish to attempt is basic enough that any programming language could easily accommodate it. I'm planning on writing the code myself (probably something basic like Pascal) but it's the format of the program that's vexing me.

...

Now some quantum info:

A quantum superposition is when there is precisely (precisely) 50% chance of two different outcomes occurring, and no incentive for one or the other to occur. Until the system is compromised or it is observed (which would compromise it) it is literally in both states. Anyone familiar with Schrodinger's cat will recognize this scenario.

And no, it's not that we don't know what it is until we observe it, but it's definitely one or the other. It literally acts as both simultaneously until the quantum position collapses. The act of observation "decides" which of the two it is. Studies have been able to show particles acting in two different ways until the quantum position collapses, so this is observed, not simply theorized.

...

So my program. Here's the scenario:

You enter two numbers, and the computer generates either a 4 or a 6. It has to be one of these two numbers, and can be nothing else. Which one it is is determined by your input. Say you enter 5 and 9. It take the mean (average) and whichever number is closest is displayed. In this case the mean is 7, so the computer would display a 6.

But say you enter a 4 and a 6, or two 5's, or -12 and 22. The mean is 5. But the computer has to output a 4 or a 6.

But any program I have conceived would output some sort of error message. I can't figure out a way that it by-passes the indecision without altering the 50/50 nature of the test. Maybe it's that my programming is rusty, or I'm assuming an error message (I have yet to actually write the code for it), but I'll doubtless have some hoops to jump through.

...

Thoughts? Help? I want this to be my "cat," and it's tantalizingly close.


You need a random number generator. You can embed a random number generator into programming all sorts of ways. You should write up the program for something like

if x*=4 or 6 then start programed named (insert program name and or script for locating, starting, and plugging in the numbers in the scenario.)

I know that is waaay off from any program language but I tried to be generic with how I defined it. I am not a programmer and I hate programming.

I don't understand why you have to first calculate the mean value of two different numbers.

here is a random number generator that is similar to the program you described.
http://www.mdani.demon.co.uk/para/random.htm

*x= the mean that equaled 4 or 6.


__________________

Old Post Jan 17th, 2008 08:58 PM
dadudemon is currently offline Click here to Send dadudemon a Private Message Find more posts by dadudemon Edit/Delete Message Reply w/Quote Quick Quote
Mindship
Snap out of it.

Gender: Male
Location: Yon

Creating a Quantum Superposition

quote: (post)
Originally posted by DigiMark007
I want to do it. But I may need some help. Specifically, computer programming.

I have some basic programming knowledge, and what I wish to attempt is basic enough that any programming language could easily accommodate it. I'm planning on writing the code myself (probably something basic like Pascal) but it's the format of the program that's vexing me.

...

Now some quantum info:

A quantum superposition is when there is precisely (precisely) 50% chance of two different outcomes occurring, and no incentive for one or the other to occur. Until the system is compromised or it is observed (which would compromise it) it is literally in both states. Anyone familiar with Schrodinger's cat will recognize this scenario.

And no, it's not that we don't know what it is until we observe it, but it's definitely one or the other. It literally acts as both simultaneously until the quantum position collapses. The act of observation "decides" which of the two it is. Studies have been able to show particles acting in two different ways until the quantum position collapses, so this is observed, not simply theorized.

...

So my program. Here's the scenario:

You enter two numbers, and the computer generates either a 4 or a 6. It has to be one of these two numbers, and can be nothing else. Which one it is is determined by your input. Say you enter 5 and 9. It take the mean (average) and whichever number is closest is displayed. In this case the mean is 7, so the computer would display a 6.

But say you enter a 4 and a 6, or two 5's, or -12 and 22. The mean is 5. But the computer has to output a 4 or a 6.

But any program I have conceived would output some sort of error message. I can't figure out a way that it by-passes the indecision without altering the 50/50 nature of the test. Maybe it's that my programming is rusty, or I'm assuming an error message (I have yet to actually write the code for it), but I'll doubtless have some hoops to jump through.

...

Thoughts? Help? I want this to be my "cat," and it's tantalizingly close.

Wouldn't this be easier? Flip a quarter into a box and don't look.


__________________

Shinier than a speeding bullet.

Old Post Jan 17th, 2008 09:02 PM
Mindship is currently offline Click here to Send Mindship a Private Message Find more posts by Mindship Edit/Delete Message Reply w/Quote Quick Quote
Shakyamunison
Nam Myoho Renge Kyo

Gender: Male
Location: Southern Oregon, Looking at you.

quote: (post)
Originally posted by Bardock42
Explain to me what you meant when you said "It will not work because we have already compromise it by thinking about making it.", please.


I just did... roll eyes (sarcastic)


__________________
I play guitar, sing & write songs. Listen to my music HERE.

Old Post Jan 17th, 2008 09:04 PM
Shakyamunison is currently offline Click here to Send Shakyamunison a Private Message Find more posts by Shakyamunison Edit/Delete Message Reply w/Quote Quick Quote
Newjak
I am Beyond Power

Gender: Male
Location: United States

Re: Creating a Quantum Superposition

quote: (post)
Originally posted by DigiMark007
I want to do it. But I may need some help. Specifically, computer programming.

I have some basic programming knowledge, and what I wish to attempt is basic enough that any programming language could easily accommodate it. I'm planning on writing the code myself (probably something basic like Pascal) but it's the format of the program that's vexing me.

...

Now some quantum info:

A quantum superposition is when there is precisely (precisely) 50% chance of two different outcomes occurring, and no incentive for one or the other to occur. Until the system is compromised or it is observed (which would compromise it) it is literally in both states. Anyone familiar with Schrodinger's cat will recognize this scenario.

And no, it's not that we don't know what it is until we observe it, but it's definitely one or the other. It literally acts as both simultaneously until the quantum position collapses. The act of observation "decides" which of the two it is. Studies have been able to show particles acting in two different ways until the quantum position collapses, so this is observed, not simply theorized.

...

So my program. Here's the scenario:

You enter two numbers, and the computer generates either a 4 or a 6. It has to be one of these two numbers, and can be nothing else. Which one it is is determined by your input. Say you enter 5 and 9. It take the mean (average) and whichever number is closest is displayed. In this case the mean is 7, so the computer would display a 6.

But say you enter a 4 and a 6, or two 5's, or -12 and 22. The mean is 5. But the computer has to output a 4 or a 6.

But any program I have conceived would output some sort of error message. I can't figure out a way that it by-passes the indecision without altering the 50/50 nature of the test. Maybe it's that my programming is rusty, or I'm assuming an error message (I have yet to actually write the code for it), but I'll doubtless have some hoops to jump through.

...

Thoughts? Help? I want this to be my "cat," and it's tantalizingly close.
Ok if I get what you are saying is that you want the computer to random generate numbers based on the mean, but when the mean falls precisely inbetween the two outcomes you want it to pick a certain number randomly as its desired choice? And you want this to happen with out any bias from yourself.


Not gonna happen even the Random Function in and of itself isn't truly random. In computer programing everything comes back to two possible outcomes being used to code for something else by creating sequences of Ons and Offs.

Therefore any program you right that chooses one or the other will always be decided by yourself or the sequence leadin up to it.


Or let me put it this way.

You would to right it like this:

If X becomes Exact Number Inbetween 4 and 6

Then Random(4, 6)

Outcome equals decision of random sequence.

There can never be a none decision made left to the computer.


Now what you can do is except that it may simulate what you want on some high probability level. Essentially a simulated coin flip if you will. It's not exactly what you want but if something is illogically capable of being understood then the computer can not help you do it.


__________________

Old Post Jan 17th, 2008 09:15 PM
Newjak is currently offline Click here to Send Newjak a Private Message Find more posts by Newjak Edit/Delete Message Reply w/Quote Quick Quote
All times are UTC. The time now is 12:10 PM.
Pages (3): [1] 2 3 »   Last Thread   Next Thread

Home » Community » General Discussion Forum » Philosophy Forum » Creating a Quantum Superposition

Email this Page
Subscribe to this Thread
   Post New Thread  Post A Reply

Forum Jump:
Search by user:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON

Text-only version
 

< - KillerMovies.com - Forum Archive - Forum Rules >


© Copyright 2000-2006, KillerMovies.com. All Rights Reserved.
Powered by: vBulletin, copyright ©2000-2006, Jelsoft Enterprises Limited.