Replies: 1 comment
-
|
Could there be some kind of alignment issue? If we are assuming Si is normal to your monitor the Ex and Ey, shouldn't their profiles be identical for circular polarization? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to set up an oblique plane wave in 3D with arbitrary polarisation. I've read the relevant discussions:
but I'm dissatisfied with the results and suspect that I'm missing something fundamental.
In the following example (code attached below), I have a plane wave propagating along
siwith circular polarization. Using the rotation matrixR, I can transform back the electric field into the wave's rotated frame of reference where I would expectEz = 0everywhere in the cell. Instead, there's a large portion of the cell whereEzis not negligible.Should I not expect to zero out
Ezin the wave frame of reference (sialigned to z)? Or am I misunderstanding howamp_funcshould be used?rotate_plane_wave.py
Beta Was this translation helpful? Give feedback.
All reactions