https://github.com/gdsfactory/gplugins/blob/8d17039b85def945ed5acce1485909770ed742a7/gplugins/tidy3d/modes.py#L889 I don't understand why the mode overlap is being squared twice - once on append to `results` and then on `return`. Is this an oversight?
gplugins/gplugins/tidy3d/modes.py
Line 889 in 8d17039
I don't understand why the mode overlap is being squared twice - once on append to
resultsand then onreturn. Is this an oversight?