tidy3d.plugins.adjoint.JaxPermittivityDataset#

class JaxPermittivityDataset[source]#

Bases: PermittivityDataset, JaxObject

A PermittivityDataset registered with jax.

Parameters:
  • eps_xx (JaxDataArray) – Spatial distribution of the xx-component of the relative permittivity.

  • eps_yy (JaxDataArray) – Spatial distribution of the yy-component of the relative permittivity.

  • eps_zz (JaxDataArray) – Spatial distribution of the zz-component of the relative permittivity.

Attributes

Methods

Inherited Common Usage

eps_xx#
eps_yy#
eps_zz#
__hash__()#

Hash method.