ingestion of qscout results objects#1367
Merged
Merged
Conversation
cdbf1
reviewed
Apr 17, 2026
| @@ -1 +1,3 @@ | |||
| checks-superstaq~=0.5.64 | |||
| jaqalpaq>=1.3.0 | |||
Contributor
There was a problem hiding this comment.
Do these need to be in the css and qss requirements if they get pulled in anyway from gss?
Contributor
Author
There was a problem hiding this comment.
currently the dev options don't pull from one another (so e.g. cirq-superstaq[dev] still just requires general-superstaq and not general-superstaq[dev]). i think the idea is that each <package>[dev] should only add the dependencies necessary to run checks on , and not on other *-superstaq packages.. (but not sure how much of a difference this makes in practice atm)
cdbf1
reviewed
Apr 17, 2026
| return single_counts | ||
|
|
||
| def _terminal_measurement_qubit_indices(self, index: int) -> list[int]: | ||
| """Returns the ordered physical qubit indices for each measurement in a compiled circuit. |
Contributor
There was a problem hiding this comment.
Nit: args and return docs (although its a private function so I guess somewhat optional)
bharat-thotakura
approved these changes
May 4, 2026
Co-authored-by: Bharath Thotakura <113555655+bharat-thotakura@users.noreply.github.com>
…ch/qscout-results
richrines1
added a commit
that referenced
this pull request
May 6, 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.
No description provided.