Нет описания

Adam Kelly 88331d7d8e Working on benchmarking and documentation 5 лет назад
docs 88331d7d8e Working on benchmarking and documentation 5 лет назад
examples 53bbefc8c5 Setup for python3 5 лет назад
notebooks 88331d7d8e Working on benchmarking and documentation 5 лет назад
qcgpu 88331d7d8e Working on benchmarking and documentation 5 лет назад
tests 2f0ee8d5d1 Add more tests 5 лет назад
.editorconfig 0030c67a3c Started rewrite with Python 5 лет назад
.gitignore 0030c67a3c Started rewrite with Python 5 лет назад
.travis.yml fd0af1612d One last time here's hoping 5 лет назад
LICENSE 12455d3eac Add LICENSE file 5 лет назад
Makefile a738ddb77c Added Sphinx Documentation 5 лет назад
README.rst d988e66faf Added Github Pages Deployment 5 лет назад
benchmark_csv.py a0e9f5f71a Working on benchmarking 5 лет назад
benchmarking.py 88331d7d8e Working on benchmarking and documentation 5 лет назад
make.bat a738ddb77c Added Sphinx Documentation 5 лет назад
requirements.txt 88331d7d8e Working on benchmarking and documentation 5 лет назад
setup.cfg d25767118d Added tests 5 лет назад
setup.py 1475595092 Added missing dependency 5 лет назад
working.py 88331d7d8e Working on benchmarking and documentation 5 лет назад

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