"@BATCH SIZE" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "*When creating a file to store surviving photon data. Create a new storage file while the saved data reach BATCH_SIZE number. *Is store as '''BATCH_SIZE''' in the fo...")
 
行 8: 行 8:
 
Which means that every file saving surviving photon data can save 10000 data.
 
Which means that every file saving surviving photon data can save 10000 data.
   
Note: The data is save at the file name 'PM_1_PHASE_NEW_1.txt'. As '2 13001 T' (photon ID/time receive/whether surviving)
+
Note: The data is save at the file name 'PM_1_PHASE_NEW_1.txt'. As '2 13001 T' (photon ID/time receive/whether surviving)

於 2024年9月4日 (三) 13:07 的修訂

  • When creating a file to store surviving photon data. Create a new storage file while the saved data reach BATCH_SIZE number.
  • Is store as BATCH_SIZE in the fortran code.

example

@BATCH_SIZE
10000

Which means that every file saving surviving photon data can save 10000 data.

Note: The data is save at the file name 'PM_1_PHASE_NEW_1.txt'. As '2 13001 T' (photon ID/time receive/whether surviving)