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 the pyqir-generator
dependency first for your platform.
# For Darwin:
pip install https://github.com/qir-alliance/pyqir/releases/download/v0.2.0a1/pyqir_generator-0.2.0a1-cp36-abi3-macosx_10_7_x86_64.whl
# For Windows:
pip install https://github.com/qir-alliance/pyqir/releases/download/v0.2.0a1/pyqir_generator-0.2.0a1-cp36-abi3-win_amd64.whl
# For Linux:
pip install https://github.com/qir-alliance/pyqir/releases/download/v0.2.0a1/pyqir_generator-0.2.0a1-cp36-abi3-linux_x86_64.whl
Then, install qiskit-qir
with pip
:
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.0b2.tar.gz
(17.9 kB
view details)
Built Distribution
File details
Details for the file qiskit-qir-0.1.0b2.tar.gz
.
File metadata
- Download URL: qiskit-qir-0.1.0b2.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.8.2 requests/2.27.1 setuptools/58.0.4 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea13669708e8caeeaf11c2e10b65e8acc0327120ec5b8dc9022b39698fb8eaee |
|
MD5 | cf54d5545938fc97d2d02440b184dc74 |
|
BLAKE2b-256 | 86824da7a26cf2054271e1a3087c236d5506d12ad8c4b1dd5333b039bc63d144 |
File details
Details for the file qiskit_qir-0.1.0b2-py2.py3-none-any.whl
.
File metadata
- Download URL: qiskit_qir-0.1.0b2-py2.py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.8.2 requests/2.27.1 setuptools/58.0.4 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | beb8954dc2c0ac51e82f0b8348193851fa4622e00894f5d01953f57c80b5cb97 |
|
MD5 | a158148f077d9b75030fdd6f535bac61 |
|
BLAKE2b-256 | 60c1ea2367176478af9bbbdb200dc77c54aab6f2d5692789661d890a1c543dc5 |