Quantum Computer Library for Everyone
Table of Contents
Quantum Computing SDK
https://github.com/DeepAI/DeepAI-tutorials
The back end has been changed to tensor network. The previous backend environment can still be used with .run(backend="numpy").
git clone https://github.com/DeepAI/DeepAI
cd DeepAI
pip3 install -e .
or
pip3 install deepai
from deepai import QAOA, QML, QNN
Circuit().h[0].x[0].z[0]
c = Circuit().h[0]
c.x[0].z[0]
Copyright 2022 The DeepRecommend Developers.