Photonic-Architecture-Laboratories / si-photonics-toolkit

Photonic Integrated Design Package
MIT License
11 stars 0 forks source link

standardize database implementation #16

Closed esmagden closed 2 years ago

esmagden commented 2 years ago

Let's remove all os.chdir stuff and rework how we access the database. It would be good to load the database once, and then just have n_eff and n_g read from that. We can do that in a new module called load_data.py.