A python lib that provides a lot useful miscellanous helper functions for experimenting with D-Wave.
- Clone the repository:
git clone https://github.com/quosta/dwave-utils.git
- change the working dir to the cloned dir and install with pip. For a local user:
cd dwave-utils && pip install .
For the global environment:
cd dwave-utils && sudo pip install . --upgrade
You can start using dwave-utils functions right away:
import dwave_utils.utils as dwu
Have a look at the notebooks in the example folder for some use cases.
Pull requests are welcome!