tidy3d
tidy3d copied to clipboard
Fast electromagnetic solver (FDTD) at scale.
When the objective function depends on: * the data from a single monitor * only a single non-frequency coordinate (eg only one `mode_index` or `direction`) We can implement the adjoint...
The Tidy3D notebooks environment is about to introduce a number of limits on script content in cell output as a security precaution. This conflicts with the way the `plot_3d` function...
Notebook PR: https://github.com/flexcompute/tidy3d-notebooks/pull/94 To Do list as of Mar 26 - [x] Finalize API - [x] Use API in tutorial notebook problem. - [x] Add all docstrings - [x] Add...
Different subclass for volumeric equivalence of Medium2D
Took a first stab at this. It's a bit messy and there are some edge cases but seems to work. We should discuss before I do anything more to it....
Addresses #1352 How do you all feel about this? 1. Used the name `.attrs`, because it follows the same [convention](https://docs.xarray.dev/en/stable/generated/xarray.DataArray.attrs.html) as `xarray`, `pandas`, maybe others. 2. `attrs` are dictionaries (mutable)...
- [x] sync to read the docs on the release is happening on the main branch, not the latest branch - [x] Improve the way the latest branch and develop...