index.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. QCGPU
  2. =====
  3. .. image:: https://img.shields.io/travis/QCGPU/qcgpu.svg?style=for-the-badge
  4. :alt: Travis (.org)
  5. :target: https://travis-ci.org/QCGPU/qcgpu
  6. .. image:: https://img.shields.io/pypi/v/qcgpu.svg?style=for-the-badge
  7. :target: https://pypi.python.org/pypi/qcgpu
  8. :alt: PyPi Version
  9. .. image:: https://img.shields.io/pypi/l/qcgpu.svg?style=for-the-badge
  10. :target: https://pypi.python.org/pypi/qcgpu/
  11. :alt: License
  12. .. image:: https://img.shields.io/github/stars/qcgpu/qcgpu.svg?style=for-the-badge&label=Stars
  13. :alt: GitHub stars
  14. :target: https://github.com/QCGPU/qcgpu
  15. QCGPU is an open source, high performance library for simulating
  16. quantum circuits.
  17. It takes advantage of hardware acceleration with
  18. OpenCL.
  19. Read the `research paper`_.
  20. .. _`research paper`: https://arxiv.org/abs/1805.00988
  21. Table of Contents
  22. ==================
  23. .. toctree::
  24. :maxdepth: 2
  25. install
  26. Getting started <quickstart>
  27. Software reference <_autodoc/qcgpu>
  28. .. Python Modules
  29. ==============
  30. .. autosummary::
  31. :nosignatures:
  32. qcgpu
  33. :ref:`modindex`