Skip to main content

qBraid-SDK extension providing support for QIR conversions

Project description

qbraid-qir-header

CI Documentation Status PyPI version PyPI version License Discord

Work in progress

qBraid-SDK extension providing support for QIR conversions.

This project aims to make QIR representations accessible via the qBraid-SDK transpiler, and by doing so, open the door to language-specific conversions from any and all high-level quantum languages supported by qbraid. See QIR Alliance: why do we need it?.

Getting started

Installation

pip install qbraid-qir

Example

import cirq
from qbraid_qir import cirq_to_qir

q0, q1 = cirq.LineQubit.range(2)

circuit = cirq.Circuit(
  cirq.H(q0),
  cirq.CNOT(q0, q1),
  cirq.measure(q0, q1)
)

module = cirq_to_qir(circuit, name="my-circuit")

ir = str(module)

Development

Install from source

git clone https://github.com/qBraid/qbraid-qir.git
cd qbraid-qir
pip install -e .

Run tests

pip install -r requirements-dev.txt
pytest tests

with coverage report

pytest --cov=qbraid_qir --cov-report=term tests/

Build docs

cd docs
pip install -r requirements.txt
make html

Architecture diagram

architecture

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

qbraid-qir-0.0.1.dev20240111204536.tar.gz (250.9 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file qbraid-qir-0.0.1.dev20240111204536.tar.gz.

File metadata

File hashes

Hashes for qbraid-qir-0.0.1.dev20240111204536.tar.gz
Algorithm Hash digest
SHA256 61123f7e78916f64bfee94261549b064a7cda5c72f12795d7b68cffa4894ae25
MD5 ae5513269d5a053213567e7e2e97b0d2
BLAKE2b-256 107025d5131c758cf42ebd237a655bcc0932685dbed47ceefcf0e1fde2429f37

See more details on using hashes here.

File details

Details for the file qbraid_qir-0.0.1.dev20240111204536-py3-none-any.whl.

File metadata

File hashes

Hashes for qbraid_qir-0.0.1.dev20240111204536-py3-none-any.whl
Algorithm Hash digest
SHA256 6d0cb98f099dc62f2a0d01947bf1f28907856047438b1aeadfa7f1ac3984a004
MD5 4cfa8cfb5ef937db0061807060e2420f
BLAKE2b-256 498b5c83596f4998b4a9ee6fc33878660216e57ae91620306303ead0fd1ba820

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