There is one in Schrödinger's thought experiment
Cat and an unstable atomic nucleus in a closed box.
The atomic nucleus decays with a certain probability within a certain period of time. The decay dissolves by means of
A Geiger counter causes the release of poison gas, which kills the cat.
the cat has a state of superposition.
she is alive and dead until you make a closer
observation and look into the box.
original experiment showed a wave function
a lightpulse or a point shaped electron
hits a fluorescent screen. but you cant say
where the lightwave electron exactly hits the screen
in same both status of superpisition until you took an exact measure where the lightpuls or
lightwave exists at that moment
I have Made this little example for the Cat Paradoxon true or false alive or dead ..
Simple example for Testing true or false
Code: Select all
' simple example for schroedinger's cat experiment
' about physic and quantenmechanic
'
Dim i As integer,a As Integer
Dim s As string
Randomize TIMER
Print "Quantum Condition Simulation"
Print "-----------------------------"
Print "Press any key to observe the condition..."
Do
cls
Print "Observing the condition..."
FOR i = 1 TO 5
Print "."
SLEEP 500
NEXT i
IF Rnd > 0.5 THEN
Print "The condition is True."
ELSE
Print "The condition is False."
END IF
Print "Press any key to observe again or 'Q' to exit."
a=getkey
s=lcase (Chr(a),1)
if s="q" then
exit do
end if
loop until inkey = CHR(27)
print "press key to continue or q to exit"
cls
End
Sleep
https://de.m.wikipedia.org/wiki/Schr%C3%B6dingers_Katze