「@IM CONST MODE SW」:修訂間差異

出自DDCC TCAD TOOL Manual
跳至導覽 跳至搜尋
Sufei2留言 | 貢獻
已建立頁面,內容為 "*Determine whether to set a specific pulse intensity. If .TRUE. set intensity as @IM_SIGNAL_DECOY_RATIO. Used only when IM used. *Is store as '''IM_const_mode_sw..."
 
Sufei2留言 | 貢獻
無編輯摘要
第1行: 第1行:
*Determine whether to set a specific pulse intensity. If .TRUE. set intensity as [[@IM_SIGNAL_DECOY_RATIO]]. Used only when IM used.
*Determine whether to set a specific pulse intensity. If .TRUE. set intensity random as [[@IM_CONST_MODE]]. The randomness of the three intensity states in the decoy method is determined by [[@IM_SIGNAL_DECOY_RATIO]]. Used only when IM used.
*Is store as '''IM_const_mode_sw''' in the fortran code.
*Is store as '''IM_const_mode_sw''' in the fortran code.


第6行: 第6行:
  .TRUE.
  .TRUE.


Which means that the pulse intensity will set as [[@IM_SIGNAL_DECOY_RATIO]] define.
Which means that the pulse intensity will set as [[@IM_CONST_MODE]] randomly. The probabillity of three state is show at [[@IM_SIGNAL_DECOY_RATIO]]

於 2024年10月29日 (二) 16:36 的修訂

  • Determine whether to set a specific pulse intensity. If .TRUE. set intensity random as @IM_CONST_MODE. The randomness of the three intensity states in the decoy method is determined by @IM_SIGNAL_DECOY_RATIO. Used only when IM used.
  • Is store as IM_const_mode_sw in the fortran code.

example

@IM_CONST_MODE_SW
.TRUE.

Which means that the pulse intensity will set as @IM_CONST_MODE randomly. The probabillity of three state is show at @IM_SIGNAL_DECOY_RATIO