10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 18:05:59 +02:00
This commit is contained in:
Anthony Scemama 2018-05-23 13:48:42 +02:00
parent e09660ad34
commit bac9f32df1

View File

@ -352,7 +352,7 @@ end function
!
! gen_per_cp : number of generators per checkpoint
END_DOC
comb_teeth = min(1+N_det/10,64)
comb_teeth = min(1+N_det/10,10)
N_cps_max = 16
gen_per_cp = (N_det_generators / N_cps_max) + 1
END_PROVIDER