tidy3d.EMEOverlapDataset#
- class EMEOverlapDataset[source]#
Bases:
DatasetDataset storing overlaps between EME modes.
- Parameters:
O11 (EMEInterfaceSMatrixDataArray) – Overlap integral between E field and H field in the same cell.
O12 (EMEInterfaceSMatrixDataArray) – Overlap integral between E field on side 1 and H field on side 2.
O21 (EMEInterfaceSMatrixDataArray) – Overlap integral between E field on side 2 and H field on side 1.
Notes
Oijis the unconjugated overlap computed using the E field of celliand the H field of cellj.For consistency with
Sij,mode_index_outrefers to the mode index in celli, andmode_index_inrefers to the mode index in cellj.Attributes
- O11#
- O12#
- O21#