AWS braket documentation change
Summary
Added AQT IBEX-Q1 QPU device details, included a note about device ARN case sensitivity, and added a code example for AQT device ARN.
Security assessment
The changes introduce a new QPU provider and clarify ARN formatting requirements. While the case sensitivity note helps prevent configuration errors, there is no evidence this addresses a security vulnerability or adds security-specific documentation.
Diff
diff --git a/braket/latest/developerguide/braket-devices.md b/braket/latest/developerguide/braket-devices.md index 2a1f298d7..4926a59e3 100644 --- a//braket/latest/developerguide/braket-devices.md +++ b//braket/latest/developerguide/braket-devices.md @@ -13 +13 @@ Regions and endpoints -In Amazon Braket, a device represents a QPU or simulator that you can call to run quantum tasks. Amazon Braket provides access to QPU devices from IonQ, IQM, QuEra, and Rigetti, three on-demand simulators, three local simulators, and one embedded simulator. +In Amazon Braket, a device represents a quantum processing unit (QPU) or simulator that you can call to run quantum tasks. Amazon Braket provides access to QPU devices from AQT, IonQ, IQM, QuEra, and Rigetti. Additionally, AWS offers access to on-demand, local, and embedded simulators. For more information on embedded simulators, see [About embedded simulators](./embedded-simulator.html). @@ -18,0 +19 @@ Provider | Device Name | Paradigm | Type | Device ARN | Region +[AQT](./braket-submit-tasks.html#braket-qpu-partner-aqt) | IBEX-Q1 | gate-based | QPU | arn:aws:braket:eu-north-1::device/qpu/aqt/Ibex-Q1 | eu-north-1 @@ -32,0 +34,4 @@ AWS | [TN1](./braket-submit-tasks-simulators.html#braket-simulator-tn1) | gat +###### Note + +Device ARNs are case sensitive. For example, when using the AQT IBEX-Q1 device, verify that the device ARN contains 'Ibex-Q1'. + @@ -51,0 +57 @@ For all devices, you can find further device properties, such as device topology + # device = AwsDevice('arn:aws:braket:eu-north-1::device/qpu/aqt/Ibex-Q1') # AQT IBEX-Q1