Replies: 2 comments 3 replies
-
When optimisation is performed for different frequencies it seems like this can be simply implemented using the "frequencies" Args in: opt = mpa.OptimizationProblem( However this is not possible for the different polarisation states. Therefore, I believe this would need to be done by defining sources with difference components i.e. sourceEx = [mp.Source(mp.GaussianSource(fcen, fwidth=width), Then I'm not sure how to update mp.Simulation and the objective list and function. |
Beta Was this translation helpful? Give feedback.
-
In regards to performing optimisation for a coupler using an incident plane wave source with 2 different polarisation states I set up my simulation in the following way:
|
Beta Was this translation helpful? Give feedback.
-
Hi gang,
How do I perform topology optimisation of a vertical coupler attempting to maximise the coupling efficiency for an incident plane wave with two orthogonal polarisation states? i.e. Source_1 = Ex and Source_2 = Ey. (For 1 frequency only )
Thanks
Beta Was this translation helpful? Give feedback.
All reactions