AWS braket documentation change
Summary
Added definitions for 'Error mitigation' and 'Gateshot limit' terms
Security assessment
Documentation update adds glossary entries for service-specific terminology without security context
Diff
diff --git a/braket/latest/developerguide/braket-terms.md b/braket/latest/developerguide/braket-terms.md index 88d4c96a3..aa44e3e41 100644 --- a//braket/latest/developerguide/braket-terms.md +++ b//braket/latest/developerguide/braket-terms.md @@ -48,0 +49,5 @@ In Amazon Braket, a device is a backend that can run _quantum tasks_. A device c +**Error mitigation** + + +Error mitigation involves running multiple physical circuits and combining their measurements to give an improved result. For more information, see [Error mitigation techniques](./braket-error-mitigation.html). + @@ -53,0 +59,7 @@ In gate-based quantum computing (QC), also called circuit-based QC, computations +**Gateshot limit** + + +A gateshot limit refers to the total gate count per shot (the sum of all gate types) and shot count per task. Mathematically, the gateshot limit can be expressed as: + +`Gateshot limit = (Gate count per shot) * (Shot count per task)` +