3.3.2.11. A_FMM.Stack.get_T
- Stack.get_T(i: int, j: int, ordered: bool = True) float
Get transmission coefficient between modes.
- Parameters:
i (int) – Index of the source mode.
j (int) – Index of the target mode.
ordered (bool, optional) – If True, modes are ordered for decrasing effective index, otherwise the order is whatever is returned by the diagonalization routine. Defaults to True.
- Returns:
Transmission between the modes.
- Return type:
float