Skip to content

Commit 7962d97

Browse files
authored
feat: Add Forte Enterprise 1 (#1071)
1 parent 58593bc commit 7962d97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/braket/devices/devices.py

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class _IonQ(str, Enum):
3535
Aria1 = "arn:aws:braket:us-east-1::device/qpu/ionq/Aria-1"
3636
Aria2 = "arn:aws:braket:us-east-1::device/qpu/ionq/Aria-2"
3737
Forte1 = "arn:aws:braket:us-east-1::device/qpu/ionq/Forte-1"
38+
ForteEnterprise1 = "arn:aws:braket:us-east-1::device/qpu/ionq/Forte-Enterprise-1"
3839

3940
class _OQC(str, Enum):
4041
_Lucy = "arn:aws:braket:eu-west-2::device/qpu/oqc/Lucy"

0 commit comments

Comments
 (0)