The Amazon Braket Ocean Plugin is an open-source library in Python that provides a framework that you can use to interact with Ocean tools on top of Amazon Braket. Before you begin working with the Amazon Braket Ocean Plugin, make sure that you've installed or configured the following prerequisites. Download and install Python 3.7.2 or greater from Python.org. If you are using Windows, choose Add Python to environment variables before you begin the installation. Make sure that your AWS account is onboarded to Amazon Braket. The Amazon Braket Ocean Plugin can be installed with pip. You can also install from source by cloning this repository and running a pip install command in the root directory of the repository. This package provides samplers which use Braket solvers. These samplers extend abstract base classes provided in Ocean's dimod and thus have the same interfaces as other samplers in Ocean.
Features
- Generate the API Reference HTML in your local environment
- Tasks sent to QPUs don't always complete right away
- BraketDWaveSampler is a structured sampler that uses D-Wave-formatted parameters and properties
- The logs can also be configured to save to a file or output to another stream
- You can use the debugging example to get information on the tasks you submit
- Install additional packages for testing