tidy3d icon indicating copy to clipboard operation
tidy3d copied to clipboard

Fast electromagnetic solver (FDTD) at scale.

Results 281 tidy3d issues
Sort by recently updated
recently updated
newest added

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...

2.0

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

feature

Input: field monitor data (need to be colocated (to center)) Output: Poynting vector

feature

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

feature

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.

improvement