Skip to content

Commit

Permalink
feat: add Aria2 enum (#653)
Browse files Browse the repository at this point in the history
Co-authored-by: Viraj Chaudhari <[email protected]>
Co-authored-by: Cody Wang <[email protected]>
  • Loading branch information
3 people authored Sep 8, 2023
1 parent 1ea24fb commit d22b3e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/braket/devices/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class _DWave(str, Enum):
class _IonQ(str, Enum):
Harmony = "arn:aws:braket:us-east-1::device/qpu/ionq/Harmony"
Aria1 = "arn:aws:braket:us-east-1::device/qpu/ionq/Aria-1"
Aria2 = "arn:aws:braket:us-east-1::device/qpu/ionq/Aria-2"

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

0 comments on commit d22b3e8

Please sign in to comment.