-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Informations
- Qiskit Experiments version:
- Python version:
- Operating system:
What is the current behavior?
In DbAnalysisResultV1 there is a required field called device_components, which defines the target components of the analysis (e.g. qubits or resonators). Currently all analysis classes just specify qubits even when they should be resonators.
Steps to reproduce the problem
What is the expected behavior?
Suggested solutions
Per @nkanazawa1989 :
some experiment, such as resonator spectroscopy #90, will need to put Resonator instead of Qubit.
We need to generalize definition the target element, i.e. from qubits to device component.
Otherwise frequency value measured by the resonator spectroscopy experiment will be shown as
qubit frequency in result db.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request