Skip to content

Use correct target device components #171

@jyu00

Description

@jyu00

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions