Ryan Hill

Results 54 comments of Ryan Hill

Same issue as well for v3 ![codecov_err](https://user-images.githubusercontent.com/46977852/180054835-a4d7b257-35ca-4b1c-bf02-953424a190c1.png)

@mbeach-aws Thanks for your response! Yes, for now this works. Is this feature something your team would be interested in adding? If so, I can help with a draft PR...

Hi @christianbmadsen, thanks for reaching out! I've got my hands full at the moment getting the qBraid-SDK ready for Unitary Hack. But after the event is over and the PRs...

Possibly could be more applicable in https://github.com/qBraid/qbraid-algorithms, unless it's purely a transpiler integration

Hi @anomius, still working on this? Or should I assign to someone else?

Agreed! Related to #32. Right now since the IBMQ devices are free, would only be relevant for Amazon Braket devices, see [Amazon Braket pricing](https://aws.amazon.com/braket/pricing/). Would be pretty straightforward to implement...

Should be an abstract method `estimate_run_cost` or similar implemented in the respective `QuantumDevice` class which returns USD estimate of quantum job. For Amazon Braket, can potentially do programmatically via https://github.com/amazon-braket/amazon-braket-sdk-python/blob/main/src/braket/tracking/pricing.py...