Add sweeper#217
Merged
Merged
Conversation
e3de018 to
a12cd57
Compare
These methods are being deprecated from qcodes Parameter, so we provide them here via a Sweeper wrapper class for use with Loop.
6811164 to
7c4640b
Compare
These classes are being deprecated from qcodes, so we copy them here along with the helper functions make_sweep, permissive_range, is_sequence, and named_repr. This removes the dependency on the qcodes sweep_values module.
22fb9d3 to
969dc20
Compare
Replace all param.sweep(...) calls with Sweeper(param).sweep(...) across tests, notebooks, and documentation. CombinedParameter.sweep calls are left unchanged as those are a separate API.
332c87e to
be7f0ec
Compare
einsmein
approved these changes
Apr 27, 2026
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.
We are planning to remove loop specific logic from qcodes so this copies it over here