Metadata-Version: 2.1
Name: quple
Version: 0.6.8
Summary: A framework for quantum machine learning in high energy physics
Home-page: https://gitlab.cern.ch/clcheng/quple
Author: Alkaid Cheng
Author-email: chi.lung.cheng@cern.ch
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: cirq
Requires-Dist: numpy
Requires-Dist: tensorflow
Requires-Dist: tensorflow-quantum

# Quple

A framework for quantum machine learning using the google cirq library

Documentation can be found [here](https://alkaidcheng.github.io/quple.github.io/docs/Quple_GSoC_report.pdf).

## Colab Notebook Tutorials

### Quantum Circuit / Parameterized Circuit
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AlkaidCheng/quple.github.io/blob/master/examples/Parameterized_Circuits_Walkthrough.ipynb)

### Interaction Graph
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AlkaidCheng/quple.github.io/blob/master/examples/Interaction_Graphs_Walkthrough.ipynb)

### Encoding Circuit
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AlkaidCheng/quple.github.io/blob/master/examples/Encoding_Circuit_Walkthrough.ipynb)

### Encoding Function
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AlkaidCheng/quple.github.io/blob/master/examples/Encoding_Function_Walkthrough.ipynb)

### Variational Circuit
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AlkaidCheng/quple.github.io/blob/master/examples/Variational_Circuits_Walkthrough.ipynb)

### Variational Quantum Classifier
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AlkaidCheng/quple.github.io/blob/master/examples/Variational_Quantum_Classifier_Walkthrough.ipynb)

### Circuit Descriptors
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AlkaidCheng/quple.github.io/blob/master/examples/Circuit_Descriptors_Walkthrough.ipynb)

### Extra Features
* [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AlkaidCheng/quple.github.io/blob/master/examples/Feature_Updates_Jul_7.ipynb)


