Qiskit to QIR translator
Project description
qiskit-qir
Qiskit to QIR translator.
Example
from qiskit import QuantumCircuit
from qiskit_qir import to_qir
circuit = QuantumCircuit(3, 3, name="my-circuit")
circuit.h(0)
circuit.cx(0, 1)
circuit.cx(1, 2)
circuit.measure([0,1,2], [0, 1, 2])
qir = to_qir(circuit)
Installation
Install pyqir-generator
and qiskit-qir
with pip
:
pip install pyqir-generator
pip install qiskit-qir
Development
Install from source
To install the package from source, clone the repo onto your machine, browse to the root directory and run
pip install -e .
Tests
First, install the development dependencies using
pip install -r requirements_dev.txt
To run the tests in your local environment, run
make test
To run the tests in virtual environments on supported Python versions, run
make test-all
Docs
To build the docs using Sphinx, run
make docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qiskit-qir-0.1.0b12.tar.gz
(30.1 kB
view hashes)
Built Distribution
Close
Hashes for qiskit_qir-0.1.0b12-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 753cea06a145bee659291924070b796feb70c8e4491cf59987731450c22a1f34 |
|
MD5 | 45b38a0af0634674b5637a5b61becd26 |
|
BLAKE2b-256 | b6b65d8f239473c8d713445e35876de53c6b04836a6d4b1cbdcd830761fb0928 |