-
Notifications
You must be signed in to change notification settings - Fork 33
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
Calculation of effective mode area or nonlinear coefficent #106
Comments
Hi, with the definition of the effective mode area Have you an example or a piece of code you are interested in? :) |
Sounds good! Would be best to have some paper which reports a value which we can reproduce :) |
Hi I am trying to replicate the result of figure 1b and c from this paper So far I have code the following scipt, which define the waveguide geometry and plot the n_eff vs width diagram. (I have tried to implement the method of calculate_effetive_mode myself but it doesn't work). It would be great if it can be implemented, Thanks! :)
|
Yay, looks great! :) Could you make a pull-request that adds your example to the docs? Using https://automeris.io/WebPlotDigitizer/ we can also extract their data from the paper to have it in the docs too as a benchmark :) All those definitions for the effective area area a bit confusing and https://opg.optica.org/ol/fulltext.cfm?uri=ol-39-15-4396&id=296216 gives even another formula for the effective area :/ |
Yes sure! I will make the pull-request as soon as I add the documentation in the code. For the effective areaa, it would be great to nhave mutiple formula for comparsion, but the main one that is used for my stimulation will probably be the formula mentioned by @lucasgrjn.
|
👍 sounds good! Hmm, that formula seems to me only adequate for fibers as it doesn't take into account what portion of the material is nonlinear 🤔 I'd be careful using that for nonlinear effects in waveguides Whatever, having multiple formulas and comparing them to literature will probably be the best :) |
The example is pretty good! We can also exploit the other data of the original paper? I see the following that may add value to the doc:
Any thoughts @HelgeGehring @elizaleung830 ? |
Sounds like a great plan! |
Sounds great to me as well! I am not very familiar with implementing the equation, but i more than happy to help with reproducing figure 2 and 3 or data from other paper! |
@elizaleung830 Perfect! I will take a look in the equations while you investigate the figures then :) |
Hey @elizaleung830 |
@lucasgrjn thanks! I just merged the PR 🥳 @elizaleung830 I've also added the integrals needed for (1) and (3) - could you add the benchmarks to the paper again? 😃 We should now have everything to reproduce the whole paper, right? :) |
@elizaleung830 Thanks, amazing PR! I think what's left now is to understand better whats happening for widths < 250nm, my guess would be that two modes are crossing around there and we stick to the wrong one, that they have a different amount of air around 🤔 for the lowest confinement modes that would matter most, or that they just use different boundary conditions. |
Does it support the calculation of effective mode area or nonlinear coefficent of waveguide? I find the equation effective area in the maxwell.md but i can't find it in the example.
Thanks in advance.
The text was updated successfully, but these errors were encountered: