tidy3d
tidy3d copied to clipboard
Fast electromagnetic solver (FDTD) at scale.
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...
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...
`ArrayLike` types dont work as expected. We should define some consistent behavior or just figure out how to validate numpy arrays properly,
- [ ] `.surfaces` logic regarding `_normal_index`. - [ ] Some of the source logic regarding `_dir_vec`. - [ ] Monitor time mesh generation. - [ ] `PolySlab` operations are...
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...
Fixes (5) in https://flow360.atlassian.net/browse/SCEM-5706
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