12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- =====
- QCGPU
- =====
- .. image:: https:
- :alt: Travis (.org)
- :target: https:
- .. image:: https:
- :target: https:
- :alt: PyPi Version
- .. image:: https:
- :target: https:
- :alt: License
- .. image:: https:
- :alt: GitHub stars
- :target: https:
- QCGPU is an open source, high performance library for simulating
- quantum circuits.
- It takes advantage of hardware acceleration with
- OpenCL.
- Read the `research paper`_.
- .. _`research paper`: https:
- Table of Contents
- ==================
- .. toctree::
- :maxdepth: 3
-
- install
- quickstart
- guide
-
- .. Python Modules
- ==============
- .. autosummary::
- :nosignatures:
- qcgpu
- :ref:`modindex`
|