Tool to convert QIR to a Qiskit QuantumCircuit object
Project description
MQSS QIR_Qiskit
This project is a software tool to convert QIR to a Qiskit QuantumCircuit object.
Usage
The QIR_Qiskit allows users to translate QIR Modules to the state-of-the-art Qiskit Quantum Circuits. In this way, user can use Qiskit features as well.
For more detail, please see the detailed documentation.
from mqss.qir_qiskit import to_qiskit_circuit
from pathlib import Path
bitcode = Path(bitcode_path).read_bytes()
quantum_circuit = to_qiskit_circuit(bitcode)
Contributing
Feel free to open issues or submit pull requests to improve this project!
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mqss_qir_qiskit-0.1.0.tar.gz.
File metadata
- Download URL: mqss_qir_qiskit-0.1.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
648044fef1e1a7af9dce02fd8a91dc146c1c4795772eb6ed3cab0298a8fe20f7
|
|
| MD5 |
eede4655a5e1abed4ba79ec8f4551610
|
|
| BLAKE2b-256 |
71ce295111e154fa772b686ec37fbe720857e972b3bf0f235ffef9967a5bf14d
|
File details
Details for the file mqss_qir_qiskit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mqss_qir_qiskit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45b4564ac5266a39f540255cf6e9a54f91b34e2e9dde5391ce31386f30c6a311
|
|
| MD5 |
353eb48b2182efd3191a703efc236e53
|
|
| BLAKE2b-256 |
8102b45ec2a6cca94ae2a2f7c3442c747b362c618db58f7a9e3736c0abd78573
|