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

I believe the time step stability condition [here](https://github.com/flexcompute/tidy3d/blob/3ee34904eb6687a86a5fb3f4ed6d3295c228cd83/tidy3d/components/simulation.py#L2927) can be relaxed to only sum over `dl`-s that are not along 0-size dims. In other words, e.g. for 2D sims only...

Added the ability for Transformed/GeometryGroup/ClipOperation geometries to be composed of 2D materials. Solves [issue 576](https://github.com/flexcompute/tidy3d-core/issues/576)

improvement
awaiting backend

Sometimes in the fitter, the poles move close to the input freqs. When they move too close, the response function is invalid and the fitter errors. This PR keeps them...

rc2
2.7

…ization using joblib for the local mode solver, and added new functions for unit testing. Since there was some mix up between `develop` branch and `pre/2.7` when I rebased, I...

If an array with repeated coords is provided, `interp` produces an error. There may also be other cases in which `interp` doesn't work. I think we should make sure that...

2.7

The goal of this task is to sync up the implementation between the API and the GUI in terms of a future `TaskManager` implementation. As far as I appreciate the...

3.0

I wasn't exactly sure how to specify the joblib dependency, just put it in the core dependencies for now.

2.7

When a simulation is not 0D along a given dimension, but a mode source or mode monitor only has a single pixel along that dimension, something is wrong with the...

2.7

When a source or monitor is 0D along some dimension and is exactly at the simulation domain edge (or within some small tolerance) along that dimension, the injected/recorded fields can...

2.7

**Describe the bug** Validation for zero-area triangles in `TriangleMesh` is overly strict. **To Reproduce** Steps to reproduce the behavior: In the [STLImport notebook](https://docs.flexcompute.com/projects/tidy3d/en/latest/notebooks/STLImport.html), in cell [2], a box is imported...

rc2
2.7