AWS braket documentation change
Summary
Updated IonQ device specifications to clarify on-demand vs. direct reservation limits: added maximum gate limits per circuit (2000 on-demand/5000 reservation) and adjusted minimum shot requirements for error mitigation tasks
Security assessment
Change only updates service quotas and technical specifications. No security vulnerabilities, configurations, or security features are mentioned. Modifies operational limits without security implications.
Diff
diff --git a/braket/latest/developerguide/braket-quotas.md b/braket/latest/developerguide/braket-quotas.md index aa6199bfb..d6bc5bcbc 100644 --- a//braket/latest/developerguide/braket-quotas.md +++ b//braket/latest/developerguide/braket-quotas.md @@ -135 +135 @@ If your hybrid job is unable to provision requested ML compute capacity, use ano - * For all IonQ's devices: The minimum number of shots per task is 100. When using an on-demand model, there is a 1 Million [gateshot](./braket-terms.html#gateshot-limit-term) limit, and a minimum of 2500 shots for [Error mitigation](https://docs.aws.amazon.com/braket/latest/developerguide/braket-error-mitigation.html) tasks. For a direct reservation, there is no gateshot limit, and a minimum of 500 shots for Error mitigation tasks. + * For all IonQ's devices: When submitting tasks on-demand, the minimum number of shots per task is 100. The maximum number of gates per circuit is 2,000. The minimum number of shots per [error mitigation](https://docs.aws.amazon.com/braket/latest/developerguide/braket-error-mitigation.html) task is 2,500. For a direct reservation, there is no minimum shot limit for tasks that do not use error mitigation. The maximum number of gates per circuit is 5,000. The minimum number of shots per error mitigation task is 500.