tidy3d.EMEStageInterfaceOverlap#
- class EMEStageInterfaceOverlap[source]#
Bases:
Tidy3dBaseModelCross-cell overlap for one EME interface.
- Parameters:
cell_index (NonNegativeInt) – Left cell index. Kept as
cell_indexfor parity with the per-cell stage types; together withright_cell_indexit fully identifies the interface.right_cell_index (NonNegativeInt) – Right cell index. Under
EMEPeriodicitySweepthe same left cell can appear in multiple pairs (e.g.(5, 1)and(5, 6)), so both endpoints are stamped explicitly to keep the interface self-identifying across HDF5 round-trips.O12 (EMESMatrixDataArray) – Cross-overlap from left cell modes to right cell modes.
O21 (EMESMatrixDataArray) – Cross-overlap from right cell modes to left cell modes.
Attributes
- cell_index#
- right_cell_index#
- O12#
- O21#