access to CCD images from QuEra
balewski opened this issue · 1 comments
balewski commented
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]
licedric commented
Thank you for adding this feature request!