Metadata-Version: 2.1
Name: quspin-vqa
Version: 0.0.4
Summary: Variatioanl Quantum Algorithms
Home-page: https://github.com/JiahaoYao/VQA
Author: Jimmy
Author-email: jiahaoyao.math@gmail.com
License: MIT
Keywords: quantum computing,variational quantum algorithms,quantum machine learning,Reinforcement Learning,Quspin
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# VQA

General purpose variational quantum algorithms


# Introduction 

VQA tries to unifies the variational quantum algorithm algother and provide a scalarable solution to develop VQA. 

## Install

install the latest version of the package.
``` bash
$ pip install quspin_vqa
```

or install locally 

```bash 
$ pip install -e .
```

Before installing this package, make sure `quspin` is installed

checkout the detailed installation [here](https://github.com/weinbe58/QuSpin#installation)
```bash
conda install -c weinbe58 quspin
```

## Usage


```python
import quspin
import vqa
```

## run the code / examples

```bash
$ cd examples/QAOA
$ python run.py
```
