Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Processor spec instrument serialization only works with string labels not integer labels #516

Open
pcwysoc opened this issue Dec 16, 2024 · 0 comments
Assignees
Labels
bug A bug or regression
Milestone

Comments

@pcwysoc
Copy link

pcwysoc commented Dec 16, 2024

Processor spec quantum instrument serialization only works with string labels (e.g., 'Q0') and not integer labels (e.g., 0). This is at least in part due to this line in processorspec.py:

nonstd_instruments = {':'.join(k): _serialize_instrument(obj) for k, obj in self.nonstd_instruments.items()}

@pcwysoc pcwysoc added the bug A bug or regression label Dec 16, 2024
@sserita sserita added this to the 0.9.13.1 milestone Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug or regression
Projects
None yet
Development

No branches or pull requests

3 participants