Replies: 2 comments
-
Is the field diverging? Sometimes we've observed an instability arising when multiple mirror symmetry planes are combined in 3d, IIRC. See #132 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not sure this addresses your stated problem, but I noticed that your symmetries seem potentially problematic. You have both phases as 1, but shouldn't one of the phases be -1? see this example for instance, where the electric field component is along the Z axis (propagating along X) and the symmetries are set as: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I designed a model involving mirror symmetry along the XY axes:
With Bloch-periodic boundaries in the XY directions:
k_point = mp.Vector3(0, 0, 0)
And metallic boundaries in the Z direction:
However, I found that after adding the metallic boundaries, the mirror symmetry conditions no longer work. Specifically, the runtime increased by about four times, and the observed output electric field indicates that only one-quarter of the structure is being simulated.
I would appreciate any insights or solutions.
Beta Was this translation helpful? Give feedback.
All reactions