How do I add arbitary shapes to device #199
Replies: 1 comment 3 replies
|
Hello, you can do this in the following way:
For an example on how this can be done, look at the example script here: https://github.com/ymahlau/fdtdx/blob/main/examples/optimize_ceviche_corner.py In the script, the parameters are also automatically optimized which may or may not be necessary for your use case. Does this answer your question? If you encounter any problems please let me know |
3 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.
I would like to add arbitrary shapes in to simulate.
I can't seem to find a proper way to do this, as an example, a NumPy array or GDSII file. How can I turn this imported object into a device to attempt inverse design?
All reactions