Metadata-Version: 2.3
Name: ouqu-tp
Version: 1.0.4
Summary: 
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: numpy (>=1.21.2,<2.0.0)
Requires-Dist: parse (>=1.19.0,<2.0.0)
Requires-Dist: qulacs (>=0.5.0)
Requires-Dist: scipy (>=1.7.3,<2.0.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Project-URL: Repository, https://github.com/Qulacs-Osaka/ouqu-tp
Description-Content-Type: text/markdown

# ouqu-tp

[![pypi version](https://img.shields.io/pypi/v/ouqu-tp.svg)](https://pypi.org/project/ouqu-tp/)

**ouqu-tp** is a library that allows you to run OpenQASM on qulacs and to transpile circuits to run on real devices.

# Feature

**ouqu-tp** includes the following features:

- Generates runnable OpenQASM files for real quantum computers by applying CNOT constraints and transpiling input OpenQASM files.
- Accepts an OpenQASM file, prepares a quantum state, and executes measurements based on the specified number of shots.
- Accepts an OpenQASM file, prepares a quantum state, receives an observable in OpenFermion format, and precisely calculates the expectation value.
- Accepts an OpenQASM file, prepares a quantum state, receives an observable in OpenFermion format, and estimates the expectation value of observables through sampling based on the specified number of shots.

# Setup

For installation instructions, please refer to the [Setup Guide](Setup.md).

# How To Use

For usage instructions, please refer to the [How to Use Guide](HowToUse.md). (in Japanese)

# How to Contribute

For Contributing, please refer to the [How to contribute Guide](CONTRIBUTING_en.md).

# LICENSE

ouqu-tp is released under the [Apache License 2.0](LICENSE).

