finesse.gaussian.BeamParam.mismatch¶
- static BeamParam.mismatch(q1, q2)[source]¶
Computes the mode mismatch via an alternate form of , where is the overlap (see
BeamParam.overlap()
).This method is less susceptible to floating point errors than simply for very small mismatches. The exact form of the quantity computed is,
The return value is , where 0 implies full mode matching and 1 indicates complete mode mismatch.
- Parameters
- Returns
- mismatchfloat, array-like,
Symbol
The mismatch between q1 and q2 as defined above.
- mismatchfloat, array-like,