ORNL-QCI / xacc-rigetti

DEPRECATED: Rigetti Plugins now found in XACC repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

XACC Plugins for working with Rigetti Forest API

These plugins for XACC provide a Compiler implementation for Quil and an Accelerator implementation targeting the remote Rigetti QVM/QPU 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-Rigetti is licensed - BSD 3-Clause.

About

DEPRECATED: Rigetti Plugins now found in XACC repository

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 92.1%Language:Shell 2.8%Language:CMake 2.3%Language:ANTLR 1.9%Language:Python 1.0%