Paul
Paul
I see. I thought this was a reset scheme, my bad. @alecandido Should probably take note of this when conditional logic is implemented in Qibolab pulse sequencing, which is probably...
@scarrazza By pulse simulator, do you mean something closer to QuTIP with pulses or using the qibo simulators with the adjustments for the chip topology?
I think that for "a feeling about the impact of noise", it might be more accurate to use the former @KuriFufu might have an idea for this
Test script ```python from qibolab.instruments.bluefors import FridgeLog folder_path = "/mnt/smb_share" bf = FridgeLog('bf_fridge', address=folder_path, channel_vacuum_can=1, channel_pumping_line=2, channel_compressor_outlet=3, channel_compressor_inlet=4, channel_mixture_tank=5, channel_venting_line=6, channel_50k_plate=1, channel_4k_plate=2, channel_magnet=None, channel_still=5, channel_mixing_chamber=6) print(bf.read_data()) ``` and output ```...
Ah sorry, was caught up in something and forgot to add comment From the previous dashboard meeting, trying to shoehorn and maintain a one-sized fit all solution for the fridge...