"@INSERTION LOSS (BS)" 修訂間的差異
出自 DDCC TCAD TOOL Manual
行 1: | 行 1: | ||
− | [[Not currently in use.]]<br> |
||
− | |||
*The losses caused by external factors for beam splitter. |
*The losses caused by external factors for beam splitter. |
||
*Is store as '''insertion_loss''' in the fortran code. |
*Is store as '''insertion_loss''' in the fortran code. |
於 2024年9月22日 (日) 19:00 的最新修訂
- The losses caused by external factors for beam splitter.
- Is store as insertion_loss in the fortran code.
example
@INSERTION_LOSS 0.0
Which mean the external loss for beam splitter is 0.
Formula: prob = 10**(-(insertion_loss)/10.0)
If the RANDOM_NUMBER bigger then prob, the photon will regarded as death.