tidy3d
tidy3d copied to clipboard
Fast electromagnetic solver (FDTD) at scale.
Moved all imports from: * `tidy3d/components/__init__.py` * `tidy3d/components/data/__init__.py` * `tidy3d/components/grid/__init__.py` To `tidy3d/__init__.py` Note: this fixes the circular import that happens when trying to import a data component (ie `FieldData`) into...
Running the linter, it complains that the `requests` calls don't have a timeout. Could we add these if applicable? For now, I disabled the `missing-timeout` in the `.pylintrc` file, so...
How could we add a launch button for binder and colab in the docs? See for example in [sax](https://flaport.github.io/sax/) https://jupyterbook.org/en/stable/interactive/launchbuttons.html
Input: field monitor data (need to be colocated (to center)) Output: Poynting vector
How can I do a mode overlap from the tidy3d modesolver? https://gdsfactory.github.io/gdsfactory/notebooks/plugins/tidy3d/01_tidy3d_modes.html#Bend-loss CC @momchil-flex @twhughes @flaport
Put deprecation warnings while importing package, suggesting users can pip install new version if they want and warning them that this version won't be updated.
- [ ] web.wait(task_id) - [ ] Job.wait() - [ ] Batch.wait()