We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently you provide access to bitstrings from the measured final state of AHS evolution.
job = AwsQuantumTask(arn=task_arn, poll_timeout_seconds=30) rawBitstr=job.result().get_counts()
For debugging purposes I'd like to have access to the CCD image from each shot rawCCD_mages=job.result().????() --> shape [numShots, 1K,1K]
rawCCD_mages=job.result().????() --> shape [numShots, 1K,1K]
The text was updated successfully, but these errors were encountered:
Thank you for adding this feature request!
Sorry, something went wrong.
zmohammad01
No branches or pull requests
Currently you provide access to bitstrings from the measured final state of AHS evolution.
For debugging purposes I'd like to have access to the CCD image from each shot
rawCCD_mages=job.result().????() --> shape [numShots, 1K,1K]
The text was updated successfully, but these errors were encountered: