[WIP] Resonator spectroscopy#90
Conversation
* Added ToAbs IQ data processing node. * Extended functionality of get_to_signal_processor.
|
@yaelbh Yes, I intend to complete this PR. Currently it is still blocked since pulse gates do not play nicely with acquire instructions. As far as I understand Lauren has been actively working on the pulse gate and acquire issue. |
|
This is so nice -- just by skimming the PR and cloning qiskit_experiments I was able to create a ResonatorSpectroscopy class to grab fyi these were my changes (probably needs to be QuantumCircuit(qubit, qubit), or something to avoid out of bounds errors) |
|
@lcapelluto yes the PR was originally written with schedules due to the pulse gate issue. The changes you suggest are the way to go. |
|
Should this be closed now that there is #583? |
|
Replaced by #583 |
Summary
This PR introduce an experiment to do resonator spectroscopy.
Details and comments
Resonator spectroscopy is done by sweeping the frequency of a pulse applied to the readout resonator. Since no discriminator is available (we don't even know the frequency of the resonator when doing this experiment) IQ data must be used. Furthermore, the IQ data may rotate in the IQ plane depending on the frequency of the readout pulse. Therefore, the standard
SVDnode cannot process the data and theToAbsnode is introduced.