AWS braket documentation change
Summary
Added documentation about Ankaa-3 device's 20,000 gate limit per circuit and compilation considerations
Security assessment
Change describes service limits and technical constraints without any security context or vulnerability mitigation. No evidence of security-related content addition.
Diff
diff --git a/braket/latest/developerguide/braket-submit-tasks.md b/braket/latest/developerguide/braket-submit-tasks.md index bf5701fe4..38173c05a 100644 --- a//braket/latest/developerguide/braket-submit-tasks.md +++ b//braket/latest/developerguide/braket-submit-tasks.md @@ -141,0 +142,2 @@ Pulse-level control is available on the Rigetti devices, which support a set of +The Ankaa-3 device has a maximum limit of 20,000 gates per circuit. Circuits that exceed this limit are rejected with a validation error. This is a fixed limit that cannot be increased. The gate count refers to the compiled circuit, which may differ from the gate count of the original uncompiled circuit. To estimate the compiled gate count before submitting to the QPU, you can use verbatim compilation locally or transpile your circuit to the native gate set (`rx`, `rz`, `iswap`). +