Ingen beskrivning

Deployment Bot (from Travis CI) 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
docs 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
examples 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
notebooks 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
qcgpu 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
tests 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
.editorconfig 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
.gitignore 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
.travis.yml 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
LICENSE 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
Makefile 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
README.rst 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
benchmark.py 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
make.bat 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
requirements.txt 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
setup.cfg 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan
setup.py 08cf218e57 Deploy QCGPU/qcgpu to github.com/QCGPU/qcgpu.git:gh-pages 6 år sedan

README.rst

QCGPU
=====

.. image:: https://img.shields.io/travis/QCGPU/qcgpu.svg?style=for-the-badge
:alt: Travis (.org)
:target: https://travis-ci.org/QCGPU/qcgpu
.. image:: https://img.shields.io/pypi/v/qcgpu.svg?style=for-the-badge
:target: https://pypi.python.org/pypi/qcgpu
:alt: PyPi Version
.. image:: https://img.shields.io/pypi/l/qcgpu.svg?style=for-the-badge
:target: https://pypi.python.org/pypi/qcgpu/
:alt: License
.. image:: https://img.shields.io/github/stars/qcgpu/qcgpu.svg?style=for-the-badge&label=Stars
:alt: GitHub stars
:target: https://github.com/QCGPU/qcgpu

Open Source, High Performance & Hardware Accelerated, Quantum Computer Simulator.
Read the `research paper`_.

.. _`research paper`: https://arxiv.org/abs/1805.00988

**Features:**

* Written with OpenCL. Accelerated your simuations with GPUs and other accelerators, while still running cross device and cross platform.
* Simulation of arbitrary quantum circuits
* Includes example algorthm implementations
* Support for arbitrary gate creation/application, with many built in.

Installing
==========

This library is distributed on PyPI_ and can be installed using pip::

pip install qcgpu

For more information read the full installing docs, :ref:`installing`.

TODO: Fix this link

.. _PyPI: https://pypi.python.org/pypi/qcgpu