"@BATCH SIZE" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
 
行 1: 行 1:
*When creating a file to store surviving photon data. Create a new storage file while the saved data reach BATCH_SIZE number.
+
*When creating a file to store photon information sent by Alice. Create a new storage file while the saved data reach BATCH_SIZE number.
 
*Is store as '''BATCH_SIZE''' in the fortran code.
 
*Is store as '''BATCH_SIZE''' in the fortran code.
   
行 6: 行 6:
 
10000
 
10000
   
Which means that every file saving surviving photon data can save 10000 data.
+
Which means that every file saving photon information sent by Alice can save 10000 data.
   
 
Note: The data is save at the file name 'PM_1_PHASE_NEW_1.txt'. (As photon ID/time receive/whether surviving)
 
Note: The data is save at the file name 'PM_1_PHASE_NEW_1.txt'. (As photon ID/time receive/whether surviving)

於 2024年10月20日 (日) 14:34 的最新修訂

  • When creating a file to store photon information sent by Alice. 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 photon information sent by Alice can save 10000 data.

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