Skip to main content

Qiskit to QIR translator

Project description

qiskit-qir

Qiskit to QIR translator.

Example

from qiskit import QuantumCircuit
from qiskit_qir import to_qir_module

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])

module, entry_points = to_qir_module(circuit)
bitcode = module.bitcode
ir = str(module)

Installation

Install qiskit-qir with pip:

pip install qiskit-qir

Note: this will automatically install PyQIR if needed.

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


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.5.0rc1.tar.gz (33.4 kB view details)

Uploaded Source

Built Distribution

qiskit_qir-0.5.0rc1-py2.py3-none-any.whl (19.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file qiskit-qir-0.5.0rc1.tar.gz.

File metadata

  • Download URL: qiskit-qir-0.5.0rc1.tar.gz
  • Upload date:
  • Size: 33.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for qiskit-qir-0.5.0rc1.tar.gz
Algorithm Hash digest
SHA256 53bda4e4d4e81efc4ed05ce004621c9f800ffbb5b18524ae8cf5e60d7574aabe
MD5 d72353fc3d5ccb5cc11ba3462ad45200
BLAKE2b-256 4f20dc5e53761cbd4470a97817ae45f88e628cdcb378582ceb75327534a904c4

See more details on using hashes here.

File details

Details for the file qiskit_qir-0.5.0rc1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for qiskit_qir-0.5.0rc1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f61313679d90a9da97895183fb999d3837016d0e58d440b9e807d85db5ef8ecc
MD5 262daf1df281b6a16bb29b17376080ea
BLAKE2b-256 13b5446636aac1b49bc1f132bbe6acb337545264dc06e199a22aa02f1d52f0cf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page