"@INSERTION LOSS (MZI)" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "Not currently in use.<br> *The losses caused by external factors for MZI. *Is store as '''insertion_loss''' in the fortran code. example @INSERTION_LOSS 0.0...")
 
 
行 9: 行 9:
   
 
Which mean the external loss for MZI is 0.<br>
 
Which mean the external loss for MZI is 0.<br>
  +
  +
Formula: prob = 10**(-(insertion_loss)/10.0)<br>
  +
If the RANDOM_NUMBER bigger then prob, the photon will regarded as death.

於 2024年9月22日 (日) 18:59 的最新修訂

Not currently in use.

  • The losses caused by external factors for MZI.
  • Is store as insertion_loss in the fortran code.

example

@INSERTION_LOSS
0.0

Which mean the external loss for MZI is 0.

Formula: prob = 10**(-(insertion_loss)/10.0)
If the RANDOM_NUMBER bigger then prob, the photon will regarded as death.