We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The .settings field of the Instrument abstract class is inherited by all instruments,
.settings
Instrument
qibolab/src/qibolab/_core/instruments/abstract.py
Line 32 in f74c334
bounds
Possibly for this reason, this attribute is disregarded by many instruments (starting with the dummy itself).
We should convert the few remaining instances making use of it (mostly LOs, or only those.) to the configs' layout.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
.settings
field of theInstrument
abstract class is inherited by all instruments,qibolab/src/qibolab/_core/instruments/abstract.py
Line 32 in f74c334
but it is now inconsistent with our favored scheme of storing all configurations (including
bounds
) in the components' configs database.Possibly for this reason, this attribute is disregarded by many instruments (starting with the dummy itself).
We should convert the few remaining instances making use of it (mostly LOs, or only those.) to the configs' layout.
The text was updated successfully, but these errors were encountered: