These plugins for XACC provide a Compiler implementation for D-Wave QMI and an Accelerator implementation targeting the remote D-Wave QPU infrastructure
With the XACC framework installed run the following
$ git clone --recursive https://github.com/ornl-qci/xacc-dwave
$ cd xacc-dwave && mkdir build && cd build
$ cmake .. -DXACC_DIR=$HOME/.xacc (or wherever you installed XACC)
$ make install
Questions, bug reporting and issue tracking are provided by GitHub. Please report all bugs by creating a new issue with the bug tag. You can ask questions by creating a new issue with the question tag.
XACC-DWave is licensed - BSD 3-Clause.