Metadata-Version: 2.1
Name: deeq
Version: 1.0.2
Summary: Quantum Computer Library for Everyone
Home-page: https://github.com/Deeq/Deeq
Author: The Deeq Developers
Author-email: info@deeq.com
License: Apache 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/markdown
License-File: LICENSE

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**

- [Deeq](#deeq)
    - [Version](#version)
    - [Tutorial](#tutorial)
    - [Notice](#notice)
    - [Install](#install)
    - [Circuit](#circuit)
    - [Method Chain](#method-chain)
    - [Document](#document)
    - [Contributors](#contributors)
    - [Disclaimer](#disclaimer)
- [Deeq](#deeq-1)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Deeq

Quantum Computing SDK

### Version

[![Version](https://badge.fury.io/py/deeq.svg)](https://badge.fury.io/py/deeq)

### Tutorial

https://github.com/Deeq/Deeq-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/Deeq/Deeq
cd Deeq
pip3 install -e .
```

or

```
pip3 install deeq
```

### Circuit

```python
from deeq import QAOA, QML, QNN
```

### Method Chain

```python
```

### Document


### Contributors

[Contributors](https://github.com/deep-recommend)

### Disclaimer

Copyright 2022 The DeepRecommend Developers.

# Deeq
