-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eigenmode sources for Hz polarization #14
Comments
Hi, @ianwilliamson @twhughes I implemented a very rough hz waveguide mode calculation (https://github.com/rickyim/ceviche/blob/master/tmps/hz_mode_test.py). But the resulting mode profile does not evanescently decay in the low index medium as expected. It would be of great help if you could point out what might be wrong with the code. Thanks in advance! |
There are many eigenmodes of the system, most of those will be non-physical. So it takes some effort to find the guided modes you're looking for. The |
Thank you!@twhughes I get it fixed by changing the |
Unitless. As in your code
…On Sat, Apr 18, 2020, 9:24 PM Rickyim ***@***.***> wrote:
Thank ***@***.*** <https://github.com/twhughes> When you say the sigma
parameter should be around the core index, what is the scale of the matrix
A ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLIFNKVBECHVZVGWVDRBFLRNJHEJANCNFSM4JL25Y7A>
.
|
We should implement Hz in the main codebase eventually |
Currently
get_modes()
andinsert_modes()
only support the Ez polarization. The calculation should be extended with a user toggle to select either the Hz or the Ez polarization.The text was updated successfully, but these errors were encountered: