Tyler Hughes

Results 185 comments of Tyler Hughes

What's the status of this PR? is it for 2.7? @QimingFlex @weiliangjin2021

Ok, for now I'll tag it for 2.8 and mark as a draft just to focus on the PRs that are in their final stages.

Maybe one way to do this while still being rigorous could be to consider a method that returns the polarization of a medium as a function of `FieldData` or `FieldTimeData`?...

in principle this is what the `Simulation.shutoff` parameter does. But maybe there can be some setting in `Simulation.run_time` eg if `Simulation.run_time=None`, then we just run until shutoff is achieved? I...

What I always found confusing was why do the checking every "x"% of the total run time, instead of every "n" time steps (for example). I assume the former is...

See the issue in pydantic [here](https://github.com/pydantic/pydantic/issues/6909#issuecomment-1654587355)

Hi @mbyrnepr2 thanks for taking a look at this. > Neither of these lines are triggering the Pylint message; that is happening on this line: > `return self.obj_a.field_a` Yea this...

yea for the earlier pydantic version, remove the `v1` and It should work. (`pydantic.v1` is just a way to import pydantic 1.* features from 2.*)

@xin-flex @lei-flex do you have thoughts on this? with browser based python hosting, does binder become irrelevant? or should we still work on this?

`tidy3d` on PyPI now points to the new version so closing this.