Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

job/result: expose raw bitstrings through result.get_memory() #48

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

airwoodix
Copy link
Contributor

Summary

This patch enables using result.get_memory() to access the raw bitstrings for each shot after a circuit execution.

Details and comments

  • the memory option (e.g. passed in backend.run()) has no effect: the classical memory is always available, since this is what the AQT cloud computing API returns and the standard counts are calculated in the provider code.

@airwoodix airwoodix requested a review from alfrisch April 11, 2023 12:53
@airwoodix airwoodix self-assigned this Apr 11, 2023
@github-actions
Copy link

github-actions bot commented Apr 11, 2023

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1079 1034 96% 93% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
qiskit_aqt_provider/aqt_job.py 92% 🟢
qiskit_aqt_provider/aqt_resource.py 85% 🟢
test/test_execution.py 100% 🟢
TOTAL 92% 🟢

updated for commit: ae972f9 by action🐍

@airwoodix airwoodix requested review from wilfried-huss and removed request for alfrisch April 11, 2023 15:15
@airwoodix airwoodix merged commit e931b1e into master Apr 11, 2023
@airwoodix airwoodix deleted the job-result-memory branch April 11, 2023 17:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants