tensorly / quantum

Tensor-Based Quantum Machine Learning
http://tensorly.org/quantum/dev/
BSD 3-Clause "New" or "Revised" License
116 stars 17 forks source link
quantum quantum-circuit-simulator quantum-computing quantum-machine-learning tensor-networks tensorly tensorly-quantum

.. image:: https://badge.fury.io/py/tensorly-quantum.svg :target: https://badge.fury.io/py/tensorly-quantum

.. image:: https://github.com/tensorly/quantum/actions/workflows/test.yml/badge.svg :target: https://github.com/tensorly/quantum/actions/workflows/test.yml

.. image:: https://codecov.io/gh/tensorly/quantum/branch/main/graph/badge.svg?token=5P8GZ8YLO7 :target: https://codecov.io/gh/tensorly/quantum

================ TensorLy_Quantum

TensorLy-Quantum is a Python library for Tensor-Based Quantum Machine Learning that builds on top of TensorLy <https://github.com/tensorly/tensorly/> and PyTorch <https://pytorch.org/>.

With TensorLy-Quantum, you can easily:

Installing TensorLy-Quantum

Through pip

.. code::

pip install tensorly-quantum

From source

.. code::

git clone https://github.com/tensorly/quantum cd quantum pip install -e .