qkitgroup / qkit

Qkit framework
GNU General Public License v2.0
43 stars 46 forks source link

Updated Measure_td for unified use with old setup and also FPGA #25

Closed fr34q closed 6 years ago

fr34q commented 6 years ago

Example for measurement with FPGA (now possible with same Measure_td class):

exp = SinglePulse(qubit, pulse_length) # FPGA Experiment description
m = Measure_td(exp.readout) # specify custom readout instrument
# from now on use like you would with the old setup
m.set_x_parameters(...)
...
m.measure_1D()