tidy3d
tidy3d copied to clipboard
Fast electromagnetic solver (FDTD) at scale.
Currently, doctests are not executed by runners, which can lead to deterioration of our docstring examples over time. The main issue is that for some examples, doctests might be annoying...
Sorts out: - [x] Faster docs build - [ ] ~Full API representation~ Going through notebooks and adding common methods instead into custom_autosummary - [x] Reduces number of sphinx warnings...
Github bot will commit to PR rather than failing the PR commit
Hi @tylerflex , @caseyflex and I were chatting recently. I am writing this issue as a reference of our conversation before I forget this concept. We seemed happy with this...
Needs more tests
# Description When running Mode solver in GUI the log message "No sources in simulation" shows up. It is confusing for users as there is no need to include sources...
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...
Our `Batch` supports `estimate_cost()` and `delete()` to estimate the cost for the entire batch and delete the tasks in the batch. This prevents users from accidentally running large batches. Even...