Skip to content
forked from ORNL-QCI/xacc-ibm

Plugin to XACC for interfacing with the IBM Quantum Experience

License

Notifications You must be signed in to change notification settings

czhao39/xacc-ibm

 
 

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.

About

Plugin to XACC for interfacing with the IBM Quantum Experience

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.9%
  • Makefile 3.1%
  • CMake 2.6%
  • ANTLR 2.3%
  • Python 1.1%
  • Shell 1.0%