tidy3d.plugins.adjoint.JaxAnisotropicMedium#
- class JaxAnisotropicMedium[source]#
Bases:
AnisotropicMedium
,AbstractJaxMedium
A
Medium
registered with jax.- Parameters:
name (Attribute:
name
) βType
Optional[str]
Default
= None
Description
Optional unique name for medium.
frequency_range (Attribute:
frequency_range
) βType
Optional[Tuple[float, float]]
Default
= None
Units
(Hz, Hz)
Description
Optional range of validity for the medium.
allow_gain (Attribute:
allow_gain
) βType
Optional[bool]
Default
= None
Description
This field is ignored. Please set
allow_gain
in each componentnonlinear_spec (Attribute:
nonlinear_spec
) βType
Union[NonlinearSpec, NonlinearSusceptibility]
Default
= None
Description
Nonlinear spec applied on top of the base medium properties.
modulation_spec (Attribute:
modulation_spec
) βType
Optional[ModulationSpec]
Default
= None
Description
Modulation spec applied on top of the base medium properties.
heat_spec (Attribute:
heat_spec
) βType
Union[FluidSpec, SolidSpec, NoneType]
Default
= None
Description
Specification of the medium heat properties. They are used for solving the heat equation via the
HeatSimulation
interface. Such simulations can be used for investigating the influence of heat propagation on the properties of optical systems. Once the temperature distribution in the system is found usingHeatSimulation
object,Simulation.perturbed_mediums_copy()
can be used to convert mediums with perturbation models defined into spatially dependent custom mediums. Otherwise, theheat_spec
does not directly affect the running of an opticalSimulation
.xx (Attribute:
xx
) βType
JaxMedium
Default
Description
Medium describing the xx-component of the diagonal permittivity tensor.
yy (Attribute:
yy
) βType
JaxMedium
Default
Description
Medium describing the yy-component of the diagonal permittivity tensor.
zz (Attribute:
zz
) βType
JaxMedium
Default
Description
Medium describing the zz-component of the diagonal permittivity tensor.
Attributes
Methods
store_vjp
(grad_data_fwd,Β grad_data_adj,Β ...)Returns the gradient of the medium parameters given forward and adjoint field data.
- xx#
- yy#
- zz#
- store_vjp(grad_data_fwd, grad_data_adj, sim_bounds, wvl_mat, inside_fn)[source]#
Returns the gradient of the medium parameters given forward and adjoint field data.
- __hash__()#
Hash method.