Нема описа

Adam Kelly 86c7678f02 Added a requirements.txt пре 6 година
docs a738ddb77c Added Sphinx Documentation пре 6 година
examples 53bbefc8c5 Setup for python3 пре 6 година
notebooks 53bbefc8c5 Setup for python3 пре 6 година
qcgpu d25767118d Added tests пре 6 година
tests d25767118d Added tests пре 6 година
.editorconfig 0030c67a3c Started rewrite with Python пре 6 година
.gitignore 0030c67a3c Started rewrite with Python пре 6 година
.travis.yml 86c7678f02 Added a requirements.txt пре 6 година
LICENSE 12455d3eac Add LICENSE file пре 6 година
Makefile a738ddb77c Added Sphinx Documentation пре 6 година
README.rst 745ea6d5c1 Remove old content пре 6 година
benchmark.py 71c786c3f9 Adding More Benchmarking Tools пре 6 година
make.bat a738ddb77c Added Sphinx Documentation пре 6 година
requirements.txt 86c7678f02 Added a requirements.txt пре 6 година
setup.cfg d25767118d Added tests пре 6 година
setup.py 1475595092 Added missing dependency пре 6 година

README.rst

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