Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #5

Merged
merged 1 commit into from
Nov 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Braket.jl is not an officially supported AWS product.**

This package is a Julia implementation of the [Amazon Braket SDK](https://github.com/aws/amazon-braket-sdk-python).
This package is a Julia implementation of the [Amazon Braket SDK](https://github.com/aws/amazon-braket-sdk-python) allowing customers to access [Quantum Hardware and Simulators](https://aws.amazon.com/braket/quantum-computers/).

This is *experimental* software, and support may be discontinued in the future. For a fully supported SDK, please use
the [Python SDK](https://github.com/aws/amazon-braket-sdk-python). We may change, remove, or deprecate parts of the API when making new releases.
Expand Down Expand Up @@ -63,6 +63,8 @@ res = result(run(dev, c, shots=0))

## TODO and development roadmap

As Amazon Braket expands its featureset, we welcome contributions and development from the Julia community.

What's currently implemented in *pure* Julia:

- All of the [`Amazon Braket schemas`](https://github.com/aws/amazon-braket-schemas-python).
Expand All @@ -78,7 +80,8 @@ What's currently implemented in *pure* Julia:
- All gates and noise operations
- Analog Hamiltonian Simulation

Features which we still need to add:
**Features to add:**

- Support for pickled jobs results
- Local jobs
- More robust entry point verification for jobs
Expand Down