Skip to content
New issue

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

feat: Add memory_values to QPUResultData #393

Conversation

MarquessV
Copy link
Contributor

closes #392

@MarquessV MarquessV marked this pull request as ready for review November 27, 2023 17:20
crates/lib/src/qpu/result_data.rs Outdated Show resolved Hide resolved
crates/python/src/qpu/api.rs Outdated Show resolved Hide resolved
crates/lib/src/execution_data.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@Shadow53 Shadow53 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just confused about using HashMap<String, Option<_>>.

crates/python/src/qpu/api.rs Outdated Show resolved Hide resolved
crates/python/src/qpu/api.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@kalzoo kalzoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looking good!

@MarquessV MarquessV merged commit 0181c1b into main Nov 28, 2023
1 check passed
@MarquessV MarquessV deleted the 392-qpuresultdata-should-include-the-memory_values-returned-from-a-job-execution-result branch November 28, 2023 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

QPUResultData should include the memory_values returned from a job execution result.
3 participants