@@ -191,7 +191,7 @@ def run_respro(self):
191191
192192 RPseq = ResonatorProfileSequence (
193193 B = freq / gyro , freq = freq ,reptime = reptime ,averages = 10 ,shots = shots ,
194- pi2_pulse = p90 , pi_pulse = p180 , fwidth = fwidth , dtp = dtp ,
194+ pi2_pulse = p90 , pi_pulse = p180 , fwidth = fwidth , dtp = dtp ,tp_dim = 60
195195 )
196196
197197 self .interface .launch (RPseq ,savename = self .savename ("ResPro" ),)
@@ -453,8 +453,8 @@ def run_reptime_opt(self):
453453 freq = self .freq
454454 p90 , p180 = self .interface .tune_rectpulse (tp = self .tp , freq = freq , B = freq / self .gyro , reptime = reptime_guess ,shots = int (100 * self .noise_mode ))
455455
456- n_shots = int (np .max ([int (50 * self .noise_mode ),10 ]))
457- scan = ReptimeScan (B = freq / self .gyro , freq = freq ,reptime = reptime_guess , reptime_max = 12e3 , averages = 10 , shots = n_shots ,
456+ n_shots = int (np .max ([int (50 * self .noise_mode ),25 ]))
457+ scan = ReptimeScan (B = freq / self .gyro , freq = freq ,reptime = reptime_guess , start = 100 , reptime_max = 12e3 , averages = 10 , shots = n_shots ,
458458 pi2_pulse = p90 , pi_pulse = p180 )
459459 self .interface .launch (scan ,savename = f"{ self .samplename } _reptimescan" ,)
460460 self .interface .terminate_at (SNRCriteria (30 ),verbosity = 2 ,test_interval = self .test_interval )
0 commit comments