-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello there friends from Poke,
I was wondering if you have any suggestion on how should I set the incident electric field components for the case in where my polarization state is not initially described by Jones vectors.
I have the following optical system:
In this case, I have a point source embeded in some solid immersion lens. I have a lens to collect the light and another spherical surface to refocus the field.
For the case in where I want to model a point emitter that generates a linearly polarized field I can easly set this by using a jones vector in combination with the local coordinate axis vectors obtained from the double pole approach.
In this case, from the 2D jones vectors, I can compute the 3D vectors that represent my linearly polarized field distribution with components Ex, Ey and Ez.
After running the ray-tracing, I use the polarization ray-tracing routines to obtain the total polarization matrix of the system.
For this specific case, for the linearly polarized wave, the results that I obtain by doing
So far, everything good. However, in my "real" case, I have a general electric field distribution obtained from a FDTD simulation. Here, similarly, I also have
Here the "assumption" that I use is that I am evaluating the field at the far-field, meaning that I extract the field components over the surface of a sphere at a sufficiently large distance from the origin. In this regime, the field has the nice property that it's shape does not change and just the amplitude of the field scales as a function of the distance from the origin.
Based on this assumption, I also took these field components as the input to the polarization ray-tracing for a point source (Essentially what I assume is that for each ray traced through the system, the field components associated to these rays is just the far-field amplitude of each planewave which is described by
However, in this case, I am not getting the same results as in the first example (globally linearly polarized).
I was wondering if you had any idea on what could I do here? The
Thanks a lot for the comments!!