Table of Contents
DeepAI
Quantum Computing SDK
Version
Tutorial
https://github.com/DeepAI/DeepAI-tutorials
Notice
The back end has been changed to tensor network. The previous backend environment can still be used with .run(backend="numpy").
Install
git clone https://github.com/DeepAI/DeepAI
cd DeepAI
pip3 install -e .
or
pip3 install deepai
Circuit
from deepai import QAOA, QML, QNN
Method Chain
Circuit().h[0].x[0].z[0]
c = Circuit().h[0]
c.x[0].z[0]
Document
Contributors
Disclaimer
Copyright 2022 The DeepRecommend Developers.
DeepAI
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
deepai-1.0.1.tar.gz
(6.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deepai-1.0.1.tar.gz.
File metadata
- Download URL: deepai-1.0.1.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f7e83912fa02ce417481f1d3c34a38167edff062ce73036a917f4d42dafff10
|
|
| MD5 |
01ac491321814cce458f3108e1779c41
|
|
| BLAKE2b-256 |
86a35a1b30788f7978552e34c90fc458876f5ec31c0a6433db13959fd5b0bb73
|
File details
Details for the file deepai-1.0.1-py3-none-any.whl.
File metadata
- Download URL: deepai-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.1 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a298f7b6cde44f827aa3fee61436fbf8f3df72cae4d65a6b8e05b513079c86d3
|
|
| MD5 |
13c3e848ce897243491fc15f76f3402e
|
|
| BLAKE2b-256 |
1702489eb74ef915ae6882867e6cf6fcbc6f5c462469b130d750c0bac190e032
|