Metadata-Version: 2.1
Name: benchmarking-qrc
Version: 0.0.3
Summary: Benchmarking QRC measures the ability to store information of      different quantum particles
Home-page: https://github.com/gllodra12/Benchmarking_QRC
Author: Guillem Llodrà
Author-email: gllodra1225@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Benchmarking QRC
  

This repository contains the code to analysis the role of particle statistics in Quantum Reservoir Computing.

## Installation

You can either run this code interactively with Jupyter Notebooks in Google Colab (ADD LINK) or installing the latest version in your local computer by typing in terminal:

```python
pip install benchmarking_qrc
``` 
## Usage

Although, any user is welcome to contribute to the project. The main objective of this repository is to facilitated the transparency and reproducibility of scientific results. 

From your terminal it is possible to generate the results with:
```bash
cd src/python_scripts
python ./memory_capacity 4 2 "fermion" 1 ij 3000 1200 300 10 -s 1 5 -e 1
```
The cell above measures the memory capacity of a reservoir with 4 fermions. For more details please check the last section in this tutorial (ADD LINK)
## Package structure

TODO
## How to cite

TODO: Add bibtex link

