-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
experimentRelated to an individual protocolRelated to an individual protocol
Description
The current implementations of resonator spectroscopy, resonator punchout and qubit spectroscopy perform a scan around a central frequency. This frequency is determined from stored calibration parameters:
- spectroscopy:
bare_frequencyifpower_level='high'ordressed_frequencyifpower_level='low'fromcalibration.json - punchout: probe frequency from
parameters.json.
The documentation just mentions this as being the "readout frequency", so understanding what happens even requires looking at the code.
This introduces some issues:
- experiments used to determine frequencies depend on those same frequencies
- reduced flexibility: for example if the user is iterating and wants the center frequency to be in the middle between bare and dressed frequencies in a punchout experiment
- lack of transparency, see e.g. how the central frequency is determined for punchout.
proposed solution: take the central value or min/max range as input parameters.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
experimentRelated to an individual protocolRelated to an individual protocol