Feature/qd wiring tests#493
Merged
sebastianorbell-qm merged 3 commits intofeat/quantum_dotsfrom Mar 20, 2026
Merged
Conversation
…ject - Changed `quam-builder` dependency to point to the `feature/qd_default_operations` branch. - Added `pyvisa-py` package with version 0.8.1 to the project dependencies. - Updated `qua-dashboards` source to point to the latest commit on the `main` branch. - Enhanced wiring configuration in JSON files for improved qubit and readout management. - Updated README files to reflect changes in model fields and parameters.
…lder The four post-build helper functions (_create_ports_from_wiring, _disable_sticky_on_readout_resonators, _wire_sensor_dots_to_pairs, _set_preferred_readout_quantum_dots) are now part of quam-builder's standard two-stage wiring pipeline on release/nightly. - Switch quam-builder dependency to release/nightly - Remove the 4 workaround functions from quam_factory.py - Add integration tests verifying ports, sticky, sensor wiring, and preferred readout dot behaviours
…um dots - Changed import statements for `RunnableParameters` from `qualibrate.parameters` to `qualibrate.core.parameters` across multiple files. - Updated `requires-python` version constraints in `pyproject.toml` and `uv.lock` to remove upper limits. - Upgraded `qualibrate` dependency version in `pyproject.toml`. - Added new fields to JSON configuration files for voltage gates and readout resonators to improve functionality and flexibility.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating the testing infrastructure to use the default operations and macros in the release/nightly branch of quam builder -> All tests are passing.
Upgrade to the new qualibrate API and pin the version in the toml