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

Cable delay configuration #1111

Open
alecandido opened this issue Dec 2, 2024 · 0 comments
Open

Cable delay configuration #1111

alecandido opened this issue Dec 2, 2024 · 0 comments
Labels
refactor Code is working but could be simplified
Milestone

Comments

@alecandido
Copy link
Member

The cable delay, as measured by the time-of-flight experiment, is registered in the AcquisitionConfig configuration

delay: float
"""Delay between readout pulse start and acquisition start."""

However, while being related to the physical channel (and certainly not specific to the logical one) this would be just a characterization property as such, and there would be no usage for it in Qibolab (while it is relevant for Qibocal).
Instead, this parameter is actually used during an operation: the measurement. But since the measurement is a native gate, it makes sense to have the cable delay part of its configuration.
In particular, we can make it part of a Readout operation, which already spans both a probe pulse and an acquisition event.

@alecandido alecandido added the refactor Code is working but could be simplified label Dec 2, 2024
@alecandido alecandido added this to the Qibolab 0.3.0 milestone Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Code is working but could be simplified
Projects
None yet
Development

No branches or pull requests

1 participant