Skip to content

Commit

Permalink
feat: Rigetti Ankaa (#1024)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim <yitchen@amazon.com>
  • Loading branch information
speller26 and yitchen-tim committed Aug 26, 2024
1 parent a79dccc commit 7e478ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/braket/aws/aws_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class AwsDevice(Device):
"Cz": "CZ",
"Cphaseshift": "CPhaseShift",
"Xy": "XY",
"Iswap": "ISwap",
}

def __init__(
Expand Down
1 change: 1 addition & 0 deletions src/braket/devices/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class _Rigetti(str, Enum):
_AspenM1 = "arn:aws:braket:us-west-1::device/qpu/rigetti/Aspen-M-1"
_AspenM2 = "arn:aws:braket:us-west-1::device/qpu/rigetti/Aspen-M-2"
AspenM3 = "arn:aws:braket:us-west-1::device/qpu/rigetti/Aspen-M-3"
Ankaa2 = "arn:aws:braket:us-west-1::device/qpu/rigetti/Ankaa-2"

class _Xanadu(str, Enum):
_Borealis = "arn:aws:braket:us-east-1::device/qpu/xanadu/Borealis"
Expand Down

0 comments on commit 7e478ce

Please sign in to comment.