Skip to content

Commit

Permalink
One last example fix
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 8978ecf commit 97baaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ c = CNot(c, 0, 1)
c = Expectation(c, Observables.X()) # measure X on all qubits

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

## TODO and development roadmap
Expand Down

6 comments on commit 97baaa9

@kshyatt-aws
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Register Failed
@kshyatt-aws, it looks like you are not a publicly listed member/owner in the parent organization (awslabs).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@kshyatt-aws
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/72261

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 97baaa9233559394728c2346f8858b16e4c24567
git push origin v0.1.0

@kshyatt-aws
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register() subdir=PyBraket

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Error in (Julia)Project.toml: Package 'Braket' with UUID: 19504a0f-b47d-4348-9127-acc6cc69ef67 not found in registry or stdlib

Please sign in to comment.