Metadata-Version: 2.1
Name: piquasso
Version: 2.0.0
Summary: UNKNOWN
Home-page: https://github.com/Budapest-Quantum-Computing-Group/piquasso
Maintainer: Budapest Quantum Computing Group
Maintainer-email: kolarovszki@inf.elte.hu
License: Apache License 2.0.
Description: # Piquasso
        
        ![Codecov](https://img.shields.io/codecov/c/github/Budapest-Quantum-Computing-Group/piquasso)
        ![GitHub](https://img.shields.io/github/license/Budapest-Quantum-Computing-Group/piquasso)
        ![GitHub](https://img.shields.io/github/issues/Budapest-Quantum-Computing-Group/piquasso)
        ![GitHub](https://img.shields.io/github/issues-pr/Budapest-Quantum-Computing-Group/piquasso)
        
        ## A Python library for designing and simulating photonic quantum computers
        
        Piquasso is a simulator for photonic quantum computations.
        
        > This is a research project, bugs can be expected. If you encounter any, please report
        > it in the [Issues page](https://github.com/Budapest-Quantum-Computing-Group/piquasso/issues).
        
        ## Installation
        
        Piquasso and its dependencies can be installed via pip:
        
        ```
        pip install piquasso
        ```
        
        If you wish to, you can also install
        [piquassoboost](https://github.com/Budapest-Quantum-Computing-Group/piquassoboost) for
        performance improvement.
        
        ## Documentation
        
        The documentation is avaliable at [docs.piquasso.com](https://docs.piquasso.com/).
        
        ## How to contribute?
        
        We welcome people who want to make contributions to Piquasso, be it big or small! If you
        are considering larger contributions to the source code, please contact us first.
        
        We also appreciate bug reports, suggestions, or any kind of idea regarding Piquasso.
        
        ## Development guide
        
        The `eigen3` C++ library needs to be installed for the `thewalrus` (dependency of
        `strawberryfields`).
        
        On Ubuntu/Debian you can install it with
        
        ```
        sudo apt-get install libeigen3-dev
        ```
        
        Now, to install development dependencies, use:
        
        ```
        pip install -r requirements.txt
        ```
        
        ## Testing
        
        Tests and additional checks can be run using `tox`. After installation, run the
        following command:
        
        ```
        tox -e py310
        ```
        
        Alternatively, you can run only the tests using `pytest`. After installation, run the
        following command:
        
        ```
        pytest tests
        ```
        
Keywords: python,piquasso
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
Provides-Extra: tensorflow
