-
Notifications
You must be signed in to change notification settings - Fork 27
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
Simulating a large step-index fibre #372
Comments
Hi, Could you put the whole script in here so we can reproduce this error? You must have changed the wavelength limits on the grid and the Thanks. |
Here it is:
|
So far I've traced the problem to the fact that for such short wavelengths, one of the |
Hi Chris and John,
I'm new to Julia (so apologies in advance for any rookie errors!) and I want to use Luna to simulate a solid-core step-index fibre that is very large with a very short pulse in the UV. These lead to quite a large number of allowed modes.
When I modify the
step_modeAvg_env.jl
file to update these parameters. It gives me the errorERROR: DomainError with no non-zero initial points found.:
. I tracked this down to an issue with thefindneff
function. I've been gradually playing with the parameters to try and work out where the error comes in and it seems to occur when doing something which will increase the number of modes in the fibre by a large amount. Is this a limitation from having too many modes or is there a way around this?Any advice is greatly appreciated.
Thanks,
Oliver
The text was updated successfully, but these errors were encountered: