https://github.com/quantumbfs/yao-python
Yao Python Package
https://github.com/quantumbfs/yao-python
Last synced: about 1 year ago
JSON representation
Yao Python Package
- Host: GitHub
- URL: https://github.com/quantumbfs/yao-python
- Owner: QuantumBFS
- License: other
- Created: 2019-12-04T05:39:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T07:37:43.000Z (over 6 years ago)
- Last Synced: 2025-02-16T02:41:16.050Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yao Python Package
This directory and nested files contain Yao Python Package and language binding.
**warning**: This package is a simple wrapper around the Julia package Yao. To use the full feature and power of Yao, we highly recommend you to use it from Julia language natively.
## Installation
To install Yao Python package, install Julia 1.x first,
visit [julialang.org](https://julialang.org/) to download
the Julia language.
Then install the python binding by
```python
pip install yao-framework
```
If you haven't installed the Julia package **Yao** and **PyCall**, you can install them from Python by
```python
import yao_framework
yao_framework.install()
```
CUDA is not supported for Yao Python Package yet.