tidy3d.components.data.dataset.ElectromagneticFieldDataset#

class ElectromagneticFieldDataset[source]#

Bases: AbstractFieldDataset, ABC

Stores a collection of E and H fields with x, y, z components.

Parameters:

Attributes

field_components

Maps the field components to their associated data.

grid_locations

Maps field components to the string key of their grid locations on the yee lattice.

symmetry_eigenvalues

Maps field components to their (positive) symmetry eigenvalues.

Ex

Ey

Ez

Hx

Hy

Hz

Ex#
Ey#
Ez#
Hx#
Hy#
Hz#
property field_components#

Maps the field components to their associated data.

property grid_locations#

Maps field components to the string key of their grid locations on the yee lattice.

property symmetry_eigenvalues#

Maps field components to their (positive) symmetry eigenvalues.