gds_fdtd.solvers.tidy3d

gds_fdtd simulation toolbox.

Tidy3DSolver: the tidy3d (>=2.11) adapter on the Phase-3 Solver contract. Scene construction runs inside build() via the internal _tidy3d_engine module; the constructor stays pure per the contract, and run() is the only method that talks to the tidy3d cloud.

Functions

plot_tidy3d_fields(modeler_data[, axis, ...])

Plot |E|² of the '{axis}_field' monitor from a ModalComponentModelerData.

probe_tidy3d()

None if tidy3d is importable, else the reason it isn't.

Classes

Tidy3DSolver(component, technology[, spec, ...])

Tidy3D cloud FDTD adapter (tier: full-service, execution: cloud).