Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send in a pulse of light, not a pulse of voltage #5

Open
apt1002 opened this issue Jan 17, 2024 · 0 comments
Open

Send in a pulse of light, not a pulse of voltage #5

apt1002 opened this issue Jan 17, 2024 · 0 comments

Comments

@apt1002
Copy link

apt1002 commented Jan 17, 2024

I confess I haven't run the code, but I did read it, and I noticed this:

def original_electric_field(t, y):
    #return plane_wave(t, y, angular_frequency)
    return gaussian(t, y)

This describes a short voltage pulse, centred on frequency zero. However, what you actually want to model is a pulse of light, centred on a non-zero frequency. I think you need to multiply the Gaussian by the plane wave.

I haven't tried it, sorry. Maybe I have misunderstood.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant