Skip to content

ORNL-QCI/xacc-ibm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Alex McCaskey
Apr 5, 2019
7163c1c · Apr 5, 2019
Apr 5, 2019
Oct 4, 2017
Apr 5, 2019
Feb 5, 2018
May 3, 2018
Apr 3, 2019
Jul 31, 2018
Apr 5, 2019
Apr 27, 2018
Sep 10, 2018
Sep 27, 2018
Apr 5, 2019
Aug 31, 2017
Aug 22, 2018
Jan 29, 2019
Feb 14, 2019

Repository files navigation

Build Status

XACC Plugins for working with the IBM Quantum Experience

This plugin for XACC provide an Accelerator implementation targeting the remote IBM Quantum Experience infrastructure.

Installation

With the XACC framework installed, users can choose a couple ways to install these plugins - using Python/Pip

$ python -m pip install --user .

or CMake and Make without Python support

$ mkdir build && cd build
$ cmake .. -DXACC_DIR=$HOME/.xacc (or wherever you installed XACC)
$ make install 

or with Python support

$ cmake .. -DXACC_DIR=$(python -m pyxacc -L)
$ make install

Documentation

Questions, Bug Reporting, and Issue Tracking

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.

License

XACC-IBM is licensed - BSD 3-Clause.