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

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "Not currently in use.<br> *The losses caused by external factors for single photon detector. *Is store as '''insertion_loss''' in the fortran code. example @I...")
 
 
(未顯示同一使用者於中間所作的 2 次修訂)
行 1: 行 1:
[[Not currently in use.]]<br>
 
 
*The losses caused by external factors for single photon detector.If [[@SPD_NUM]] is larger then one, list them separated by ",".
 
*The losses caused by external factors for single photon detector.
 
 
*Is store as '''insertion_loss''' in the fortran code.
 
*Is store as '''insertion_loss''' in the fortran code.
   
行 8: 行 6:
 
0.0, 0.0
 
0.0, 0.0
   
Which mean the system has two single photon detector. And there external loss are 0.<br>
+
Which mean the system has two single photon detector. And their external loss are 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月23日 (一) 14:12 的最新修訂

  • The losses caused by external factors for single photon detector.If @SPD_NUM is larger then one, list them separated by ",".
  • Is store as insertion_loss in the fortran code.

example

@INSERTION_LOSS
0.0, 0.0

Which mean the system has two single photon detector. And their external loss are 0.

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