weiliangjin2021
weiliangjin2021
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
Different subclass for volumeric equivalence of Medium2D
The code to reproduce the error: ``` import numpy as np from tidy3d.plugins.dispersion import FastDispersionFitter N = 2 wvl_um = np.linspace(0.5, 0.6, N) n_data = np.ones(N) * 2 k_data =...
The docstrings are yet to be written. Before that, it'll be good to see if the new API looks reasonable. One question: - For dielectric materials, it's always worse to...
Here is a draft on SIBC just to give more context on https://github.com/flexcompute/tidy3d/pull/1773 and hopefully be helpful in making decisions on how to structure the code. In this draft, I...