Sen descrición

Adam Kelly a738ddb77c Added Sphinx Documentation %!s(int64=6) %!d(string=hai) anos
docs a738ddb77c Added Sphinx Documentation %!s(int64=6) %!d(string=hai) anos
examples 0030c67a3c Started rewrite with Python %!s(int64=6) %!d(string=hai) anos
notebooks 8d84c6178c Added interface to single qubit measurement %!s(int64=6) %!d(string=hai) anos
qcgpu 8d84c6178c Added interface to single qubit measurement %!s(int64=6) %!d(string=hai) anos
.editorconfig 0030c67a3c Started rewrite with Python %!s(int64=6) %!d(string=hai) anos
.gitignore 0030c67a3c Started rewrite with Python %!s(int64=6) %!d(string=hai) anos
LICENSE 12455d3eac Add LICENSE file %!s(int64=6) %!d(string=hai) anos
Makefile a738ddb77c Added Sphinx Documentation %!s(int64=6) %!d(string=hai) anos
README.rst a738ddb77c Added Sphinx Documentation %!s(int64=6) %!d(string=hai) anos
benchmark.py 71c786c3f9 Adding More Benchmarking Tools %!s(int64=6) %!d(string=hai) anos
make.bat a738ddb77c Added Sphinx Documentation %!s(int64=6) %!d(string=hai) anos
setup.py 0030c67a3c Started rewrite with Python %!s(int64=6) %!d(string=hai) anos

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


Configuration
=============

The ``sphinx_rtd_theme`` is highly customizable on both the page level and on a global level.
To see all the possible configuration options read the configuring docs
`here `__.


Contributing
============

If you would like to help improve the theme or have more control
over the theme in case of a fork please read our contributing guide
`here `__.