Final/eval sync#114
Open
KU-QM wants to merge 9 commits into
Open
Conversation
* RC for CZ * bug fix * measurment twirl init code * init measurement twirl * Add target_detuning_from_sweet_spot attribute to XYDriveMW class * Add extras attribute to BaseQuam class for additional QUAM attributes * measurment twirl init version * RC WOP * Add kappa attribute to ReadoutResonatorMW class for improved configuration * Add pumpline and signalline attenuation attributes to TWPA class * Add at_sweep_spot attribute to FluxTunableTransmon class for calibration control * Update version to 0.2.3.1 in pyproject.toml and modify set_all_fluxes method to handle None target case in FluxTunableQuam class * Update version to 0.2.2 in pyproject.toml, remove unused twirl attributes from ReadoutResonatorMW and BaseTransmon classes, and clean up CZGate class by removing commented-out code for randomized compiling. * Update CHANGELOG with new features and changes, and revert version to 0.2.1 in pyproject.toml. * changelog fix * Refactor TWPA and XYDriveBase components by removing unused attributes and adding a default dictionary for extras. Clean up imports for better clarity. * Add kappa attribute to ReadoutResonatorBase and update documentation for TWPA component. Remove unused target_detuning_from_sweet_spot attribute from XYDriveMW class. * quick fix * Remove unused at_sweep_spot parameter from FluxTunableTransmon class documentation. * Update CHANGELOG to reflect recent additions and changes * Update CHANGELOG and add extras attribute to ReadoutResonatorBase for additional configuration options. * black formatting * pre-commit hook * fix: move pylint dependencies to dev group in the toml file, remove extraneous .md planning file * fix: remove deprecated quantum-dot tests * fix: only run tests in tests dir * Allow more ancestors * fix: update quantum dot xy_channel -> xy API in tests * bump new version --------- Co-authored-by: TheoQM <theo@quantum-machines.co> Co-authored-by: sebastianorbell-qm <Sebastian.Orbell@quantum-machines.co>
* Update python requirement * Update changelog * Update python requirement * bump version
* Add twpa component with isolation * Update TWPA initialization at the QPU level * add builder functions * black * add default pulses * changelog * add twpa_wiring * fix bug * fix bug * add twpa pulses * add twpa to init * Set pump_ and isolation_ as non-sticky * Simplify component * black * fix docstring * update initialize method * Add back `pumpline_attenuation` and `signalline_attenuation` * Updated qualang-tools requirement
* Set default to False * Update CHANGELOG.md
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.
Pull Request
Description
Type of Change
Related Issues
Checklist
Code Quality
pre-commithooks and all checks pass (pre-commit run --all-files)Testing
pytest)Documentation
Breaking Changes
Does this PR introduce breaking changes?
Testing Details
Screenshots/Examples
Additional Context
Reviewer Notes