Metadata-Version: 2.1
Name: qibotf
Version: 0.0.6
Summary: Simulation tools based on tensorflow.
Home-page: https://github.com/qiboteam/qibotf
Author: The Qibo team
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tensorflow (==2.8.0)
Requires-Dist: qibo (>=0.1.7rc0)

# qibotf

![Tests](https://github.com/qiboteam/qibotf/workflows/Tests/badge.svg)
[![codecov](https://codecov.io/gh/qiboteam/qibotf/branch/main/graph/badge.svg?token=0MRXUA7SZ0)](https://codecov.io/gh/qiboteam/qibotf)
[![DOI](https://zenodo.org/badge/241307936.svg)](https://zenodo.org/badge/latestdoi/241307936)

This package provides acceleration features for [Qibo](https://github.com/qiboteam/qibo) using [TensorFlow](https://github.com/tensorflow/tensorflow) custom operators.

## Documentation

The qibotf backend documentation is available at [qibo.readthedocs.io](https://qibo.readthedocs.io/en/stable/installation.html).

## Support and requirements

Here a compatibility matrix for the qibotf versions:

| qibotf | ref. qibo | tensorflow                       | OS Hardware                             | CUDA |
|--------|-----------|----------------------------------|-----------------------------------------|------|
| 0.0.6  | >=0.1.7   | 2.8.0 for pip (>=2.2 for source) | linux cpu/gpu, mac cpu(pip)/gpu(source) | 11.2 |
| 0.0.5  | >=0.1.7   | 2.7.1 for pip (>=2.2 for source) | linux cpu/gpu, mac cpu(pip)/gpu(source) | 11.2 |
| 0.0.4  | >=0.1.7   | 2.7.0 for pip (>=2.2 for source) | linux cpu/gpu, mac cpu(pip)/gpu(source) | 11.2 |
| 0.0.3  |   0.1.6   | 2.6.0 for pip (>=2.2 for source) | linux cpu/gpu, mac cpu(pip)/gpu(source) | 11.2 |
| 0.0.2  |   0.1.6   | 2.5.0 for pip (>=2.2 for source) | linux cpu/gpu, mac cpu(pip)/gpu(source) | 11.2 |
| 0.0.1  |   0.1.6   | 2.4.1 for pip (>=2.2 for source) | linux cpu/gpu, mac cpu(pip)/gpu(source) | 11.0 |

## Citation policy

If you use the package please cite the following references:
- https://arxiv.org/abs/2009.01845
- https://doi.org/10.5281/zenodo.3997194


