Skip to content

deep-recommend/DeepAI

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages