https://github.com/averyanalex/quantpiler-v0
Compiler of Python functions into quantum oracles
https://github.com/averyanalex/quantpiler-v0
qiskit quantum-computing
Last synced: 8 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
- Archived: true
- Created: 2022-08-19T13:56:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T22:46:11.000Z (almost 3 years ago)
- Last Synced: 2024-12-17T15:23:07.714Z (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
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/averyanalex/quantpiler/actions/workflows/test.yml)
[](https://pypi.org/project/quantpiler/)
[](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.