Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/averyanalex/quantpiler-v0
Compiler of Python functions into quantum oracles
https://github.com/averyanalex/quantpiler-v0
qiskit quantum-computing
Last synced: 2 months ago
JSON representation
Compiler of Python functions into quantum oracles
- Host: GitHub
- URL: https://github.com/averyanalex/quantpiler-v0
- Owner: averyanalex
- License: apache-2.0
- Created: 2022-08-19T13:56:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T22:46:11.000Z (over 1 year ago)
- Last Synced: 2023-07-17T23:34:09.040Z (over 1 year ago)
- Topics: qiskit, quantum-computing
- Language: Python
- Homepage:
- Size: 1.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/github/license/averyanalex/quantpiler.svg)](https://opensource.org/licenses/Apache-2.0)
[![Test](https://github.com/averyanalex/quantpiler/actions/workflows/test.yml/badge.svg)](https://github.com/averyanalex/quantpiler/actions/workflows/test.yml)
[![Version](https://img.shields.io/pypi/v/quantpiler.svg)](https://pypi.org/project/quantpiler/)
[![Docs](https://img.shields.io/readthedocs/quantpiler.svg)](https://quantpiler.readthedocs.io/en/latest/)# Quantpiler
# DEPRECATED: new, rust-powered version [here](https://github.com/averyanalex/quantpiler)
A compiler from Python functions to quantum oracles for use, for example, in Grover's algorithm.
Documentation: [https://quantpiler.readthedocs.io/en/latest/index.html](https://quantpiler.readthedocs.io/en/latest/index.html)
Usage examples: [https://quantpiler.readthedocs.io/en/latest/examples/index.html](https://quantpiler.readthedocs.io/en/latest/examples/index.html)
# Compiler
Features:
- Registers are big-endian.
- Registers can be of any size.