"@INSERTION LOSS (PM)" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(已建立頁面,內容為 "*The losses caused by external factors for phase modulator. *Is store as '''insertion_loss''' in the fortran code. example @INSERTION_LOSS 2.5 Which mean the ext...") |
|||
行 8: | 行 8: | ||
Which mean the external loss for phase modulator is 2.5.<br> |
Which mean the external loss for phase modulator is 2.5.<br> |
||
− | Formula: prob = 10**(-(insertion_loss)/10.0) |
+ | Formula: prob = 10**(-(insertion_loss)/10.0)<br> |
If the RANDOM_NUMBER bigger then prob, the photon will regarded as death. |
If the RANDOM_NUMBER bigger then prob, the photon will regarded as death. |
於 2024年9月22日 (日) 18:57 的最新修訂
- The losses caused by external factors for phase modulator.
- Is store as insertion_loss in the fortran code.
example
@INSERTION_LOSS 2.5
Which mean the external loss for phase modulator is 2.5.
Formula: prob = 10**(-(insertion_loss)/10.0)
If the RANDOM_NUMBER bigger then prob, the photon will regarded as death.