Symmetries - geometry outside cell reflected #2937
Unanswered
Olav-Schiess
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
-
I'm modelling an unitcell of a structured thinfilm with mirror symmetries on the boundaries:
symmetries = [mp.Mirror(mp.X, phase=-1), # Odd symmetry in X
mp.Mirror(mp.Y, phase=1)] # Even symmetry in Y
This is how one unitcell of the structure looks.
I'm trying to reduce the simulational domain of the periodic structure even more. The unitcell has fourfold symmetries (paper) and I'm thus wondering whether it is possible to enforce C4 symmetry within the unitcell while keeping my mirror symmetries on the unitcell boundaries?
Beta Was this translation helpful? Give feedback.
All reactions