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

Just thought to write a list of depreciated commands we need to update throughout the frontend - [ ] All the `typing.List`, `typing.Tuple`, etc. need to be updated to standard...

packaging

Seems better to just allow `JaxSimulation` to export simulation directly rather than making the user convert to a regular `Simulation` first. ```py # Convert the final adjoint simulation to a...

good first issue
adjoint

In the [docs page](https://docs.flexcompute.com/projects/tidy3d/en/latest/_autosummary/tidy3d.plugins.dispersion.FastDispersionFitter.html?highlight=from_url#tidy3d.plugins.dispersion.FastDispersionFitter.from_url) about the `from_url` class method, it lists an example page This page can not be open in the browser, nor does it work when using it...

Bug

Based on https://github.com/flexcompute/tidy3d/pull/1347#issuecomment-1877524811, We need to improve the way we test our package and compartmentalise tests for different envrionments. For example, we might want to run some tests with a...

A user was confused by the name `waist_sizes` in `AstigmaticGaussianBeam` and thought it meant diameter instead of radius. To clarify this, we can either enhance the API reference or change...

good first issue

Currently `eps_model` works for a list of frequencies in some cases, and not in others. I encountered this before as well, in fact I think I fixed it for anisotropic...