Project: deepai

Quantum Computer Library for Everyone

Project Details

Latest version
1.0.1
Home Page
https://github.com/DeepAI/DeepAI
PyPI Page
https://pypi.org/project/deepai/

Project Popularity

PageRank
0.005517192270574656
Number of downloads
52637

Table of Contents

DeepAI

Quantum Computing SDK

Version

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

Contributors

Disclaimer

Copyright 2022 The DeepRecommend Developers.

DeepAI