Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simbilod/optio
Sample scripts to perform 2D grating coupler simulation using the open-source FDTD software MEEP
https://github.com/simbilod/optio
Last synced: 3 months ago
JSON representation
Sample scripts to perform 2D grating coupler simulation using the open-source FDTD software MEEP
- Host: GitHub
- URL: https://github.com/simbilod/optio
- Owner: simbilod
- License: mit
- Created: 2021-09-10T14:09:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-10T15:05:41.000Z (over 2 years ago)
- Last Synced: 2024-08-08T07:11:16.631Z (5 months ago)
- Language: Python
- Homepage:
- Size: 20 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_photonics - grating coupler example
README
# optio
Open-source simulation and optimization of OPTical IO to integrated photonic chips through MEEP and MPB [1,2]. Currently supports 2D simulations of grating couplers as referenced in [3,4].
## TODO
* Usage documentation
* Unittests w/ quantitative comparison to benchmark
* Material dispersion
* Improve parameter sweep interface
* Add optimization (NLopt)
* Clean up## References
- [1] https://github.com/NanoComp/meep
- [2] http://www.simpetus.com/projects.html#meep_outcoupler
- [3] Wang, Y., Flueckiger, J., Lin, C., & Chrostowski, L. (2013). Universal grating coupler design. Photonics North 2013. SPIE. doi: 10.1117/12.2042185
- [4] Chrostowski, L., & Hochberg, M. (2015). Optical I/O. Silicon Photonics Design: From Devices to Systems. Cambridge University Press. doi: 10.1017/CBO9781316084168.006
- [5] https://support.lumerical.com/hc/en-us/articles/360042305334-Grating-coupler## Acknowledgements
* Simon Bilodeau: maintainer
* Joaquin Matres Abril: packagification, basic sweeping and plotting routines