-
In the recent meep paper in Figure 3. it says different minimum length scale filters were used to optimize the following devices. Where in the repo is the code that was used to produce this result? Alternatively, if the data isn't in the repo, then what filter function was used to enforce the minimum length constraint? For some context, I'm using the conic filter function to enforce an aspect ratio constraint, aka sidewalls should have a height : width ratio of 3:1, which corresponds to a radius parameter of 0.33... Does the conic filter also include minimum length filtering, or does another function fulfill that role? I'm asking because the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
I figured it out, after a few hours of searching. Conic filters can enforce minimum length scale constraints, but not aspect ratio constraints. Those I'll just have to implement as a parameter check before optimizations. |
Beta Was this translation helpful? Give feedback.
I figured it out, after a few hours of searching. Conic filters can enforce minimum length scale constraints, but not aspect ratio constraints. Those I'll just have to implement as a parameter check before optimizations.