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

Basically, create a document explaining the various types of Tidy3D objects that exist and how they interact. For example: `Dataset` objects can be imported into `Source` and other objects, but...

documentation

The dispersion fitter and the web-based fitter both have a good amount of untested code. Let's try to increase the test coverage. See #516 for more details. And for mocking...

testing

`ArrayLike` types dont work as expected. We should define some consistent behavior or just figure out how to validate numpy arrays properly,

improvement

- [ ] `.surfaces` logic regarding `_normal_index`. - [ ] Some of the source logic regarding `_dir_vec`. - [ ] Monitor time mesh generation. - [ ] `PolySlab` operations are...

improvement

When doing parameter scans, especially with large simulation tasks like those that use CustomMediums, it takes a pretty long time to create/upload the task, and then sequentially download it. Could...

3.0

Fixes (5) in https://flow360.atlassian.net/browse/SCEM-5706

2.7

I think a major disadvantage of our immutability choice is that it is quite tedious to update fields deeply nested within components. For example, say I want to update the...

Resolves https://github.com/flexcompute/tidy3d/issues/1373 - Add is_spatially_uniform property to materials - Add is_uniform property to data array and unstructured dataset