Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.