-
Notifications
You must be signed in to change notification settings - Fork 113
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
Multiple wavelength simulation #78
Comments
What you described should work. What do you mean by the Optimization process doesn't start? Are you able to successfully run with just one wavelength? Documentation-wise we have https://spins-b.readthedocs.io/en/latest/ as well as the examples you've probably seen under spins-b/examples/goos |
Did you solve your problem please? I have a similar question: how to set up multiple light sources incident in spins at the same time. |
The details depend on the simulator you want to use, but let's suppose you're using |
I am using goos library. How do I run simulation for multiple wavelengths on the same simulation space. I tried to create two variable sim1 and sim2, gave both of them same sim_space and epsilon. Defined independent objectives for each wavelength and then added them. On running the code, the simulation space is initiated but the Optimization process doesn't start. Any help how to resolve this?
Also is there a detailed documentation of spins-b available anywhere?
The text was updated successfully, but these errors were encountered: