Simulating Fields in Imported Geometry #3133
Unanswered
dinelanthony
asked this question in
Q&A
Replies: 0 comments
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.
-
I am building some devices using GDSFactory and importing them to MEEP to measure their performance. After a while I was finally able to properly import the gds file, but when I set up a simple simulation and run sim.run(until=2), my code hangs indefinitely.
I saw in a previous post that it could be that my code is trying to load too large of a geometry into memory but the simulation is 2D and relatively small.
Code to recreate the issue:
Where coupler_full_test_test.gds was created using:
I feel like I am missing something very simple but I can't seem to find it.
Beta Was this translation helpful? Give feedback.
All reactions