Skip to content

Commit

Permalink
Fix IonQ example in README
Browse files Browse the repository at this point in the history
Signed-off-by: Katharine Hyatt <67932820+kshyatt-aws@users.noreply.github.com>
  • Loading branch information
kshyatt-aws authored Nov 15, 2022
1 parent 43182e6 commit 26b6dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ c = H(c, 0)
c = CNot(c, 0, 1)
c = Expectation(c, Observables.X()) # measure X on all qubits

dev = IonQ()
res = result(run(dev, c, shots=0))
dev = AwsDevice("arn:aws:braket:::device/qpu/ionq/ionQdevice")
res = result(run(dev, c, shots=10))
```

## TODO and development roadmap
Expand Down

0 comments on commit 26b6dfb

Please sign in to comment.