Error message : "RuntimeError: meep: Can only phase in similar sets of chunks: 1 vs 2" #3055
Unanswered
andrew-ueltd
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Basically you need to make sure that Meep discretizes the two structures in the same way. They should have the same materials, just with different values. If one of the conductivity values is 0.0, I would try changing it to something tiny like The "phase-in" feature hasn't been worked on for a long time and doesn't have much in the way of tests of documentation; I'd really like to replace it with something better: #207 |
Beta Was this translation helpful? Give feedback.
2 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.
-
Am getting the error message "RuntimeError: meep: Can only phase in similar sets of chunks: 1 vs 2" when trying to use "sim.fields.phase_in_material". The structure comprises two layers whose conductivity is changing as a function of time. Is there a list of error messages anywhere? This particular message incurs no hits on a google search. What does this one mean? Any help appreciated.
Beta Was this translation helpful? Give feedback.
All reactions