Metadata-Version: 2.1
Name: qibojit
Version: 0.0.7
Summary: Simulation tools based on numba and cupy.
Home-page: https://github.com/qiboteam/qibojit
Author: The Qibo team
Author-email: 
License: UNKNOWN
Description: # qibojit
        
        ![Tests](https://github.com/qiboteam/qibojit/workflows/Tests/badge.svg)
        [![codecov](https://codecov.io/gh/qiboteam/qibojit/branch/main/graph/badge.svg?token=580GFLLFNN)](https://codecov.io/gh/qiboteam/qibojit)
        [![Documentation Status](https://readthedocs.org/projects/qibo/badge/?version=latest)](https://qibo.readthedocs.io/en/latest/?badge=latest)
        [![DOI](https://zenodo.org/badge/360678684.svg)](https://zenodo.org/badge/latestdoi/360678684)
        
        This package provides acceleration features for [Qibo](https://github.com/qiboteam/qibo) simulations using just-in-time (JIT) custom kernel with [numba](https://numba.pydata.org/), [cupy](https://cupy.dev/) and [cuQuantum](https://developer.nvidia.com/cuquantum-sdk).
        
        ## Documentation
        
        The qibojit backend documentation is available at [qibo.readthedocs.io](https://qibo.readthedocs.io/en/stable/installation.html).
        
        ## Citation policy
        
        If you use the package please refer to [the documentation](https://qibo.readthedocs.io/en/stable/appendix/citing-qibo.html) for citation instructions.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
Provides-Extra: tests
