Metadata-Version: 2.1
Name: quri-parts-openqasm
Version: 0.22.1
Summary: A support library for using OpenQASM 3 with QURI Parts
Home-page: https://github.com/QunaSys/quri-parts
Keywords: quantum,quantum computing
Author: QURI Parts Authors
Author-email: opensource@qunasys.com
Requires-Python: >=3.9.8,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Typing :: Typed
Requires-Dist: quri-parts-circuit
Project-URL: Documentation, https://quri-parts.qunasys.com
Project-URL: Repository, https://github.com/QunaSys/quri-parts
Description-Content-Type: text/markdown

# QURI Parts OpenQASM

QURI Parts OpenQASM is a support library for using OpenQASM 3 with QURI Parts.

Note: some gates (SqrtX, SqrtXdag, SqrtY, SqrtYdag) are not implemented yet.

## Documentation

[QURI Parts Documentation](https://quri-parts.qunasys.com)

## Installation

```
pip install quri-parts-openqasm
```

## License

Apache License 2.0

