Generating photons one at a time

This question is inspired by Building a photon counter for double slit experiment and is posted in this section of the forum because it has, so far as I know, nothing to do with Arduino.

The question is really for @alishvadsariya as s/he seems to be someone who might know the answer, although if anyone else knows please comment.

The double slit experiment: How on earth do you generate a single photon?

Thanks.

Do we should ask schroedingers-cat? :nerd_face:

We might not get an answer, it depends ................

I believe that the best way to think about the problem is to consider light intensity to be a measure of photons/second.

Any light source generates a bunch of them per second, so you use various techniques, like pinholes, partially silvered mirrors and neutral optical density filters to reduce the number/second until discrete events are detected. This all happens in a completely darkened chamber, of course.

Avalanche photodiodes have a significant probability (tens of percent) of detecting a single photon. Avalanche photodiodes, explained by RP Photonics Encyclopedia; APD, photon counting, Geiger mode, multiplication, photodetector

You're technically not generating a single photon. The purpose of the experiment is to prove that light is actually a wave.

This is the pattern you'll find when you pass light through a double slit:
1583453002808

This is the theoretical photon probability density:
download

So the point is to find the number of photons at different maxima and try to prove or disprove this probability density.

If your question was how does the machine generate a pulse for each of those photon? then the answer is that light travels in a "straight line" and the photon detector is so fast and powerful, that it detects each photon individually and sends out a pulse that is only 10ns wide.

I think you are missing the point. The purpose of the Young's slits experiment that you are trying to collect data from is as you describe.

A corollary experiment and one that is even more interesting is to see what happens when you block the light source down to a single photon at a time and aim it at the slits.

No, sorry, that's not my question. I can imagine how to detect individual photons, I cannot imagine how to generate them one at a time. @jremington has given me a pretty good answer but maybe if this is part of your studies you know more. My understanding of the double slit experiment is that even if you send the photons one at a time they still interfere with themselves, so show wave like properties, not particle like properties. I have no difficulty with the concept of the experiment but I cannot think how you could possibly build a light source that generates only one photon at a time, so my question is: how do you construct a light source that emits one photon at a time?

#include Light.h
Lightsource lamp;
void setup() {
lamp.begin();
}
void loop() {
lamp.emit(PHOTON, 1);
delay(1000);
}
1 Like

This doesn't go into detail, but it gives some clues: Harvard single photon

1 Like

I'm really wondering about the secret camera that the electrons can't know about.

I looked at the Harvard demonstration kit and the description and I am shocked. The basic demonstration is fine, all makes sense.

What does not make sense is the polarising filters that can be inserted to track which slit the electrons go through. If the filters as orthogonal to each other then of course there is no interference pattern, how can there be with polarisation at 90 degrees? This is so obvious I cannot understand why there is any debate about it. Adding the 45 degree filter will restore the pattern because the polarisation is now the same again for both slits.

Do I get a Nobel prize for physics?

A dim light, and a sh*t ton (or tonne if you've grown-out of Imperial) of ND filters?

I am afraid not, because:

"In Manchester my name is cursed, when he finds out I published first" :wink:

1 Like

I'm not familiar with photons, but I enjoyed watching this video.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.