Skip to content

Commit

Permalink
Add new version and link to Ocean (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
avawang1 authored Mar 13, 2020
1 parent 6b3ee6f commit 460ffff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ Specify which quantum computer hardware to use by changing the value of the `dev
- **Rigetti** "arn:aws:aqx:::qpu:rigetti"
- **D-Wave** "arn:aws:aqx:::qpu:d-wave"
### Using Amazon Braket with D-Wave QPUs
To use Amazon Braket with D-Wave QPUs, you also need to install the [braket-ocean-python-plugin](https://github.com/aws/braket-ocean-python-plugin). Information about how to install the plugin is provided in the [Readme](https://github.com/aws/braket-ocean-python-plugin/blob/master/README.md) for the repo.
### Using Amazon Braket with D-Wave QPU
If you want to use [Ocean](https://docs.ocean.dwavesys.com/en/latest/) with the D-Wave QPU, you can install the [braket-ocean-python-plugin](https://github.com/aws/braket-ocean-python-plugin). Information about how to install the plugin is provided in the [README](https://github.com/aws/braket-ocean-python-plugin/blob/master/README.md) for the repo.
### Deactivate the virtual environment
After you are finished using the virtual environment to interact with Amazon Braket, you can deactivate it using the following command.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="braket-sdk",
version="0.3.1",
version="0.3.2",
license="Apache License 2.0",
python_requires=">= 3.7.2",
packages=find_namespace_packages(where="src", exclude=("test",)),
Expand Down

0 comments on commit 460ffff

Please sign in to comment.